Annotation Type GraphQLIgnore


@Target({TYPE,FIELD,METHOD,PARAMETER}) @Retention(RUNTIME) public @interface GraphQLIgnore
Indicates that a field or method shouldn't be included as a GraphQL field.