Skip to content

Commit 7c9249f

Browse files
Update src/pages/[platform]/build-a-backend/data/aws-appsync-apollo-extensions/index.mdx
Co-authored-by: josef <[email protected]>
1 parent 4263abe commit 7c9249f

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
@@ -424,7 +424,7 @@ You can alternatively download the introspection schema using the [`fetch-schema
424424

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

0 commit comments

Comments
 (0)