GraphQL OBJECT

Catalog

link Definition

  • type Catalog {
  • # Unique id of catalog.
  • id: Int
  • # Name of catalog.
  • name: String
  • }