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