feat: Fragment arguments v16
This is the v16 implementation of https://github.com/graphql/graphql-js/pull/4015 and spec implementation of https://github.com/graphql/graphql-spec/pull/1081
Hi @JoviDeCroock, I'm @github-actions bot happy to help you with this PR 👋
Supported commands
Please post this commands in separate comments and only one per comment:
@github-actions run-benchmark- Run benchmark comparing base and merge commits for this PR@github-actions publish-pr-on-npm- Build package from this PR and publish it on NPM
For those who has a production use case for this, wants to use it and provide feedback, feel free to reach out to @the-guild-org and test it with our support using Yoga Server
@github-actions publish-pr-on-npm
@github-actions publish-pr-on-npm
@JoviDeCroock The latest changes of this PR are available on NPM as graphql@16.9.0-canary.pr.4159.0fa29326c53fcd63c6473c7357c28aa13fa0019d Note: no gurantees provided so please use your own discretion.
Also you can depend on latest version built from this PR:
npm install --save graphql@canary-pr-4159
the PR to main #4015 has been merged, with some significant changes in implementation. we can try to backport that into v16.x.x
@yaacovCR I'll look into that later on when the v17 implementation is closer to solidifying