Update schema
This commit is contained in:
parent
bfd754b9b2
commit
2503241d87
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ input AccountInput {
|
|||
|
||||
type AccountRegister {
|
||||
errors: [Error!]
|
||||
requiresConfirmation: Boolean!
|
||||
requiresConfirmation: Boolean
|
||||
accountErrors: [AccountError!]
|
||||
user: User
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue