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