INPUT_OBJECT

CreateUserWithPasswordInput

link GraphQL Schema definition

  • input CreateUserWithPasswordInput {
  • # Email for new user.
  • email: String
  • # Password for new user.
  • password: String
  • # Role IDs to add to new user.
  • roleIds: [String!]
  • }

link Require by