INPUT_OBJECT

CreateWhitelabelUserInput

Autogenerated input type of CreateWhitelabelUser

link GraphQL Schema definition

  • input CreateWhitelabelUserInput {
  • # A unique identifier for the client performing the mutation.
  • client_mutation_id: String
  • # Run the mutation with no side effects in validate-only mode. When true, the
  • # inputs will be validated and errors will be returned, but the mutation will not
  • # perform any actions.
  • skip_save: Boolean
  • # First Name
  • first_name: String!
  • # Last Name
  • last_name: String!
  • # Email
  • email: String!
  • # Telephone Number.
  • phone: String
  • # Country Code
  • country_code: String
  • # Password
  • password: String!
  • # Confirm Password
  • confirm_password: String!
  • # Whether or not the user has agreed to the custom terms of use provided by the
  • # whitelabel organization. Omitted unless Organization has a
  • # custom_terms_of_use_url
  • custom_terms_of_use_agree: Boolean
  • }