Add detailed Grats feature support data#3
Merged
martinbonnin merged 1 commit intographql-community:mainfrom Apr 17, 2026
Merged
Add detailed Grats feature support data#3martinbonnin merged 1 commit intographql-community:mainfrom
martinbonnin merged 1 commit intographql-community:mainfrom
Conversation
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) <noreply@anthropic.com>
Member
|
Thanks! |
| }, | ||
| "deprecated-objects": { | ||
| "since": "0.0.23", | ||
| "note": "[doc](https://grats.capt.dev/docs/resolvers/deprecated/)" |
Member
There was a problem hiding this comment.
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
Contributor
Author
|
Ah, I think not. Feel free to remove.
Jordan Eldredge
jordaneldredge.com
…On Mon, Apr 20, 2026 at 12:44 AM Martin Bonnin ***@***.***> wrote:
***@***.**** commented on this pull request.
------------------------------
In data/projects/grats.json
<#3?email_source=notifications&email_token=AABHXLZSG3SGQOBNSQKSF7T4WXIMFA5CNFSNUABKM5UWIORPF5TWS5BNNB2WEL2QOVWGYUTFOF2WK43UKJSXM2LFO4XTIMJTHAYTANJZGY3KM4TFMFZW63VHNVSW45DJN5XKKZLWMVXHJL3QOJPXEZLWNFSXOX3DNRUWG2Y#discussion_r3109009237>
:
> @@ -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](graphql/graphql-js#4523)"
+ },
+ "deprecated-objects": {
+ "since": "0.0.23",
+ "note": "[doc](https://grats.capt.dev/docs/resolvers/deprecated/)"
Hi @captbaritone <https://github.com/captbaritone> 👋
Double checking: the docs only mention "fields, enum variants, and
arguments". Are objects also included? I'm thinking about
graphql/graphql-spec#997
<graphql/graphql-spec#997>
—
Reply to this email directly, view it on GitHub
<#3?email_source=notifications&email_token=AABHXLZIMAOUWZGG7VXOTMT4WXIMHA5CNFSNUABKM5UWIORPF5TWS5BNNB2WEL2QOVWGYUTFOF2WK43UKJSXM2LFO4XTIMJTHAYTANJZGY3KM4TFMFZW63VHNVSW45DJN5XKKZLWMVXHJPLQOJPXEZLWNFSXOX3ON52GSZTJMNQXI2LPNZZV6Y3MNFRWW#pullrequestreview-4138105966>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABHXLYDJHYQQLTGBVW6XZD4WXIMHAVCNFSM6AAAAACX5QM4TOVHI2DSMVQWIX3LMV43YUDVNRWFEZLROVSXG5CSMV3GSZLXHM2DCMZYGEYDKOJWGY>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Member
|
Removed in 3e2d2b1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
?) entries with accurate datadeprecated-objects(0.0.23),one-of(0.0.32),semantic-non-null(0.0.12)Test plan
🤖 Generated with Claude Code