Skip to content

Commit

Permalink
nit fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tejas2008 committed Jan 9, 2025
1 parent 4851069 commit f84bd94
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ do {
```ts
// Get the IDs of the related members.
const { data: teamWithMembers } = await client.models.Team.get(
{ id: teamId},
{ id: teamId },
{ selectionSet: ["id", "members.*"] },
);

Expand Down Expand Up @@ -818,6 +818,7 @@ val cart = Amplify.API.query(
</InlineFilter>

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

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

```ts
Expand Down

0 comments on commit f84bd94

Please sign in to comment.