ManagedOperatorService (Object)
type ManagedOperatorService {
service: FlightSupportServiceEnum!
operatorNote: String!
requested: Boolean!
status: FlightSupportServiceStatus
fsNote: String
}
type ManagedOperatorService {
service: FlightSupportServiceEnum!
operatorNote: String!
requested: Boolean!
status: FlightSupportServiceStatus
fsNote: String
}
ManagedOperatorService.service ● FlightSupportServiceEnum! non-null enumManagedOperatorService.operatorNote ● String! non-null scalarManagedOperatorService.requested ● Boolean! non-null scalarManagedOperatorService.status ● FlightSupportServiceStatus enumManagedOperatorService.fsNote ● String scalar