Skip to content

Commit 558c85b

Browse files
tylerjroachlawmichaRene Brandel
authored
Amplify Android API Relational Models (#6020)
* feat(api): iOS Android API GraphQL relational models pages * update schema * Add callout, update many-to-many schema * update callout to point to migration guide for existing developers * add new sections for query and css * Updates to Android API Relationship page * Defragmented pages and reordered content. * Remove iOS docs for now * Remove iOS docs for now * Remove fragments * Add delete code snippet * Correct description of query --------- Co-authored-by: Michael Law <1365977+lawmicha@users.noreply.github.com> Co-authored-by: Rene Brandel <renbran@amazon.com>
1 parent 4bb012b commit 558c85b

File tree

3 files changed

+842
-1
lines changed

3 files changed

+842
-1
lines changed

cspell.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1522,7 +1522,8 @@
15221522
"cloudwatchlogs",
15231523
"userids",
15241524
"xmark",
1525-
"refreshable"
1525+
"refreshable",
1526+
"generatemodelsforlazyloadandcustomselectionset"
15261527
],
15271528
"flagWords": ["hte", "full-stack", "Full-stack", "Full-Stack", "sudo"],
15281529
"patterns": [

src/directory/directory.mjs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -317,6 +317,11 @@ export const directory = {
317317
route: '/lib/graphqlapi/subscribe-data',
318318
filters: ['android', 'flutter', 'ios', 'js', 'react-native']
319319
},
320+
{
321+
title: 'Relational models',
322+
route: '/lib/graphqlapi/relational',
323+
filters: ['android']
324+
},
320325
{
321326
title: 'Working with files and attachments',
322327
route: '/lib/graphqlapi/working-with-files',

0 commit comments

Comments
 (0)