GraphQL Java
A Java library for building GraphQL APIs.
Type: server
Website: https://github.com/graphql-java/graphql-java
Features
| Feature Name | Supported Since | Note |
|---|---|---|
| 'application/graphql-response+json' media type | N/A | graphql-java is transport agnostic. It's up to servers to implement this feature. |
| 'onError' request parameter | ? | |
| @oneOf | 21.2 | |
| @semanticNonNull | ? | |
| Deprecated objects | ? | |
| Directives on directives | ? | |
| Executable documents descriptions | ? | |
| Fragment Arguments | ? | |
| Semantic Introspection | ? | |
| Service capabilities | ? |