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.atlassian.graphql.annotations
Annotation Type GraphQLDeprecate
@Target
({
METHOD
,
FIELD
})
@Retention
(
RUNTIME
)
public @interface
GraphQLDeprecate
When applied to a java type member that's bound to a graph-ql field, marks that field as deprecated.
Required Element Summary
Required Elements
Modifier and Type
Required Element
Description
String
value
Element Details
value
String
value