-
Notifications
You must be signed in to change notification settings - Fork 95
Rover command for multiple subgraph publish #2473
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
base: main
Are you sure you want to change the base?
Conversation
@samaanghani: Thank you for submitting a pull request! Before we can merge it, you'll need to sign the Apollo Contributor License Agreement here: https://contribute.apollographql.com/ |
✅ Docs preview readyThe preview is ready to be viewed. View the preview File Changes 0 new, 2 changed, 0 removed
Build ID: 5bd099cfa4ac06c17cb200fe URL: https://www.apollographql.com/docs/deploy-preview/5bd099cfa4ac06c17cb200fe |
b5a3fe0
to
d711f72
Compare
d711f72
to
4c5cb40
Compare
use serde_json::json; | ||
use super::*; |
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.
This change is causing a lint failure.
use serde_json::json; | |
use super::*; | |
use super::*; | |
use serde_json::json; |
Adding new command to accept JSON manifest to publish multiple subgraphs at the same time.
[Testing]
Validated that this works through manual testing, added unit testing. Updated platform API with additional field
subgraphsUpdated
that is required.[Release]
[TODO]
A follow up PR will address additional refactoring, and add to e2e testing suite.
Will follow up with tooling team to get this started and follow their release process.