Skip to main content

FlightSupportServiceRequestInput (Input)

input FlightSupportServiceRequestInput {
service: FlightSupportServiceEnum!
requested: Boolean!
note: String!
}

Fields

FlightSupportServiceRequestInput.service ● FlightSupportServiceEnum! non-null enum

FlightSupportServiceRequestInput.requested ● Boolean! non-null scalar

FlightSupportServiceRequestInput.note ● String! non-null scalar

Member Of

integration.flightSupport.setServices mutation