INPUT_OBJECT

CreateMediaInput

Autogenerated input type of CreateMedia

link GraphQL Schema definition

  • input CreateMediaInput {
  • # A unique identifier for the client performing the mutation.
  • client_mutation_id: 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.
  • skip_save: Boolean
  • # The album's name.
  • album: String
  • # ID of an artist
  • artist_id: Int
  • # Audio ISRC for the track
  • audio_isrc: String
  • # Category of the media (audio, web or video)
  • category: String
  • # Copyright name
  • copyright_name: String
  • # Copyright year
  • copyright_year: Int
  • # Policy for dailymotion
  • dailymotion_policy: String
  • # The video's director.
  • director: String
  • # Policy for facebook
  • facebook_policy: String
  • # Client's first name.
  • featured_artist: String
  • # Genre of the track
  • genre: String
  • # Secondary genre for the track
  • secondary_genre: String
  • # Assertion for full rights
  • has_asserted_full_rights: String
  • # ID of the media
  • id: ID
  • # The record label.
  • label: String
  • # Lyrics to the song.
  • lyrics: String
  • # The song's name.
  • song_name: String
  • # Subcategory for the media
  • subcategory: String
  • # Video ISRC for media
  • video_isrc: String
  • # The video's producer.
  • video_producer: String
  • # Policy for Youtube
  • youtube_policy: String
  • # Duration of the media in ms (milliseconds)
  • duration_in_ms: Int
  • }