Delete objects with e.delete
.
e.delete(e.Movie, movie => ({
filter: e.op(movie.release_year, ">", 2000),
filter_single: { id: "abc..." },
order_by: movie.title,
offset: 10,
limit: 10
}));
The only supported keys are filter
, filter_single
, order_by
,
offset
, and limit
.
We use ChatGPT with additional context from our documentation to answer your questions. Not all answers will be accurate. Please join our Discord if you need more help.