InsurancePlanEdge
An edge in a connection.
Fields
node
· InsurancePlan · The item at the end of the edge. Used By
Definition
"""An edge in a connection."""type InsurancePlanEdge { """ A cursor for use in pagination """ cursor: Cursor!
""" The item at the end of the edge. """ node: InsurancePlan}