Skip to content

Commit

Permalink
Merge branch 'tjroach/android-appsync-extension-updates' of github.co…
Browse files Browse the repository at this point in the history
…m:aws-amplify/docs into tjroach/android-appsync-extension-updates
  • Loading branch information
tylerjroach committed Jan 28, 2025
2 parents 8b4c806 + 7c9249f commit 38393d2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ You can alternatively download the introspection schema using the [`fetch-schema

#### Manual
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.
2. Enter your GraphQL operation (query, mutation, or subscription) in the editor and click **Run** to execute it.
2. Enter your GraphQL operation (query, mutation, or subscription) in the editor and select **Run** to execute it.
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.
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)

Expand Down

0 comments on commit 38393d2

Please sign in to comment.