From ccc569afbdbf3f2cfc09e257fa29909de0369fae Mon Sep 17 00:00:00 2001 From: tjroach Date: Fri, 17 Jan 2025 11:48:29 -0500 Subject: [PATCH] formatting --- .../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 f8298328026..b9f139d5593 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 @@ -320,7 +320,6 @@ You can alternatively download the introspection schema using the [`fetch-schema 2. On the left side, select Schema 3. When viewing your schema, there should a “Export schema” drop down. Select this and download the `schema.json` file. 4. Add this file to your project as directed by [Apollo documentation](https://www.apollographql.com/docs/kotlin/advanced/plugin-recipes#specifying-the-schema-location) - ### Type Mapping AppSync Scalars By default, [AWS AppSync Scalars](https://docs.aws.amazon.com/appsync/latest/devguide/scalars.html#graph-ql-aws-appsync-scalars) will default to the `Any` type. @@ -338,6 +337,7 @@ apollo { } } ``` + ### Performing Queries, Mutations, and Subscriptions with Apollo client