Skip to main content

Mutation: sendLandingPermitMessage

Requires access to resource LANDING_PERMITS_EDIT. Requires access to given flight

flightPermits {
sendLandingPermitMessage(
flightNid: FlightNid!
landingPermitNids: [LandingPermitNid!]!
emailData: EmailInput!
): Boolean!
}

Arguments

sendLandingPermitMessage.flightNid ● FlightNid! non-null scalar

sendLandingPermitMessage.landingPermitNids ● [LandingPermitNid!]! non-null scalar

sendLandingPermitMessage.emailData ● EmailInput! non-null input

Type

Boolean scalar

The Boolean scalar type represents true or false.