OBJECT
DishRecordConnection
A list of records that contain the parent dish.
link GraphQL Schema definition
- type DishRecordConnection {
- # A list of edges.
- : [DishRecordEdge!]!
- # Identifies the total count of items in the connection.
- : Int!
- # Information to aid in pagination.
- : PageInfo!
- }