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.