OBJECT
AppointmentEntityConnection
link GraphQL Schema definition
- type AppointmentEntityConnection {
- # Pagination data for this connection.
- PageInfo! :
- # Contains the nodes in this connection.
- AppointmentEntityEdge]! : [
- # Total number of items in the connection.
- Int :
- }