Fragment Arguments: Spec Implementation
At a glance​
- Identifier: #1010
- Stage: RFCX: Closed 2024-06-06T17:52:45Z
- Champion: @mjmahone
- PR: Fragment Arguments: Spec Implementation
- Related:
Timeline​
- Added to 2024-02-01 WG agenda
- Mentioned in 2024-02 WG notes
- Spec PR created on 2023-01-19 by mjmahone
- Commit pushed: RFC: Fragment Arguments on 2023-01-02 by @mjmahone
- Mentioned in 2023-01 WG notes
This fully specifies the Fragment Arguments changes required, as evidenced by the implementation changes made to
graphql-js
in https://github.com/graphql/graphql-js/pull/3835This is an update to a years-old RFC PR https://github.com/graphql/graphql-spec/pull/865, but given that PR had a lot of discussion that has been resolved, it should be easier for reviewers to start with this PR as a cleaner slate. I've tried to incorporate all discussion from previous PRs and Working Group discussion into the initial commit here.
Please use this PR for reviewing and verifying the accuracy of the PR, with inline comments when possible.
For discussions about Fragment Arguments as an idea, missing features or open questions, please open or respond to a thread in the graphql-wg discussion space: https://github.com/graphql/graphql-wg/discussions/1239