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