FoodPaginationConnection
The connection type for Food.
Fields
edges
· [FoodEdge] · A list of edges. Used By
Definition
"""The connection type for Food."""type FoodPaginationConnection { """ A list of edges. """ edges: [FoodEdge]
""" A list of nodes. """ nodes: [Food]
""" Information to aid in pagination. """ page_info: PageInfo!
""" Total count of items. """ total_count: Int!}