You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/pages/[platform]/build-a-backend/data/aws-appsync-apollo-extensions/index.mdx
+1-1
Original file line number
Diff line number
Diff line change
@@ -320,7 +320,6 @@ You can alternatively download the introspection schema using the [`fetch-schema
320
320
2. On the left side, select Schema
321
321
3. When viewing your schema, there should a “Export schema” drop down. Select this and download the `schema.json` file.
322
322
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)
323
-
</InlineFilter>
324
323
325
324
### Type Mapping AppSync Scalars
326
325
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 {
338
337
}
339
338
}
340
339
```
340
+
</InlineFilter>
341
341
342
342
### Performing Queries, Mutations, and Subscriptions with Apollo client
0 commit comments