-
Notifications
You must be signed in to change notification settings - Fork 94
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
Implement supergraph config schema
command
#2418
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
✅ Docs preview readyThe preview is ready to be viewed. View the preview File Changes 0 new, 1 changed, 0 removed
Build ID: d8c4e3294c248982204571b6 URL: https://www.apollographql.com/docs/deploy-preview/d8c4e3294c248982204571b6 |
f1f3371
to
45950a6
Compare
940c3f7
to
43f864c
Compare
aaronArinder
approved these changes
Feb 24, 2025
This takes Dylan's work from #2139 and makes it work with the latest work in Rover
70d4163
to
394e550
Compare
print-json-schema
commandsupergraph config schema
command
burn2delete
approved these changes
Feb 25, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
Merged
pubmodmatt
added a commit
that referenced
this pull request
Mar 12, 2025
# [0.28.0] - 2025-03-12 ## 🚀 Features - **Default to Apollo Router 2.x for `rover dev` - @pubmodmatt PR #2433** The default version of Apollo Router used by `rover dev` is now 2.x instead of 1.x. The default can be overridden by setting `APOLLO_ROVER_DEV_ROUTER_VERSION`, for example `APOLLO_ROVER_DEV_ROUTER_VERSION=1.61.0`. - **Implement supergraph config schema command - @jonathanrainer PR #2418** Adds a new `rover supergraph config schema` command to output the JSONSchema for `supergraph.yaml`. This can be used to configure editor support for the file. ## 🐛 Fixes - **Add specific CompositionError handling - @jonathanrainer PR #2422** - **Pass log_level through to Router binary - @monkpow PR #2426** - **Fix formatting of table output by `rover config whoami` - @pubmodmatt PR #2413** - **Better error on missing environment variable - @pubmodmatt PR #2442** ## 🛠 Maintenance - **Add Apollo Router 2.x dependency to renovate - @pubmodmatt PR #2430** - **Fix CI post update to Rustup 1.28 - @jonathanrainer PR #2431** - **Replace backoff with backon - @pubmodmatt PR #2437** - **Add exemption for unmaintained humantime dependency - @pubmodmatt PR #2440** ## 📚 Documentation - **Add docs on using the native GitHub actions - @lleadbet PR #2419** - **Add changelog entry for new behaviour w.r.t subgraph_url - @jonathanrainer PR #2420** - **GitHub CI/CD - @shorgi PR #2427**
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This takes Dylan's work from #2139 and makes it work with the latest work in Rover
Essentially this allows us to take the work done in
apollo-federation-types
and expose it for others to consume in other IDEs etc.