Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 31 additions & 8 deletions data/projects/grats.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,41 @@
"description": "Implementation-First GraphQL for TypeScript.",
"url": "https://github.com/captbaritone/grats",
"features": {
"capabilities": null,
"deprecated-objects": null,
"directives-on-directives": null,
"executable-documents-descriptions": null,
"fragment-arguments": null,
"capabilities": {
"since": "-",
"note": "Will be provided by GraphQL.js [pr](https://github.com/graphql/graphql-js/pull/4523)"
},
"deprecated-objects": {
"since": "0.0.23",
"note": "[doc](https://grats.capt.dev/docs/resolvers/deprecated/)"
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @captbaritone 👋

Double checking: the docs only mention "fields, enum variants, and arguments". Are objects also included? I'm thinking about graphql/graphql-spec#997

},
"directives-on-directives": {
"since": "-",
"note": "Will be provided by GraphQL.js [pr](https://github.com/graphql/graphql-js/pull/4521)"
},
"executable-documents-descriptions": {
"since": "n/a",
"note": "Provided by GraphQL.js starting in version 16.12.0 [pr](https://github.com/graphql/graphql-js/pull/4482)"
},
"fragment-arguments": {
"since": "n/a",
"note": "Provided by GraphQL.js starting in version 17.0.0-alpha.8 [pr](https://github.com/graphql/graphql-js/pull/4015)"
},
"graphql-response+json": {
"since": "n/a",
"note": "Grats is transport agnostic."
},
"on-error": null,
"one-of": null,
"semantic-introspection": null,
"on-error": {
"since": "-",
"note": "Will be provided by GraphQL.js [pr](https://github.com/graphql/graphql-js/pull/4364)"
},
"one-of": {
"since": "0.0.32",
"note": "[doc](https://grats.capt.dev/docs/docblock-tags/oneof-inputs/)"
},
"semantic-introspection": {
"since": "-"
},
"semantic-non-null": {
"since": "0.0.12",
"note": "[doc](https://grats.capt.dev/docs/guides/strict-semantic-nullability/), [commit](https://github.com/captbaritone/grats/commit/d4347092e81469a3920abc4a6750a5c4ca3f7b24)"
Expand Down
Loading