OBJECT
HotelReservationSection
link GraphQL Schema definition
- type HotelReservationSection {
- # Arguments
- # pnr:
- (: PnrScalar!): [HotelReservation!]!
- # Arguments
- # dateTime:
- (: DateTimePast!): HotelReservationsChanges!
- # Arguments
- # timeInterval:
- (: DateIntervalInput!): [HotelReservation!]!
- # If in drafts mode, requires operator to turn that feature on globally in
- # settings.
- #
- # Arguments
- # date:
- # loginNid:
- # timezoneToggle:
- # isInDraftMode:
- (
- : DateTime!,
- : ApiLoginNidScalar,
- : TimeZoneToggle!,
- : Boolean!
- ): HotelReservationTimesType!
- }