Skip to content

PrescriptionMedicationEdge

An edge in a connection.

Fields

cursor · Cursor! · required · A cursor for use in pagination
node · PrescriptionMedication! · required · The item at the end of the edge.

Used By

Definition

"""
An edge in a connection.
"""
type PrescriptionMedicationEdge {
"""
A cursor for use in pagination
"""
cursor: Cursor!
"""
The item at the end of the edge.
"""
node: PrescriptionMedication!
}