Annotation Type GraphQLType


  • @Target({TYPE_USE,METHOD,FIELD})
    @Retention(RUNTIME)
    public @interface GraphQLType
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      java.lang.Class<? extends TypeFunction> value  
    • Element Detail

      • value

        java.lang.Class<? extends TypeFunction> value
        Default:
        graphql.annotations.processor.typeFunctions.DefaultTypeFunction.class