Thomas Trompette
a2a272fed4
Add crud actions (#8500)
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' } ]`
2024-11-15 10:10:00 +01:00
..
2024-08-27 17:06:39 +02:00
2024-11-04 17:44:36 +01:00
2024-11-04 17:44:36 +01:00
2024-09-12 16:06:19 +02:00
2024-10-08 17:40:48 +02:00
2024-11-15 10:10:00 +01:00
2024-11-14 18:05:05 +01:00
2024-10-04 11:58:33 +02:00
2024-11-14 18:05:05 +01:00
2024-11-14 18:05:05 +01:00
2024-11-14 18:05:05 +01:00
2024-10-08 17:40:48 +02:00
2024-11-14 18:05:05 +01:00