Skip to content

Commit

Permalink
moved title of section inside ts and js frameworks
Browse files Browse the repository at this point in the history
  • Loading branch information
tejas2008 committed Jan 9, 2025
1 parent 1b6b71b commit 4851069
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -439,10 +439,10 @@ do {

</InlineFilter>

### Handling orphaned foreign keys on parent record deletion in "Has Many" relationship

<InlineFilter filters={["javascript", "angular", "react-native", "react", "nextjs", "vue"]}>

### Handling orphaned foreign keys on parent record deletion in "Has Many" relationship

```ts
// Get the IDs of the related members.
const { data: teamWithMembers } = await client.models.Team.get(
Expand Down Expand Up @@ -817,9 +817,8 @@ val cart = Amplify.API.query(

</InlineFilter>

### Handling orphaned foreign keys on parent record deletion in "Has One" relationship

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

```ts
// Get the customer with their associated cart
Expand Down

0 comments on commit 4851069

Please sign in to comment.