Skip to content

Commit

Permalink
docs: fix command typo in 02-add-the-graphql-schema.mdx (#5654)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndersDJohnson committed Feb 26, 2024
1 parent c5d0558 commit 3d5f252
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/tutorial/02-add-the-graphql-schema.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ In the **Reference** tab, you can now see a list of all of the things available

Apollo Kotlin requires a schema to generate type-safe models and code from your queries. There are multiple ways to get a schema. For example, you can go to the SDL tab and download the raw SDL schema using Apollo Studio Sandbox.

In this tutorial, we will use the `apolloDownloadSchema` Gradle task that is created by our plugin automatically. Since GraphQL supports [introspection](https://graphql.org/learn/introspection/), this will work with any GraphQL endpoint that has introspection enabled.
In this tutorial, we will use the `downloadApolloSchema` Gradle task that is created by our plugin automatically. Since GraphQL supports [introspection](https://graphql.org/learn/introspection/), this will work with any GraphQL endpoint that has introspection enabled.

From the root of the project, run the following in Android Studio's Terminal tab:

Expand Down

0 comments on commit 3d5f252

Please sign in to comment.