You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would be nice having a field to restrict the available queryset for update and patch mutations based on context values. For example, say you have the field organization in the context. You could do something like this:
After closer consideration, I am unsure whether or not this should actually be a part of the library. At some point, we'll end up putting our (this library's) hands in too much business logic.
Would be nice having a field to restrict the available queryset for update and patch mutations based on context values. For example, say you have the field
organization
in the context. You could do something like this:A user would then only be able to patch users in the same organization as them.
The text was updated successfully, but these errors were encountered: