From a711e8fe3811ecbd26edf74cd53e7aa68b07a94e Mon Sep 17 00:00:00 2001 From: Vincent Engel Date: Fri, 21 Oct 2022 13:32:51 +0200 Subject: [PATCH] Doc: Fixed title in schema download instructions (#4473) --- 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" ```