INPUT_OBJECT

EditOrganizationUserInput

Autogenerated input type of EditOrganizationUser

link GraphQL Schema definition

  • input EditOrganizationUserInput {
  • # 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
  • # ID of the user
  • user_id: ID
  • # First name
  • first_name: String
  • # Last name
  • last_name: String
  • # Email address
  • email: String
  • # The split between the user and the organization.
  • organization_royalty_split: String
  • # The split between the user and the organization.
  • organization_royalty_split_v2: Float
  • # Role of edit organization user
  • role: UserRole
  • # Country Code
  • country_code: CountryCode
  • # Phone number
  • phone: String
  • # has label revenue
  • has_label_revenue: Boolean
  • }