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