OBJECT

BookInfo

Information about a Pantone Book

link GraphQL Schema definition

  • type BookInfo {
  • # Type of consumers/services at which the Pantone Book is aimed
  • target: String
  • # Brief description of the Pantone Book
  • description: String
  • # Group of the Pantone Books of which the Book is part of (available in different
  • # languages)
  • group: String
  • }