Annotation Type GraphQLIgnore


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