Uses of Annotation Interface
io.smallrye.graphql.api.Directive
Packages that use Directive
Package
Description
-
Uses of Directive in io.smallrye.graphql.api
Classes in io.smallrye.graphql.api with annotations of type DirectiveModifier and TypeClassDescription@interface@interfacedirective @oneOf on INPUT_OBJECT -
Uses of Directive in io.smallrye.graphql.api.federation
Classes in io.smallrye.graphql.api.federation with annotations of type DirectiveModifier and TypeClassDescription@interfacedirective @authenticated on ENUM | FIELD_DEFINITION | INTERFACE | OBJECT | SCALAR@interfacedirective @composeDirective(name: String!)@interfacedirective @extends on OBJECT | INTERFACE@interfacedirective @external on FIELD_DEFINITION | OBJECT@interfacedirective @inaccessible on FIELD_DEFINITION | INTERFACE | OBJECT | UNION | ARGUMENT_DEFINITION | SCALAR | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION@interfacedirective @interfaceObject on OBJECT@interfacedirective @key(fields: FieldSet!@interfacedirective @override(from: String!@interfacedirective @provides(fields: FieldSet!)@interfacedirective @requires(fields: FieldSet!)@interfacedirective @shareable repeatable on FIELD_DEFINITION | OBJECT@interfacedirective @tag(name: String!) -
Uses of Directive in io.smallrye.graphql.api.federation.link
Classes in io.smallrye.graphql.api.federation.link with annotations of type Directive -
Uses of Directive in io.smallrye.graphql.api.federation.policy
Classes in io.smallrye.graphql.api.federation.policy with annotations of type Directive -
Uses of Directive in io.smallrye.graphql.api.federation.requiresscopes
Classes in io.smallrye.graphql.api.federation.requiresscopes with annotations of type DirectiveModifier and TypeClassDescription@interfacedirective @requiresScopes(scopes: [[Scope!]!]!)