INPUT_OBJECT

UpdateUserInput

Input type for updating a TeamWorker

link GraphQL Schema definition

  • input UpdateUserInput {
  • # A new first name
  • firstName: String
  • # A new last name
  • lastName: String
  • # A new email
  • email: String
  • # A new strong password
  • plainPassword: String
  • # A new phone number
  • phone: String
  • # An ISO 639-1 valid locale, e.g.: fr, en, pt, ...
  • defaultLocale: String
  • }

link Require by