Skip to content

Commit 38393d2

Browse files
committed
Merge branch 'tjroach/android-appsync-extension-updates' of github.com:aws-amplify/docs into tjroach/android-appsync-extension-updates
2 parents 8b4c806 + 7c9249f commit 38393d2

File tree

1 file changed

+1
-1
lines changed
  • src/pages/[platform]/build-a-backend/data/aws-appsync-apollo-extensions

1 file changed

+1
-1
lines changed

src/pages/[platform]/build-a-backend/data/aws-appsync-apollo-extensions/index.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ You can alternatively download the introspection schema using the [`fetch-schema
432432

433433
#### Manual
434434
1. Navigate to the **Queries** tab in your API on the [AWS AppSync console](https://console.aws.amazon.com/appsync/home). Here, you can test queries, mutations, and subscriptions in the GraphQL playground.
435-
2. Enter your GraphQL operation (query, mutation, or subscription) in the editor and click **Run** to execute it.
435+
2. Enter your GraphQL operation (query, mutation, or subscription) in the editor and select **Run** to execute it.
436436
3. Observe the request and response structure in the results. This gives you insight into the exact call patterns and structure that Apollo will use.
437437
4. Copy the GraphQL operation(s) from the playground and pass them to to your `{app}/src/main/graphql` folder as shown in the [Apollo documentation](https://www.apollographql.com/docs/kotlin#getting-started)
438438

0 commit comments

Comments
 (0)