Mutation: createLandingPermit
integration {
flightSupport {
flightPermits {
createLandingPermit(
flightNid: FlightSupportFlightNid!
country: CountryCode!
permit: LegPermitInput!
): LegPermit!
}
}
}
integration {
flightSupport {
flightPermits {
createLandingPermit(
flightNid: FlightSupportFlightNid!
country: CountryCode!
permit: LegPermitInput!
): LegPermit!
}
}
}
createLandingPermit.flightNid ● FlightSupportFlightNid! non-null scalarcreateLandingPermit.country ● CountryCode! non-null scalarcreateLandingPermit.permit ● LegPermitInput! non-null inputLegPermit object