Annotation Type GraphQLDirectives


  • @Target({METHOD,FIELD,PARAMETER,TYPE})
    @Retention(RUNTIME)
    public @interface GraphQLDirectives
    Put in on a graphql field / other graphql type in order to activate directives on it
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      Directive[] value