Query: getAsmMessage
ASM message. Requires access to given flight
iataMessages {
getAsmMessage(
flightNidList: [FlightNid!]!
action: AsmAction!
timeMode: TimeMode
): String!
}
Arguments
getAsmMessage.flightNidList ● [FlightNid!]! non-null scalar
getAsmMessage.action ● AsmAction! non-null enum
getAsmMessage.timeMode ● TimeMode enum
Type
String scalar
The String scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.