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