CrewPanelHotelReservationMutationSection (Object)
type CrewPanelHotelReservationMutationSection {
create(
hotelReservationData: HotelReservationInput!
timeZoneToggle: TimeZoneToggle!
isInDraftsMode: Boolean!
): NonNullHotelReservationNidValueOrErrorList!
removePerson(
hotelReservationNid: Int!
crewMemberNid: CrewMemberNid!
isInDraftsMode: Boolean!
): CrewPanelHotelReservation
remove(
hotelReservationNid: Int!
isInDraftsMode: Boolean!
): NonNullBooleanValue
edit(
hotelReservationNid: HotelReservationNid!
hotelReservationData: HotelReservationInput!
timeZoneToggle: TimeZoneToggle!
isInDraftsMode: Boolean!
): NonNullBooleanValueOrErrorList!
}
Fields
CrewPanelHotelReservationMutationSection.create ● NonNullHotelReservationNidValueOrErrorList! non-null union
Execution is not allowed during publishing. If in drafts mode, requires operator to turn that feature on globally in settings.
CrewPanelHotelReservationMutationSection.create.hotelReservationData ● HotelReservationInput! non-null input
CrewPanelHotelReservationMutationSection.create.timeZoneToggle ● TimeZoneToggle! non-null input
CrewPanelHotelReservationMutationSection.create.isInDraftsMode ● Boolean! non-null scalar
CrewPanelHotelReservationMutationSection.removePerson ● CrewPanelHotelReservation object
If in drafts mode, requires operator to turn that feature on globally in settings.
CrewPanelHotelReservationMutationSection.removePerson.hotelReservationNid ● Int! non-null scalar
CrewPanelHotelReservationMutationSection.removePerson.crewMemberNid ● CrewMemberNid! non-null scalar
CrewPanelHotelReservationMutationSection.removePerson.isInDraftsMode ● Boolean! non-null scalar
CrewPanelHotelReservationMutationSection.remove ● NonNullBooleanValue object
If in drafts mode, requires operator to turn that feature on globally in settings.
CrewPanelHotelReservationMutationSection.remove.hotelReservationNid ● Int! non-null scalar
CrewPanelHotelReservationMutationSection.remove.isInDraftsMode ● Boolean! non-null scalar
CrewPanelHotelReservationMutationSection.edit ● NonNullBooleanValueOrErrorList! non-null union
Execution is not allowed during publishing. If in drafts mode, requires operator to turn that feature on globally in settings.
CrewPanelHotelReservationMutationSection.edit.hotelReservationNid ● HotelReservationNid! non-null scalar
CrewPanelHotelReservationMutationSection.edit.hotelReservationData ● HotelReservationInput! non-null input
CrewPanelHotelReservationMutationSection.edit.timeZoneToggle ● TimeZoneToggle! non-null input
CrewPanelHotelReservationMutationSection.edit.isInDraftsMode ● Boolean! non-null scalar
Returned By
crewPanel.hotelReservation mutation