Skip to content

Commit

Permalink
Report #5654 to the main branch (#5656)
Browse files Browse the repository at this point in the history
  • Loading branch information
BoD committed Feb 27, 2024
1 parent 7c2e287 commit 0931352
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 0931352

Please sign in to comment.