Skip to main content

Mutation: createHotelReservation

Execution is not allowed during publishing

loggedUserMutation {
crewApp {
hotelReservation {
createHotelReservation(
hotelReservationData: CrewAppHotelReservationInput!
timeZoneToggle: TimeZoneToggle!
): Boolean!
}
}
}

Arguments

createHotelReservation.hotelReservationData ● CrewAppHotelReservationInput! non-null input

createHotelReservation.timeZoneToggle ● TimeZoneToggle! non-null input

Type

Boolean scalar

The Boolean scalar type represents true or false.