INPUT_OBJECT

UpdateComposerInput

Autogenerated input type of UpdateComposer

link GraphQL Schema definition

  • input UpdateComposerInput {
  • # 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
  • # Composer ID to update
  • composer_id: ID!
  • # Composer's first name.
  • first_name: String!
  • # Composer's middle name.
  • middle_name: String
  • # Composer's last name.
  • last_name: String!
  • # Composer's email.
  • email: String
  • # Invite the composer.
  • invite: Boolean
  • # Performance Rights Organization code of the composer
  • perf_rights_org: String
  • # IPI number
  • ipi: String
  • # Publisher's name
  • publisher: String!
  • # Publisher's IPI
  • publisher_ipi: String!
  • # ID of user
  • user_id: ID
  • }