-
Notifications
You must be signed in to change notification settings - Fork 575
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
feat: execution cancelation #3197
Conversation
🦋 Changeset detectedLatest commit: a0b4d86 The changes in this PR will be included in the next version bump. This PR includes changesets to release 24 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Apollo Federation Subgraph Compatibility Results
Learn more: |
✅ Benchmark Results
|
💻 Website PreviewThe latest changes are available as preview in: https://cfff111f.graphql-yoga.pages.dev |
🚀 Snapshot Release (
|
Package | Version | Info |
---|---|---|
graphql-yoga-cloud-run-guide |
3.3.0-alpha-20240329200130-a0b4d864 |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/apollo-link |
3.3.0-alpha-20240329200130-a0b4d864 |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/urql-exchange |
3.3.0-alpha-20240329200130-a0b4d864 |
npm ↗︎ unpkg ↗︎ |
graphql-yoga |
5.3.0-alpha-20240329200130-a0b4d864 |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/nestjs |
3.3.0-alpha-20240329200130-a0b4d864 |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/nestjs-federation |
3.3.0-alpha-20240329200130-a0b4d864 |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/plugin-apollo-inline-trace |
3.3.0-alpha-20240329200130-a0b4d864 |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/plugin-apq |
3.3.0-alpha-20240329200130-a0b4d864 |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/plugin-csrf-prevention |
3.3.0-alpha-20240329200130-a0b4d864 |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/plugin-defer-stream |
3.3.0-alpha-20240329200130-a0b4d864 |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/plugin-disable-introspection |
2.3.0-alpha-20240329200130-a0b4d864 |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/plugin-graphql-sse |
3.3.0-alpha-20240329200130-a0b4d864 |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/plugin-jwt |
2.3.0-alpha-20240329200130-a0b4d864 |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/plugin-persisted-operations |
3.3.0-alpha-20240329200130-a0b4d864 |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/plugin-prometheus |
4.2.0-alpha-20240329200130-a0b4d864 |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/plugin-response-cache |
3.5.0-alpha-20240329200130-a0b4d864 |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/plugin-sofa |
3.3.0-alpha-20240329200130-a0b4d864 |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/render-graphiql |
5.3.0-alpha-20240329200130-a0b4d864 |
npm ↗︎ unpkg ↗︎ |
f51cf14
to
f8cec32
Compare
f9133fb
to
29065e0
Compare
29065e0
to
596f5f1
Compare
17ec375
to
3e8d114
Compare
1e67cdf
to
6fe67d1
Compare
a110ab6
to
4169e42
Compare
aec7a15
to
4aeeb6c
Compare
585d113
to
9a07506
Compare
101938f
to
b0174c3
Compare
e40ab01
to
aeba523
Compare
dd92e06
to
7233a02
Compare
f576fc9
to
a1c3467
Compare
Since
@graphql-tools/executor
supports aborting the execution, I wanted to add support in Yoga.