OBJECT
AppointmentConnection
The connection type for Appointment.
link GraphQL Schema definition
- type AppointmentConnection {
- : [String!]!
- # A list of edges.
- : [AppointmentEdge]
- # A list of nodes.
- : [Appointment]
- # Information to aid in pagination.
- : PageInfo!
- : Int!
- }