Skip to content

Commit 76c4049

Browse files
committed
formatting
1 parent df4c279 commit 76c4049

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ You can alternatively download the introspection schema using the [`fetch-schema
322322
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)
323323
</InlineFilter>
324324

325-
## Type Mapping AppSync Scalars
325+
### Type Mapping AppSync Scalars
326326
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.
327327
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
328328
are now mapping a few of our AppSync scalar types to `String` instead of `Any`. Additional improvements could

0 commit comments

Comments
 (0)