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