GraphQL.js
The reference implementation of the GraphQL specification, designed for running GraphQL in a Node.js environment.
Type: server
Website: https://github.com/graphql/graphql-js
Features
| Feature Name | Supported Since | Note |
|---|---|---|
| 'application/graphql-response+json' media type | N/A | graphql-js is transport agnostic. It's up to servers to implement this feature. |
| 'onError' request parameter | ? | |
| @oneOf | 16.9.0 | |
| @semanticNonNull | ? | |
| Deprecated objects | ? | |
| Directives on directives | ? | |
| Executable documents descriptions | 16.12.0 | |
| Fragment Arguments | 17.0.0-alpha.8 | |
| Semantic Introspection | ? | |
| Service capabilities | ? |