OBJECT
AppointmentReminderEntityEdge
A Relay edge containing a AppointmentReminderEntity and its cursor.
link GraphQL Schema definition
- type AppointmentReminderEntityEdge {
- # The item at the end of the edge
- : AppointmentReminderEntity
- # A cursor for use in pagination
- : String!
- }