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 GraphQLExtensions
@Target
(
TYPE
)
@Retention
(
RUNTIME
)
public @interface
GraphQLExtensions
Marks a class as a graph-ql extension point. The class must implement either: a) GraphQLTypeContributor which is invoked for each graph-ql type. b) GraphQLExtensions to extend the graph-ql type system generally.