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

test

Open yaacovCR opened this issue 4 years ago • 5 comments

these changes allow key and args functions to return promises, which may be helpful if ExternalObject access were to be managed by a store -- in which case the store could be updated even after initial result returned from original schema either with additional incremental delivery results or with results from other schemas.

yaacovCR avatar Sep 27 '21 00:09 yaacovCR

⚠️ No Changeset found

Latest commit: c2146ccba133a3b02b6093778deaef510c4202ab

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

changeset-bot[bot] avatar Sep 27 '21 00:09 changeset-bot[bot]

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/theguild/graphql-tools/Ho5RTftMTyfeMpXfhf8WZeq8V2Cz
✅ Preview: https://graphql-tools-git-lazy-experiment-theguild.vercel.app

vercel[bot] avatar Sep 27 '21 00:09 vercel[bot]

The latest changes of this PR are not available as alpha, since there are no linked changesets for this PR.

theguild-bot avatar Sep 27 '21 00:09 theguild-bot

Perhaps predictably, not so great performance wise.

yaacovCR avatar Sep 27 '21 00:09 yaacovCR

although not as much of a performance penalty as the other approach.... @ardatan any thoughts on these numbers?

this approach could also help with defer/stream

yaacovCR avatar Sep 27 '21 00:09 yaacovCR