Skip to content

Commit

Permalink
fix List Items API link on new-graphql-api page (#6404)
Browse files Browse the repository at this point in the history
  • Loading branch information
borisno2 authored Aug 25, 2021
1 parent 6c0df55 commit 292ea26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/updates/new-graphql-api.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ While there are a lot of changes to this API, we've put a lot of effort into mak
3. Update mutation arguments to match the new input types. Make sure you replace `{ id: "..."}` with `{where: { id: "..."} }` in your `update` and `delete` operations.
4. Update relationship inputs to `create` and `update` operations. Ensure you've replaced usage of `{ disconnectAll: true }` with `{ set: [] }` in to-many relationships, and have used `{ disconnect: true }` rather than `{ disconnect: { id: "..."} }` in to-one relationships.

!> Finally, make sure you apply corresponding changes to filters and input arguments when using the [List Items API](docs/apis/list-items).
!> Finally, make sure you apply corresponding changes to filters and input arguments when using the [List Items API](/docs/apis/list-items).

---

Expand Down

0 comments on commit 292ea26

Please sign in to comment.