INPUT_OBJECT

CreateUserInput

Input type for creating a TeamWorker

link GraphQL Schema definition

  • input CreateUserInput {
  • # A firstname
  • firstName: String!
  • # A lastname
  • lastName: String!
  • # An email
  • email: String!
  • # A strong password
  • plainPassword: String!
  • # A phone number
  • phone: String
  • # An ISO 639-1 valid locale, e.g.: fr, en, pt, ...
  • defaultLocale: String
  • }

link Require by