Skip to main content

bookings

This query is for fetching data about patient bookings held in the system.

bookings(
dateRange: DateRange
pagination: Pagination
options: QueryOptions
filters: BookingQueryFilters
): 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

bookings.filters ● BookingQueryFilters input

Type

BookingData object

A collection of bookings and the associated pagination information.