这是indexloc提供的服务,不要输入任何密码
Skip to content

fix(query): use patched version of async-graphql #10448

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

Conversation

chris-olszewski
Copy link
Member

Description

Work around for async-graphql/async-graphql#1703

Testing Instructions

turbo_dev --skip-infer query in repo of your choice. GraphiQL IDE should load correctly.

@chris-olszewski chris-olszewski requested a review from a team as a code owner May 6, 2025 19:01
Copy link

vercel bot commented May 6, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
examples-basic-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 6, 2025 7:01pm
examples-designsystem-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 6, 2025 7:01pm
examples-gatsby-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 6, 2025 7:01pm
examples-kitchensink-blog ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 6, 2025 7:01pm
examples-native-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 6, 2025 7:01pm
examples-nonmonorepo ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 6, 2025 7:01pm
examples-svelte-web ❌ Failed (Inspect) May 6, 2025 7:01pm
examples-tailwind-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 6, 2025 7:01pm
examples-vite-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 6, 2025 7:01pm
turbo-site ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 6, 2025 7:01pm

Comment on lines +85 to +86
async-graphql = "7.0.16"
async-graphql-axum = "7.0.16"
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Upgraded these so that the patched version of async-graphql only differs from 7.0.16 by this commit

@chris-olszewski chris-olszewski enabled auto-merge (squash) May 6, 2025 19:09
@chris-olszewski chris-olszewski merged commit e6749e1 into main May 6, 2025
35 of 40 checks passed
@chris-olszewski chris-olszewski deleted the chrisolszewski/turbo-4707-turbo-query-browser-ide-not-working-in-vercelapi-v252 branch May 6, 2025 19:47
chris-olszewski added a commit that referenced this pull request May 6, 2025
### Description

#10448 ended up breaking main by
not updating the new schema that gets generated with the bumped version
of `async-graphql`

### Testing Instructions

CI tests should pass (I will not turn on automerge)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants