JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Field |
Optional |
Required
Detail:
Field |
Element
SEARCH:
Package
com.graphql_java_generator.annotation
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