From 2503241d87d5def25bb999fbed9c3674336f5035 Mon Sep 17 00:00:00 2001 From: dominik-zeglen Date: Mon, 30 Dec 2019 13:55:37 +0100 Subject: [PATCH] Update schema --- schema.graphql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schema.graphql b/schema.graphql index 1c6b82287..55858921b 100644 --- a/schema.graphql +++ b/schema.graphql @@ -66,7 +66,7 @@ input AccountInput { type AccountRegister { errors: [Error!] - requiresConfirmation: Boolean! + requiresConfirmation: Boolean accountErrors: [AccountError!] user: User }