INPUT_OBJECT
CreateArtistInput
Autogenerated input type of CreateArtist
link GraphQL Schema definition
- input CreateArtistInput {
- # 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 :
- # 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 :
- # ID of the user
- ID :
- }