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
A Stream/Defer source is not canceled (return is called on it) when I execute a GraphQL operation via GraphiQL.
https://codesandbox.io/s/brave-sun-wy8irb?file=/src/main.ts
query StreamAlphabet { alphabet @stream }
No further publish <character> console logs occur. cancel is logged immediately.
publish <character>
cancel
Uploading Screen Recording 2022-11-08 at 09.10.18.mov…
@graphql-yoga/*
No response
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
No branches or pull requests
Describe the bug
A Stream/Defer source is not canceled (return is called on it) when I execute a GraphQL operation via GraphiQL.
Your Example Website or App
https://codesandbox.io/s/brave-sun-wy8irb?file=/src/main.ts
Steps to Reproduce the Bug or Issue
query StreamAlphabet { alphabet @stream }
Expected behavior
No further
publish <character>
console logs occur.cancel
is logged immediately.Screenshots or Videos
Uploading Screen Recording 2022-11-08 at 09.10.18.mov…
Platform
@graphql-yoga/*
3.0.0-next.10Additional context
No response
The text was updated successfully, but these errors were encountered: