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