INPUT_OBJECT
CreateAlbumReleaseInput
Autogenerated input type of CreateAlbumRelease
link GraphQL Schema definition
- input CreateAlbumReleaseInput {
- # A unique identifier for the client performing the mutation.
- : String
- # The one time total amount confirmation.
- : String
- # Accept Terms of Service.
- : Boolean
- # Paymentmethod primary key.
- : ID
- # The Nonce from the client
- : String
- # True for PayPal, False for Credit Card.
- : Boolean
- : String
- # A Street Address.
- : String
- # Line 2 of a Street Address.
- : String
- # User's locality.
- : String
- # A US state
- : String
- # A region
- : String
- # The CVV of an existing credit card.
- : String
- # A postal code.
- : String
- # Paypal internal fraud detection device data.
- : 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
- # ID of the album to create a release for
- : ID!
- # Scheduled time to deploy a Broadcast.
- : DateTime
- # List of network IDs to add as broadcasts
- : [ID!]!
- # Deploy a broadcast as soon as possible.
- : Boolean
- # Additional services for the release.
- : [NetworkExtraType!]
- # List of additional services to add on the release
- : [AdditionalServiceObject!]
- # List of additional service bundle IDs to add on the release
- : [ID!]
- }