graphql-js icon indicating copy to clipboard operation
graphql-js copied to clipboard

feat: Fragment arguments v16

Open JoviDeCroock opened this issue 1 year ago • 6 comments

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

JoviDeCroock avatar Aug 08 '24 15:08 JoviDeCroock

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

github-actions[bot] avatar Aug 08 '24 15:08 github-actions[bot]

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

Urigo avatar Aug 12 '24 17:08 Urigo

@github-actions publish-pr-on-npm

JoviDeCroock avatar Aug 13 '24 05:08 JoviDeCroock

@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

github-actions[bot] avatar Aug 13 '24 05:08 github-actions[bot]

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 avatar Sep 06 '24 14:09 yaacovCR

@yaacovCR I'll look into that later on when the v17 implementation is closer to solidifying

JoviDeCroock avatar Sep 06 '24 14:09 JoviDeCroock