Skip to content

Commit

Permalink
Update docs/misc/9_guides/sequin/index.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: Anthony Accomazzo <[email protected]>
  • Loading branch information
hcourdent and acco authored Sep 28, 2023
1 parent 10403e2 commit 2adb026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/misc/9_guides/sequin/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ The type is an argument with a default value of “Bag” but you can always pas

With Sequin, you can also make [mutations](https://docs.sequin.io/writes) via your database as well. Inserts, updates, and deletes you make to Sequin-synced tables are first applied to the API. If they pass validation, they're committed to your database.

To write your first mutation query, navigate to "Home" on the left sidebar and click the “+Script” button.
To write your first mutation query, navigate to "Home" on the left sidebar and click the “+ Script” button.

In the list of Resources, select the Postgres connection to Sequin.

Expand Down

0 comments on commit 2adb026

Please sign in to comment.