Annotation Type GraphQLDirective
@Retention(RUNTIME)
@Target({TYPE,FIELD,METHOD})
public @interface GraphQLDirective
- Author:
- etienne-sf
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.String
name
The name of the Directive, as defined in the GraphQL schema.
-
Element Details
-
name
java.lang.String nameThe name of the Directive, as defined in the GraphQL schema. This name is used to retrieve the associated converter, on runtime
-