We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am using the latest release "graphql-yoga": "^3.7.3" I am also using "@whatwg-node/server-plugin-cookies": "^0.0.2" for the cookies plugin
I pass the request object from within a custom context handler to each of the resolvers.
From within the resolvers I try to assign 2 cookies to the request.cookieStore vis the provided example syntax.
The result is only one of the cookies (the last one assigned) is returned to the caller.
https://codesandbox.io/s/relaxed-leftpad-3ri4sy?file=/src/main.ts
2 Cookies should be sent as are set in the query resolver.
No response
@graphql-yoga
@whatwg-node/server-plugin-cookies
The text was updated successfully, but these errors were encountered:
Fixed in @whatwg-node/[email protected]!
@whatwg-node/[email protected]
Sorry, something went wrong.
No branches or pull requests
Describe the bug
I am using the latest release "graphql-yoga": "^3.7.3"
I am also using "@whatwg-node/server-plugin-cookies": "^0.0.2" for the cookies plugin
I pass the request object from within a custom context handler to each of the resolvers.
From within the resolvers I try to assign 2 cookies to the request.cookieStore vis the provided example syntax.
The result is only one of the cookies (the last one assigned) is returned to the caller.
Your Example Website or App
https://codesandbox.io/s/relaxed-leftpad-3ri4sy?file=/src/main.ts
Steps to Reproduce the Bug or Issue
Expected behavior
2 Cookies should be sent as are set in the query resolver.
Screenshots or Videos
No response
Platform
@graphql-yoga
version: 3.7.3@whatwg-node/server-plugin-cookies
version: ^0.0.2Additional context
No response
The text was updated successfully, but these errors were encountered: