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