INPUT_OBJECT
UpdateComposerInput
Autogenerated input type of UpdateComposer
link GraphQL Schema definition
- input UpdateComposerInput {
- # 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
- # Composer ID to update
- : ID!
- # Composer's first name.
- : String!
- # Composer's middle name.
- : String
- # Composer's last name.
- : String!
- # Composer's email.
- : String
- # Invite the composer.
- : Boolean
- # Performance Rights Organization code of the composer
- : String
- # IPI number
- : String
- # Publisher's name
- : String!
- # Publisher's IPI
- : String!
- # ID of user
- : ID
- }