OBJECT
InteractiveAPIMutation
link GraphQL Schema definition
- type InteractiveAPIMutation {
- # If item is not on the flight it will be added.
- # Requires access to given flight
- #
- # Arguments
- # flightNid:
- # checklistItem:
- # Possible violation list: IS_NOT_SOME_ERROR,LINK_HTTPS_ERROR
- # passengerAndCrew:
- (
- FlightNid!, :
- InteractiveAPIChecklistItemInput!, :
- PassengerAndCrewInteractiveApiReportInput!]! : [
- ): SetInteractiveAPIChecklistItemOutput!
- # Delete assigned links.
- # Requires access to given flight
- #
- # Arguments
- # flightNid:
- FlightNid!): Boolean! ( :
- }