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!]!
  • # Requires access to resource TAG_FLIGHT_DEFINITION_SEE
  • #
  • # Arguments
  • # labelPrefix:
  • flightTags(labelPrefix: NotEmptyString!): [TagDefinition!]!
  • # Requires access to resource TAG_TRIP_DEFINITION_SEE
  • #
  • # Arguments
  • # labelPrefix:
  • tripTags(labelPrefix: NotEmptyString!): [TagDefinition!]!
  • }