|
4 | 4 | "description": "Implementation-First GraphQL for TypeScript.", |
5 | 5 | "url": "https://github.com/captbaritone/grats", |
6 | 6 | "features": { |
7 | | - "capabilities": null, |
8 | | - "deprecated-objects": null, |
9 | | - "directives-on-directives": null, |
10 | | - "executable-documents-descriptions": null, |
11 | | - "fragment-arguments": null, |
| 7 | + "capabilities": { |
| 8 | + "since": "-", |
| 9 | + "note": "Will be provided by GraphQL.js [pr](https://github.com/graphql/graphql-js/pull/4523)" |
| 10 | + }, |
| 11 | + "deprecated-objects": { |
| 12 | + "since": "0.0.23", |
| 13 | + "note": "[doc](https://grats.capt.dev/docs/resolvers/deprecated/)" |
| 14 | + }, |
| 15 | + "directives-on-directives": { |
| 16 | + "since": "-", |
| 17 | + "note": "Will be provided by GraphQL.js [pr](https://github.com/graphql/graphql-js/pull/4521)" |
| 18 | + }, |
| 19 | + "executable-documents-descriptions": { |
| 20 | + "since": "n/a", |
| 21 | + "note": "Provided by GraphQL.js starting in version 16.12.0 [pr](https://github.com/graphql/graphql-js/pull/4482)" |
| 22 | + }, |
| 23 | + "fragment-arguments": { |
| 24 | + "since": "n/a", |
| 25 | + "note": "Provided by GraphQL.js starting in version 17.0.0-alpha.8 [pr](https://github.com/graphql/graphql-js/pull/4015)" |
| 26 | + }, |
12 | 27 | "graphql-response+json": { |
13 | 28 | "since": "n/a", |
14 | 29 | "note": "Grats is transport agnostic." |
15 | 30 | }, |
16 | | - "on-error": null, |
17 | | - "one-of": null, |
18 | | - "semantic-introspection": null, |
| 31 | + "on-error": { |
| 32 | + "since": "-", |
| 33 | + "note": "Will be provided by GraphQL.js [pr](https://github.com/graphql/graphql-js/pull/4364)" |
| 34 | + }, |
| 35 | + "one-of": { |
| 36 | + "since": "0.0.32", |
| 37 | + "note": "[doc](https://grats.capt.dev/docs/docblock-tags/oneof-inputs/)" |
| 38 | + }, |
| 39 | + "semantic-introspection": { |
| 40 | + "since": "-" |
| 41 | + }, |
19 | 42 | "semantic-non-null": { |
20 | 43 | "since": "0.0.12", |
21 | 44 | "note": "[doc](https://grats.capt.dev/docs/guides/strict-semantic-nullability/), [commit](https://github.com/captbaritone/grats/commit/d4347092e81469a3920abc4a6750a5c4ca3f7b24)" |
|
0 commit comments