INPUT_OBJECT

RecordInput

An input type for a record of an eaten dish.

link GraphQL Schema definition

  • input RecordInput {
  • # What day this record is for.
  • day: Date!
  • # The ID of the eaten dish.
  • dishId: ID!
  • }