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