Skip to content

Commit

Permalink
chore: clarify drawbacks of introspection publish
Browse files Browse the repository at this point in the history
  • Loading branch information
EverlastingBugstopper committed Oct 7, 2021
1 parent 9ece7de commit 5771920
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/source/graphs.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ If your schema isn't stored in a compatible file, you can provide `-` as the val
rover graph introspect http://localhost:4000 | rover graph publish my-graph@dev --schema -
```

Whenever possible, we recommend publishing a `.graphql` file directly instead of using introspection. An introspection result omits schema comments and most uses of directives.

> For more on accepting input via `stdin`, see [Conventions](./conventions#using-stdin).
## Checking schema changes
Expand Down

0 comments on commit 5771920

Please sign in to comment.