bookings
This query is for fetching data about patient bookings held in the system.
bookings(
dateRange: DateRange
pagination: Pagination
options: QueryOptions
): BookingData
Arguments
bookings.dateRange ● DateRange input
If you specify a date range, bookings are included if their start or end date falls within that range.
bookings.pagination ● Pagination input
bookings.options ● QueryOptions input
Type
BookingData object
A collection of bookings and the associated pagination information.