ENUM

Route

link GraphQL Schema definition

  • enum Route {
  • # Flight departure
  • departure
  • # Flight destination
  • destination
  • }