INPUT_OBJECT
CreateComposerInput
Autogenerated input type of CreateComposer
link GraphQL Schema definition
- input CreateComposerInput {
- # 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'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 the user
- ID :
- }