OBJECT
Book
A Pantone Book
link GraphQL Schema definition
- type Book {
 - #   ID of the book
 - : ID! 
 - #   Title of the book
 - : String 
 - #   Pantone colors present in the Book
 - : [Color] 
 - #   Group of the Pantone Books of which the Book is part of
 - : String 
 - #   Information about the Book, available in different languages
 - : BookInfoLanguages 
 - #   Position of the Book in its Group
 - : Int 
 - #   Product URL on Pantone website
 - : String 
 - #   Product URLs on Pantone website available in different languages
 - : Booki18nURL 
 - #   Book is particularly important (New book, Main book of its Group, etc.)
 - : Boolean 
 - #   Current version of the book
 - : String 
 - }