INPUT_OBJECT
UpdateArtistInput
Autogenerated input type of UpdateArtist
link GraphQL Schema definition
- input UpdateArtistInput {
- # 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
- # ID of the artist
- : ID!
- # Artist's name.
- : String
- # Artist's biography snippet.
- : String
- # Web address for an artist's site.
- : String
- # Web address for an artist's soundcloud.
- : String
- # Web address for an artist's itunes.
- : String
- # Web address for an artist's beatport.
- : String
- # Web address for an artist's facebook.
- : String
- # Web address for an artist's tumblr.
- : String
- # Web address for an artist's twitter.
- : String
- # Web address for an artist's instagram.
- : String
- # Web address for an artist's vevo_user.
- : String
- # Web address for an artist's youtube.
- : String
- # Web address for an artist's spotify.
- : String
- # Artist's profile image path.
- : String
- # Default label name for any of the artist's medias' metadata.
- : String
- # Default copyright name for any of the artist's medias' metadata.
- : String
- # Default copyright year for any of the artist's medias' metadata.
- : Int
- # Default genre for any of the artist's medias' metadata.
- : Genre
- # Default secondary genre for any of the artist's medias' metadata.
- : Genre
- # Default language code for any of the artist's medias' metadata.
- : MediaLanguageCode
- }