From 8ce3319e42089e7612aab0795fed3f326f41769e Mon Sep 17 00:00:00 2001 From: Vincent Engel Date: Fri, 21 Oct 2022 13:12:34 +0200 Subject: [PATCH] Doc: Fixed title in schema download instructions --- docs/source/shared/download-schema.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/shared/download-schema.mdx b/docs/source/shared/download-schema.mdx index a5381dd4a7e..496cebee027 100644 --- a/docs/source/shared/download-schema.mdx +++ b/docs/source/shared/download-schema.mdx @@ -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" ```