INPUT_OBJECT

CreateArtistInput

Autogenerated input type of CreateArtist

link GraphQL Schema definition

  • input CreateArtistInput {
  • # 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
  • # Artist's name.
  • name: String
  • # Artist's biography snippet.
  • bio: String
  • # Web address for an artist's site.
  • site: String
  • # Web address for an artist's soundcloud.
  • soundcloud: String
  • # Web address for an artist's itunes.
  • itunes: String
  • # Web address for an artist's beatport.
  • beatport: String
  • # Web address for an artist's facebook.
  • facebook: String
  • # Web address for an artist's tumblr.
  • tumblr: String
  • # Web address for an artist's twitter.
  • twitter: String
  • # Web address for an artist's instagram.
  • instagram: String
  • # Web address for an artist's vevo_user.
  • vevo_user: String
  • # ID of the user
  • user_id: ID
  • }