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