Uses of Class
io.smallrye.graphql.api.Directive
-
-
Uses of Directive in io.smallrye.graphql.api
Classes in io.smallrye.graphql.api with annotations of type Directive Modifier and Type Class Description interfaceDeprecatedinterfaceOneOfdirective @oneOf on INPUT_OBJECT -
Uses of Directive in io.smallrye.graphql.api.federation
Classes in io.smallrye.graphql.api.federation with annotations of type Directive Modifier and Type Class Description interfaceAuthenticateddirective @authenticated on ENUM | FIELD_DEFINITION | INTERFACE | OBJECT | SCALARinterfaceComposeDirectivedirective @composeDirective(name: String!) repeatable on SCHEMAinterfaceExtendsdirective @extends on OBJECT | INTERFACEinterfaceExternaldirective @external on FIELD_DEFINITION | OBJECTinterfaceInaccessibledirective @inaccessible on FIELD_DEFINITION | INTERFACE | OBJECT | UNION | ARGUMENT_DEFINITION | SCALAR | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITIONinterfaceInterfaceObjectdirective @interfaceObject on OBJECTinterfaceKeydirective @key(fields: FieldSet!, resolvable: Boolean = true) repeatable on OBJECT | INTERFACEinterfaceOverridedirective @override(from: String!, label: String) on FIELD_DEFINITIONinterfaceProvidesdirective @provides(fields: FieldSet!) on FIELD_DEFINITIONinterfaceRequiresdirective @requires(fields: FieldSet!) on FIELD_DEFINITIONinterfaceShareabledirective @shareable repeatable on FIELD_DEFINITION | OBJECTinterfaceTagdirective @tag(name: String!) repeatable on FIELD_DEFINITION | INTERFACE | OBJECT | UNION | ARGUMENT_DEFINITION | SCALAR | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION -
Uses of Directive in io.smallrye.graphql.api.federation.link
Classes in io.smallrye.graphql.api.federation.link with annotations of type Directive Modifier and Type Class Description interfaceLinkdirective @link(url: String!, as: String, import: [Import], for: Purpose) repeatable on SCHEMA -
Uses of Directive in io.smallrye.graphql.api.federation.policy
Classes in io.smallrye.graphql.api.federation.policy with annotations of type Directive Modifier and Type Class Description interfacePolicydirective @policy(policies: [[Policy!]!]!) on FIELD_DEFINITION | OBJECT | INTERFACE | SCALAR | ENUM -
Uses of Directive in io.smallrye.graphql.api.federation.requiresscopes
Classes in io.smallrye.graphql.api.federation.requiresscopes with annotations of type Directive Modifier and Type Class Description interfaceRequiresScopesdirective @requiresScopes(scopes: [[Scope!]!]!) on ENUM | FIELD_DEFINITION | INTERFACE | OBJECT | SCALAR
-