INPUT_OBJECT
UpdateMetadataInput
Autogenerated input type of UpdateMetadata
link GraphQL Schema definition
- input UpdateMetadataInput {
- # 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 :
- # Additional artists on the song.
- AdditionalTrackArtistObject!] : [
- # Additional credits on the song.
- AdditionalTrackArtistObject!] : [
- # The album's name.
- String :
- # The song's audio isrc.
- String :
- # Collaborating artists on the song.
- AdditionalTrackArtistObject!] : [
- # The song's composer.
- String :
- # Copyright name
- String :
- # Copyright year
- Int :
- # The video's director.
- String :
- # Client's first name.
- String :
- # Genre of media
- Genre :
- # Secondary genre of media
- Genre :
- # ID of metadata
- ID! :
- # ISWC of the media
- String :
- # Whether or not the song is a cover.
- Boolean :
- # Whether or not the song is explicit.
- Boolean :
- # The record label.
- String :
- # The language code for the video / audio.
- String :
- # Lyrics to the song.
- String :
- # The video's production company.
- String :
- # The song's publisher.
- String :
- # The song's rights society.
- String :
- # The song's name.
- String :
- # The video's video isrc.
- String :
- # The video's producer.
- String :
- # Country where track was recorded
- String :
- # Music video type
- SupportedVideo :
- # Songwriter credits on the song
- AdditionalTrackArtistObject!] : [
- # Whether or not to validate the presence of writer credits on a track or video
- Boolean :
- }