Skip to content

Commit

Permalink
Make clear the requirement of the [cli] dependency group for the sche…
Browse files Browse the repository at this point in the history
…ma exporter (#3728)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
shaggyz and pre-commit-ci[bot] authored Dec 16, 2024
1 parent 3ec03a7 commit 633c9bc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/guides/schema-export.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ schema definition.
Strawberry provides a command to export your schema definition. The exported
schema will be described in the GraphQL schema definition language (SDL).

To use the command line tools, you have to ensure Strawberry was installed with
`strawberry-graphql[cli]`.

You can export your schema using the following command:

```bash
Expand Down

0 comments on commit 633c9bc

Please sign in to comment.