OBJECT

DishRecord

A record that contains the parent dish.

link GraphQL Schema definition

  • type DishRecord {
  • # The ID of the record.
  • id: ID!
  • # What day this record is for.
  • day: Date!
  • }