Skip to content

Commit a711e8f

Browse files
authored
Doc: Fixed title in schema download instructions (#4473)
1 parent b65d282 commit a711e8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/shared/download-schema.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ If your GraphQL endpoint requires authentication, you can pass custom HTTP heade
1616
```bash:title=(shell)
1717
./gradlew downloadApolloSchema \
1818
--endpoint="https://your.domain/graphql/endpoint" \
19-
--schema="app/src/main/graphql/com/example" \
19+
--schema="app/src/main/graphql/com/example/schema.json" \
2020
--header="Authorization: Bearer $TOKEN"
2121
```

0 commit comments

Comments
 (0)