Annotation Interface GraphQLIgnore


@Target({TYPE,FIELD,METHOD}) @Retention(RUNTIME) public @interface GraphQLIgnore
Use this annotation on Java JPA Entity types or fields to exclude elements from GraphQLSchema
Author:
Igor Dianov