INPUT_OBJECT

CreateAuthUserInput

link GraphQL Schema definition

  • input CreateAuthUserInput {
  • # Email of the user.
  • email: String!
  • # Password of the user.
  • password: String!
  • # Name of the user.
  • name: String!
  • }

link Require by