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

[Docs] Working with a Federated Graph #135

Closed
JakeDawkins opened this issue Dec 17, 2020 · 0 comments
Closed

[Docs] Working with a Federated Graph #135

JakeDawkins opened this issue Dec 17, 2020 · 0 comments
Labels
docs 📝 improvements or additions to docs on the docs site

Comments

@JakeDawkins
Copy link
Contributor

This is the docs overview for the rover subgraph command subset

should include:

  • note that this is not the right command to use when working with non-federated graphs (and link to that).
  • link to apollo federation docs
  • rover graph --help instruction to see full api reference
  • List of subcommands and their purpose (like a sentence or two each)
  • "Recipes" or example usages, for ex:
rover subgraph push my-graph --service-name accounts --schema ./schema.graphql
rover subgraph introspect http://localhost:4000 | rover subgraph push my-graph@dev -s - --service-name accounts --routing-url http://hi.dev
rover subgraph check my-graph -s ./schema.graphql --service-name accounts
rover subgraph introspect http://localhost:4000 | rover subgraph push my-graph@dev -s - --service-name accounts --routing-url http://hi.dev
rover subgraph fetch my-graph@dev0 --service-name accounts > schema.graphql
@JakeDawkins JakeDawkins added this to the 📘 Release Docs milestone Dec 17, 2020
@JakeDawkins JakeDawkins added the docs 📝 improvements or additions to docs on the docs site label Dec 18, 2020
@JakeDawkins JakeDawkins linked a pull request Jan 6, 2021 that will close this issue
@JakeDawkins JakeDawkins removed a link to a pull request Jan 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs 📝 improvements or additions to docs on the docs site
Projects
None yet
Development

No branches or pull requests

1 participant