-
-
Notifications
You must be signed in to change notification settings - Fork 818
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test demonstrating bug when merging array batched requests and using valuesFromResults #6398
base: master
Are you sure you want to change the base?
Conversation
|
3a3b32d
to
a625488
Compare
25926ea
to
521691e
Compare
d34fb65
to
b8bf584
Compare
🚨 IMPORTANT: Please do not create a Pull Request without creating an issue first.
Any change needs to be discussed before proceeding. Failure to do so may result in the rejection of
the pull request.
Description
This PR is an example of using
valuesFromResults
on an array-batched type. It demonstrates thatid
is not requested in an array-batched type and thatvaluesFromResults
does not have anid
in theresults
.Related #6382
I am happy to help fix this, but I'll need some direction about where to look.
Type of change
Please delete options that are not relevant.
expected)
Screenshots/Sandbox (if appropriate/relevant):
Adding links to sandbox or providing screenshots can help us understand more about this PR and take
action on it as appropriate
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can
reproduce. Please also list any relevant details for your test configuration
Test Environment:
@graphql-tools/...
:Checklist:
CONTRIBUTING doc and the
style guidelines of this project
Further comments
If this is a relatively large or complex change, kick off the discussion by explaining why you chose
the solution you did and what alternatives you considered, etc...