INPUT_OBJECT
CreateReleaseInput
Autogenerated input type of CreateRelease
link GraphQL Schema definition
- input CreateReleaseInput {
- # 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 :
- # Subcategory of the media
- String :
- # The release type.
- String :
- # ID of the media
- ID :
- # Information about the release.
- String :
- # The releases title.
- String :
- # Scheduled time to deploy Broadcasts.
- DateTime :
- # Deploy the broadcasts as soon as possible.
- Boolean :
- # An array of Social Objects.
- Socials!] : [
- # List of premium network IDs
- ID!] : [
- # Additional services for the release.
- NetworkExtraType!] : [
- # List of additional services
- AdditionalServiceObject!] : [
- # List of additional service bundle IDs
- ID!] : [
- # Whether or not the release is for distribution.
- Boolean :
- }