JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Use
Tree
Index
Help
Summary:
Field
Required
Optional
Detail:
Field
Element
Summary:
Field |
Required |
Optional
Detail:
Field |
Element
SEARCH
Package
com.introproventures.graphql.jpa.query.annotation
Annotation Interface GraphQLIgnore
@Target
({
TYPE
,
FIELD
,
METHOD
})
@Retention
(
RUNTIME
)
public @interface
GraphQLIgnore
Use this annotation on Java JPA Entity types or fields to exclude elements from GraphQLSchema
Author:
Igor Dianov