INPUT_OBJECT

InviteOrganizationUserInput

Autogenerated input type of InviteOrganizationUser

link GraphQL Schema definition

  • input InviteOrganizationUserInput {
  • # A unique identifier for the client performing the mutation.
  • client_mutation_id: String
  • # A person's first name.
  • first_name: String
  • # A person's last name.
  • last_name: String
  • # An 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
  • # Artist's name.
  • artist_name: String
  • role: UserRole
  • country_code: String
  • phone: String
  • has_label_revenue: Boolean
  • # 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
  • }