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