From 76c40499617b6e29c9685d7545efca67097a6015 Mon Sep 17 00:00:00 2001 From: tjroach Date: Fri, 17 Jan 2025 11:43:30 -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 982abc4bdfa..ade16c4d6c3 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 @@ -322,7 +322,7 @@ You can alternatively download the introspection schema using the [`fetch-schema 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 +### Type Mapping AppSync Scalars By default, [AppSync Scalars](https://docs.aws.amazon.com/appsync/latest/devguide/scalars.html#graph-ql-aws-appsync-scalars) will default to the `Any` type. You can map these scalars to more explicit types by editing the `apollo` block in your `app/build.gradle[.kts]` file. In the example below, we are now mapping a few of our AppSync scalar types to `String` instead of `Any`. Additional improvements could