Skip to content

Commit 8307aa4

Browse files
committed
formatting
1 parent 76c4049 commit 8307aa4

File tree

1 file changed

+2
-2
lines changed
  • src/pages/[platform]/build-a-backend/data/aws-appsync-apollo-extensions

1 file changed

+2
-2
lines changed

src/pages/[platform]/build-a-backend/data/aws-appsync-apollo-extensions/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -323,10 +323,10 @@ You can alternatively download the introspection schema using the [`fetch-schema
323323
</InlineFilter>
324324

325325
### Type Mapping AppSync Scalars
326-
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.
326+
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.
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
329-
made writing [custom class adapters](https://www.apollographql.com/docs/kotlin/essentials/custom-scalars#define-class-mapping) to convert date/time scalars
329+
made by writing [custom class adapters](https://www.apollographql.com/docs/kotlin/essentials/custom-scalars#define-class-mapping) to convert date/time scalars
330330
into Kotlin date/time class types.
331331

332332
```kotlin

0 commit comments

Comments
 (0)