Skip to content

Commit 4851069

Browse files
committed
moved title of section inside ts and js frameworks
1 parent 1b6b71b commit 4851069

File tree

1 file changed

+3
-4
lines changed
  • src/pages/[platform]/build-a-backend/data/data-modeling/relationships

1 file changed

+3
-4
lines changed

src/pages/[platform]/build-a-backend/data/data-modeling/relationships/index.mdx

+3-4
Original file line numberDiff line numberDiff line change
@@ -439,10 +439,10 @@ do {
439439

440440
</InlineFilter>
441441

442-
### Handling orphaned foreign keys on parent record deletion in "Has Many" relationship
443-
444442
<InlineFilter filters={["javascript", "angular", "react-native", "react", "nextjs", "vue"]}>
445443

444+
### Handling orphaned foreign keys on parent record deletion in "Has Many" relationship
445+
446446
```ts
447447
// Get the IDs of the related members.
448448
const { data: teamWithMembers } = await client.models.Team.get(
@@ -817,9 +817,8 @@ val cart = Amplify.API.query(
817817

818818
</InlineFilter>
819819

820-
### Handling orphaned foreign keys on parent record deletion in "Has One" relationship
821-
822820
<InlineFilter filters={["javascript", "angular", "react-native", "react", "nextjs", "vue"]}>
821+
### Handling orphaned foreign keys on parent record deletion in "Has One" relationship
823822

824823
```ts
825824
// Get the customer with their associated cart

0 commit comments

Comments
 (0)