OBJECT
HotelReservationsChanges
Hotel reservations created, modified or deleted in selected period
link GraphQL Schema definition
- type HotelReservationsChanges {
- # Hotel reservations created
- : [HotelReservation!]
- # Hotel reservations changed
- : [HotelReservation!]
- # Hotel reservations deleted
- : [Int!]
- # Hotel reservations data extraction UTC timestamp
- : Int!
- }