Skip to content

Commit d3e34ba

Browse files
authored
Merge pull request #3 from captbaritone/grats-support-data
Add detailed Grats feature support data
2 parents c1c3814 + 40952c0 commit d3e34ba

1 file changed

Lines changed: 31 additions & 8 deletions

File tree

data/projects/grats.json

Lines changed: 31 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,41 @@
44
"description": "Implementation-First GraphQL for TypeScript.",
55
"url": "https://github.com/captbaritone/grats",
66
"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+
},
1227
"graphql-response+json": {
1328
"since": "n/a",
1429
"note": "Grats is transport agnostic."
1530
},
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+
},
1942
"semantic-non-null": {
2043
"since": "0.0.12",
2144
"note": "[doc](https://grats.capt.dev/docs/guides/strict-semantic-nullability/), [commit](https://github.com/captbaritone/grats/commit/d4347092e81469a3920abc4a6750a5c4ca3f7b24)"

0 commit comments

Comments
 (0)