INPUT_OBJECT

Album

link GraphQL Schema definition

  • input Album {
  • # The artist who made the album
  • artist: String!
  • # The title of the album
  • album: String!
  • }

link Require by