INPUT_OBJECT
CreateWhitelabelUserInput
Autogenerated input type of CreateWhitelabelUser
link GraphQL Schema definition
- input CreateWhitelabelUserInput {
- # A unique identifier for the client performing the mutation.
- : 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.
- : Boolean
- # First Name
- : String!
- # Last Name
- : String!
- # Email
- : String!
- # Telephone Number.
- : String
- # Country Code
- : String
- # Password
- : String!
- # 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
- : Boolean
- }