mirror of
https://github.com/twentyhq/twenty.git
synced 2024-12-23 12:02:10 +03:00
a2a272fed4
Adding update / delete / find actions Update and delete are not really different than creation. Find uses the same logique as for graphql filters. Expected formats are: Filter ``` { "and": [ { "name": { "eq": "salut" } }, { "employees": { "eq": "0" } } ] } ``` Order `[ { "name": 'AscNullsFirst' } ]` |
||
---|---|---|
.. | ||
twenty-chrome-extension | ||
twenty-docker | ||
twenty-e2e-testing | ||
twenty-emails | ||
twenty-front | ||
twenty-server | ||
twenty-tinybird | ||
twenty-ui | ||
twenty-utils | ||
twenty-website | ||
twenty-zapier |