Annotation Type GraphQLIgnore


@Retention(RUNTIME) @Target({TYPE,FIELD,METHOD}) public @interface GraphQLIgnore
This annotation marks the type, field or method as a non GraphQL one. Typically, it marks stuff that doesn't come from the GraphQL schema, and is internal to the generated code.
Author:
etienne-sf