We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
remove()
update()
Right now update() can find items by ID, predicate, or by passing in the entire entity objects.
remove() handles ID and predicates, but it can't be called with the entity objects themselves.
The text was updated successfully, but these errors were encountered:
feat: ✨ #1 Allow remove() to accept entity objects similar to update()
db18d50
remove() can now be given an entity or array of entities
feat: ✨ #1 Allow remove() to accept entity objects similar to update() (
92a7f5a
#3) remove() can now be given an entity or array of entities Co-authored-by: Tony Sullivan <[email protected]>
No branches or pull requests
Right now
update()
can find items by ID, predicate, or by passing in the entire entity objects.remove()
handles ID and predicates, but it can't be called with the entity objects themselves.The text was updated successfully, but these errors were encountered: