INPUT_OBJECT

UpdateMetadataInput

Autogenerated input type of UpdateMetadata

link GraphQL Schema definition

  • input UpdateMetadataInput {
  • # 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
  • # Additional artists on the song.
  • additional_artists: [AdditionalTrackArtistObject!]
  • # Additional credits on the song.
  • additional_credits: [AdditionalTrackArtistObject!]
  • # The album's name.
  • album: String
  • # The song's audio isrc.
  • audio_isrc: String
  • # Collaborating artists on the song.
  • collaborating_artists: [AdditionalTrackArtistObject!]
  • # The song's composer.
  • composer: String
  • # Copyright name
  • copyright_name: String
  • # Copyright year
  • copyright_year: Int
  • # The video's director.
  • director: String
  • # Client's first name.
  • featured_artist: String
  • # Genre of media
  • genre: Genre
  • # Secondary genre of media
  • secondary_genre: Genre
  • # ID of metadata
  • id: ID!
  • # ISWC of the media
  • iswc: String
  • # Whether or not the song is a cover.
  • is_cover: Boolean
  • # Whether or not the song is explicit.
  • is_explicit: Boolean
  • # The record label.
  • label: String
  • # The language code for the video / audio.
  • language_code: String
  • # Lyrics to the song.
  • lyrics: String
  • # The video's production company.
  • production_company: String
  • # The song's publisher.
  • publisher: String
  • # The song's rights society.
  • rights_society: String
  • # The song's name.
  • song_name: String
  • # The video's video isrc.
  • video_isrc: String
  • # The video's producer.
  • video_producer: String
  • # Country where track was recorded
  • country_of_recording: String
  • # Music video type
  • video_type: SupportedVideo
  • # Songwriter credits on the song
  • writer_credits: [AdditionalTrackArtistObject!]
  • # Whether or not to validate the presence of writer credits on a track or video
  • validate_writer_credits: Boolean
  • }