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