OBJECT

UserRegisterPayload

Autogenerated return type of UserRegister

link GraphQL Schema definition

  • type UserRegisterPayload {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • errors: [Error!]
  • user: UserWithAuthToken
  • }

link Require by