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