INPUT_OBJECT

CreateUserInput

Input for creating a new user account

link GraphQL Schema definition

  • input CreateUserInput {
  • # Email address for the new user (must be unique)
  • email: String!
  • # Username for the new user (must be unique)
  • userName: String!
  • }