GraphQL OBJECT

CreateUserAccountPayload

Payload for user account create.

link Definition

  • type CreateUserAccountPayload {
  • # The created user account.
  • createdUserAccount: UserAccount
  • }

link Required by