Package io.smallrye.graphql.api
Annotation Interface Directive
@Retention(RUNTIME)
@Target(ANNOTATION_TYPE)
@Experimental("Not covered by the specification, yet, so subject to change.")
public @interface Directive
Annotations annotated as Directive become visible in the GraphQL Schema.
- See Also:
-
Required Element Summary
Required Elements
-
Element Details
-
on
DirectiveLocation[] on
-