INPUT_OBJECT
CreateAlbumInput
Autogenerated input type of CreateAlbum
link GraphQL Schema definition
- input CreateAlbumInput {
- #   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
- #   The name of the album.
- : String
- #   Artist primary key.
- : ID
- : Genre
- : Genre
- #   The record label
- : String
- : String
- : Int
- : String
- : [String!]
- #   Has the album previously released?
- : Boolean
- #   Original Release Date of the album
- : Date
- #   Additional artists on the album.
- : [AdditionalArtistObject!]
- #   List iof media IDs as tracks to create an album
- : [ID!]
- #   Image path as album artwork on the album
- : String
- #   Whether or not to validate the image's dimensions.
- : Boolean
- }