OBJECT
FlightSupportMutation
link GraphQL Schema definition
- type FlightSupportMutation {
- # Requires access to given flight
- #
- # Arguments
- # oauthClientNid: [Not documented]
- # flightNid: [Not documented]
- # services: [Not documented]
- # note: [Not documented]
- # isSharePaxDataEnabled: [Not documented]
- (
- OAuthClientNid!, :
- FlightNid!, :
- FlightSupportServiceRequestInput!]!, : [
- String!, :
- Boolean! :
- ): FlightSupportFlightQuery!
- # Requires access to resource INTEGRATION_FLIGHT_SUPPORT
- #
- # Arguments
- # flightNid: [Not documented]
- # services: [Not documented]
- (
- FlightSupportFlightNid!, :
- FlightSupportServiceInput!]! : [
- ): FlightSupportFlightQuery!
- # Arguments
- # oauthClientNid: [Not documented]
- # flightNid: [Not documented]
- # content: [Not documented]
- (
- OAuthClientNid!, :
- FlightSupportFlightNid!, :
- String! :
- ): FlightSupportFlightQuery!
- # Requires access to resource INTEGRATION_FLIGHT_SUPPORT
- #
- # Arguments
- # flightNid: [Not documented]
- # content: [Not documented]
- # createdBy: [Not documented]
- (
- FlightSupportFlightNid!, :
- String!, :
- String! :
- ): FlightSupportMessage!
- # Arguments
- # messageId: [Not documented]
- # isRead: [Not documented]
- (
- FlightSupportMessageId!, :
- Boolean! :
- ): FlightSupportMessage!
- # Requires access to resource INTEGRATION_FLIGHT_SUPPORT
- #
- # Arguments
- # flightNid: [Not documented]
- # flightWatch: [Not documented]
- (
- FlightSupportFlightNid!, :
- FlightSupportFlightWatchInput! :
- ): FlightSupportFlightQuery!
- # Requires access to resource INTEGRATION_FLIGHT_SUPPORT
- #
- # Arguments
- # flightNid: [Not documented]
- # time: [Not documented]
- FlightSupportFlightNid!, : Time!): FlightSupportFlightQuery! ( :
- # Requires access to resource INTEGRATION_FLIGHT_SUPPORT
- #
- # Arguments
- # flightNid: [Not documented]
- # time: [Not documented]
- FlightSupportFlightNid!, : Time!): FlightSupportFlightQuery! ( :
- FlightPermitsMutation! :
- # Requires access to resource INTEGRATION_FLIGHT_SUPPORT
- #
- # Arguments
- # flightNid: [Not documented]
- # checklistStatusId: [Not documented]
- (
- FlightSupportFlightNid!, :
- String! :
- ): FlightSupportFlightQuery!
- # Requires access to resource INTEGRATION_FLIGHT_SUPPORT
- #
- # Arguments
- # flightNid: [Not documented]
- # note: [Not documented]
- (
- FlightSupportFlightNid!, :
- String! :
- ): FlightSupportFlightQuery!
- FlightSupportFlightServiceFilesMutation! :
- # Requires access to resource INTEGRATION_FLIGHT_SUPPORT
- #
- # Arguments
- # airportServices: [Not documented]
- (
- FlightSupportAvailableAirportServiceInput!]! : [
- ): Boolean!
- }