OBJECT

TagQuery

link GraphQL Schema definition

  • type TagQuery {
  • # Requires access to resource TAG_FLIGHT_DEFINITION_SEE
  • allFlightTags: [TagDefinition!]!
  • # Requires access to resource TAG_TRIP_DEFINITION_SEE
  • allTripTags: [TagDefinition!]!
  • }