INPUT_OBJECT
CreateMediaInput
Autogenerated input type of CreateMedia
link GraphQL Schema definition
- input CreateMediaInput {
- # 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 :
- # The album's name.
- String :
- # ID of an artist
- Int :
- # Audio ISRC for the track
- String :
- # Category of the media (audio, web or video)
- String :
- # Copyright name
- String :
- # Copyright year
- Int :
- # Policy for dailymotion
- String :
- # The video's director.
- String :
- # Policy for facebook
- String :
- # Client's first name.
- String :
- # Genre of the track
- String :
- # Secondary genre for the track
- String :
- # Assertion for full rights
- String :
- # ID of the media
- ID :
- # The record label.
- String :
- # Lyrics to the song.
- String :
- # The song's name.
- String :
- # Subcategory for the media
- String :
- # Video ISRC for media
- String :
- # The video's producer.
- String :
- # Policy for Youtube
- String :
- # Duration of the media in ms (milliseconds)
- Int :
- }