OBJECT

CrewAppHotelReservationMutation

link GraphQL Schema definition

  • type CrewAppHotelReservationMutation {
  • # Execution is not allowed during publishing
  • #
  • # Arguments
  • # hotelReservationData:
  • # timeZoneToggle:
  • createHotelReservation(
  • hotelReservationData: CrewAppHotelReservationInput!,
  • timeZoneToggle: TimeZoneToggle!
  • ): Boolean!
  • }