OBJECT
Presentation
How something should be presented interfaces
link GraphQL Schema definition
- type Presentation {
- # A matching pair of colors
- ColorPair @deprecated( reason: "Use display instead" ) :
- # A list of thumbnails
- Thumbnails :
- }