Skip to content

Commit 0e7b03f

Browse files
lawmichajosefaidtmattcreaser
authored
feat(data): appsync apollo extensions (#7930)
* feat(data): appsync apollo extensions * Apply suggestions from code review Co-authored-by: josef <[email protected]> * fix: add to directory page * Apply suggestions from code review Co-authored-by: Matt Creaser <[email protected]> * fix: mention introspection on swift schema section * fix: add android install and amplify data example * fix: add android install and amplify data example * Update src/pages/[platform]/build-a-backend/data/aws-appsync-apollo-extensions/index.mdx * Update src/pages/[platform]/build-a-backend/data/aws-appsync-apollo-extensions/index.mdx * Update src/pages/[platform]/build-a-backend/data/aws-appsync-apollo-extensions/index.mdx * Apply suggestions from code review * Update src/pages/[platform]/build-a-backend/data/aws-appsync-apollo-extensions/index.mdx * Update src/pages/[platform]/build-a-backend/data/aws-appsync-apollo-extensions/index.mdx * fix: header * fix: links --------- Co-authored-by: josef <[email protected]> Co-authored-by: Matt Creaser <[email protected]>
1 parent b04d4bd commit 0e7b03f

File tree

2 files changed

+401
-0
lines changed

2 files changed

+401
-0
lines changed

src/directory/directory.mjs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -328,6 +328,9 @@ export const directory = {
328328
},
329329
{
330330
path: 'src/pages/[platform]/build-a-backend/data/manage-with-amplify-console/index.mdx'
331+
},
332+
{
333+
path: 'src/pages/[platform]/build-a-backend/data/aws-appsync-apollo-extensions/index.mdx'
331334
}
332335
]
333336
},

0 commit comments

Comments
 (0)