INPUT_OBJECT

CreateComposerInput

Autogenerated input type of CreateComposer

link GraphQL Schema definition

  • input CreateComposerInput {
  • # 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'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 the user
  • user_id: ID
  • }