BookingQuery
Object: BookingQuery
Section titled “Object: BookingQuery”Booking search return type.
Fields
Section titled “Fields”| Field | Type | Description |
|---|---|---|
pageNumber* | Int! | Page number fetched. |
pageSize* | Int! | Number of records fetched. |
totalPages* | Int! | Total number of pages for the current organisation based on the page size. |
results* | Int! | How many bookings are present in this search query, total. |
bookings* | [Booking!]! | The bookings returned in this batch. |