OBJECT

DishRecordConnection

A list of records that contain the parent dish.

link GraphQL Schema definition

  • type DishRecordConnection {
  • # A list of edges.
  • edges: [DishRecordEdge!]!
  • # Identifies the total count of items in the connection.
  • totalCount: Int!
  • # Information to aid in pagination.
  • pageInfo: PageInfo!
  • }