FlightSupportServiceRequestInput (Input)
input FlightSupportServiceRequestInput {
service: FlightSupportServiceEnum!
requested: Boolean!
note: String!
}
input FlightSupportServiceRequestInput {
service: FlightSupportServiceEnum!
requested: Boolean!
note: String!
}
FlightSupportServiceRequestInput.service ● FlightSupportServiceEnum! non-null enumFlightSupportServiceRequestInput.requested ● Boolean! non-null scalarFlightSupportServiceRequestInput.note ● String! non-null scalar