OBJECT

Presentation

How something should be presented interfaces

link GraphQL Schema definition

  • type Presentation {
  • # A matching pair of colors
  • colors: ColorPair @deprecated( reason: "Use display instead" )
  • # A list of thumbnails
  • image: Thumbnails
  • }