Annotation Type GraphQLDirectives


@Retention(RUNTIME)
@Target({TYPE,FIELD,METHOD,PARAMETER})
public @interface GraphQLDirectives
Author:
etienne-sf
  • Required Element Summary

    Required Elements 
    Modifier and Type Required Element Description
    GraphQLDirective[] value
    The directives that were defined in the GraphQL schema for this item
  • Element Details