From 7c9249fded3949b807c1cb4ee3a17c8b95e3d66e Mon Sep 17 00:00:00 2001 From: Tyler Roach Date: Mon, 27 Jan 2025 08:19:45 -0500 Subject: [PATCH] Update src/pages/[platform]/build-a-backend/data/aws-appsync-apollo-extensions/index.mdx Co-authored-by: josef --- .../data/aws-appsync-apollo-extensions/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/[platform]/build-a-backend/data/aws-appsync-apollo-extensions/index.mdx b/src/pages/[platform]/build-a-backend/data/aws-appsync-apollo-extensions/index.mdx index 132abf0e2ae..9ad43c487ec 100644 --- a/src/pages/[platform]/build-a-backend/data/aws-appsync-apollo-extensions/index.mdx +++ b/src/pages/[platform]/build-a-backend/data/aws-appsync-apollo-extensions/index.mdx @@ -424,7 +424,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)