Skip to content
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(query): add currentRun field to turbo query #9196

Merged
merged 2 commits into from
Sep 30, 2024

Conversation

NicholasLYang
Copy link
Contributor

Description

We need the currentRun field to exist on turbo query to easily generate types from the GraphQL server. This adds the field and also deduplicates the server code so both wui and query use the same run_server code

Testing Instructions

… as a field in query so type generation works
Copy link

vercel bot commented Sep 27, 2024

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

Name Status Preview Comments Updated (UTC)
examples-nonmonorepo ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 30, 2024 7:19pm
8 Skipped Deployments
Name Status Preview Comments Updated (UTC)
examples-basic-web ⬜️ Ignored (Inspect) Visit Preview Sep 30, 2024 7:19pm
examples-designsystem-docs ⬜️ Ignored (Inspect) Visit Preview Sep 30, 2024 7:19pm
examples-gatsby-web ⬜️ Ignored (Inspect) Visit Preview Sep 30, 2024 7:19pm
examples-kitchensink-blog ⬜️ Ignored (Inspect) Visit Preview Sep 30, 2024 7:19pm
examples-native-web ⬜️ Ignored (Inspect) Visit Preview Sep 30, 2024 7:19pm
examples-svelte-web ⬜️ Ignored (Inspect) Visit Preview Sep 30, 2024 7:19pm
examples-tailwind-web ⬜️ Ignored (Inspect) Visit Preview Sep 30, 2024 7:19pm
examples-vite-web ⬜️ Ignored (Inspect) Visit Preview Sep 30, 2024 7:19pm

Copy link
Member

@tknickman tknickman left a comment

Choose a reason for hiding this comment

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

Change looks good, a few CI errors

@NicholasLYang NicholasLYang enabled auto-merge (squash) September 30, 2024 19:18
@NicholasLYang NicholasLYang merged commit c793376 into main Sep 30, 2024
40 checks passed
@NicholasLYang NicholasLYang deleted the nicholasyang/add-current-run-to-query branch September 30, 2024 19:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants