INPUT_OBJECT

UserRegisterInput

Autogenerated input type of UserRegister

link GraphQL Schema definition

  • input UserRegisterInput {
  • name: String!
  • email: String!
  • password: String!
  • invitationToken: String!
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • }

link Require by