How/when are conditions checked for non-idempotent mongo queries when using accessibleBy? #728
Unanswered
robbie-accessearth
asked this question in
Q&A
Replies: 1 comment
-
if it works the same way as SQL: UPDATE users
SET ...
WHERE id = ${user.id} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When the code below is executed, are the conditions of the ability checked before the update is executed? I've been looking through the docs but I can't seem to find an answer.
Beta Was this translation helpful? Give feedback.
All reactions