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