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-09-20 11:02:52 +02:00
2024-09-18 17:35:08 +02:00
2024-11-15 09:38:30 +01:00
2024-11-15 10:10:00 +01:00
2024-11-07 17:22:47 +01:00
2024-11-15 09:38:30 +01:00
2024-11-15 09:38:30 +01:00
2024-09-20 11:02:52 +02:00
2024-09-20 11:02:52 +02:00
2023-12-10 18:10:54 +01:00
2023-12-10 18:10:54 +01:00
2024-07-19 18:23:52 +02:00
2024-11-07 17:22:47 +01:00
2024-10-05 00:23:23 +02:00
2024-10-03 13:56:17 +02:00
2024-11-13 19:35:15 +01:00
2024-11-07 17:22:47 +01:00
2024-01-29 06:17:12 -03:00
2024-09-20 11:02:52 +02:00
2024-09-20 11:02:52 +02:00