GraphQL OBJECT
CreateUserAccountPayload
Payload for user account create.
link Definition
- type CreateUserAccountPayload {
- # The created user account.
- : UserAccount
- }
GraphQL OBJECT
Payload for user account create.
- type CreateUserAccountPayload {
- # The created user account.
- : UserAccount
- }