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
    Modifier and Type
    Required Element
    Description