OBJECT
TagQuery
link GraphQL Schema definition
- type TagQuery {
- # Requires access to resource TAG_FLIGHT_DEFINITION_SEE
- : [TagDefinition!]!
- # Requires access to resource TAG_TRIP_DEFINITION_SEE
- : [TagDefinition!]!
- # Requires access to resource TAG_FLIGHT_DEFINITION_SEE
- #
- # Arguments
- # labelPrefix:
- (: NotEmptyString!): [TagDefinition!]!
- # Requires access to resource TAG_TRIP_DEFINITION_SEE
- #
- # Arguments
- # labelPrefix:
- (: NotEmptyString!): [TagDefinition!]!
- }