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