Skip to content

Commit

Permalink
Doc: Fixed title in schema download instructions (#4473)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xVesion authored Oct 21, 2022
1 parent b65d282 commit a711e8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/shared/download-schema.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ If your GraphQL endpoint requires authentication, you can pass custom HTTP heade
```bash:title=(shell)
./gradlew downloadApolloSchema \
--endpoint="https://your.domain/graphql/endpoint" \
--schema="app/src/main/graphql/com/example" \
--schema="app/src/main/graphql/com/example/schema.json" \
--header="Authorization: Bearer $TOKEN"
```

0 comments on commit a711e8f

Please sign in to comment.