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 {
|
type AccountRegister {
|
||||||
errors: [Error!]
|
errors: [Error!]
|
||||||
requiresConfirmation: Boolean!
|
requiresConfirmation: Boolean
|
||||||
accountErrors: [AccountError!]
|
accountErrors: [AccountError!]
|
||||||
user: User
|
user: User
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue