OBJECT

Category

link GraphQL Schema definition

  • type Category {
  • # The dutch name of the category
  • name: String
  • # The generated id of the category, used to refer to a unique category
  • id: ID
  • }