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