AppointmentPaged
No description
type AppointmentPaged {
data: [Appointment]!
totalResults: Int!
}
Fields
AppointmentPaged.data
● [Appointment]!
non-null object
The list of items in this pagination window.
AppointmentPaged.totalResults
● Int!
non-null scalar
Total number of items in the filtered dataset.
Returned By
appointments
query
Member Of
Space
object