Query: reservations
externalMarketplace {
reservations(
startDate: FutureDateTime
endDate: FutureDateTime
): [ExternalMarketplaceOAuthReservation!]!
}
Arguments
reservations.startDate ● FutureDateTime scalar
By default, the current date will be assumed.
reservations.endDate ● FutureDateTime scalar
By default, there would be no restrictions.