OBJECT

HotelReservationsChanges

Hotel reservations created, modified or deleted in selected period

link GraphQL Schema definition

  • type HotelReservationsChanges {
  • # Hotel reservations created
  • created: [HotelReservation!]
  • # Hotel reservations changed
  • changed: [HotelReservation!]
  • # Hotel reservations deleted
  • deleted: [Int!]
  • # Hotel reservations data extraction UTC timestamp
  • timestamp: Int!
  • }