Mutation: createFlightPermit
Requires access to resource GRAPHQL_FLIGHT_PERMITS_EDIT. Requires access to given flight
flightPermits {
createFlightPermit(
flightNid: FlightNid!
permitType: LegPermitType!
country: CountryCode!
permit: LegPermitInput!
): LegPermit!
}