From 40952c0a9370cfbf8b8494b83c7f5537e32d63a9 Mon Sep 17 00:00:00 2001 From: Jordan Eldredge Date: Fri, 17 Apr 2026 15:44:40 -0700 Subject: [PATCH] Add detailed Grats feature support data Document support status for all features, showing which are provided natively by Grats (deprecated-objects, one-of, semantic-non-null) and which are inherited from GraphQL.js. Co-Authored-By: Claude Opus 4.6 (1M context) --- data/projects/grats.json | 39 +++++++++++++++++++++++++++++++-------- 1 file changed, 31 insertions(+), 8 deletions(-) diff --git a/data/projects/grats.json b/data/projects/grats.json index 51236ad..beef7c1 100644 --- a/data/projects/grats.json +++ b/data/projects/grats.json @@ -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/)" + }, + "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)"