ENUM

AsmAction

ASM action

link GraphQL Schema definition

  • enum AsmAction {
  • # Insertion of New Flight Information
  • NEW
  • # Cancellation
  • CNL
  • # Replacement of Existing Flight Information
  • RPL
  • }