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[]valueThe directives that were defined in the GraphQL schema for this item
-
Element Details
-
value
GraphQLDirective[] valueThe directives that were defined in the GraphQL schema for this item
-