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
I am creating a new model within a mutation. I would like to set the model's created_by field to point to the current user (using request.user). However, AFAIK the request object is not available within a mutation's mutate_and_get_payload() method.
Note: It is entirely possible that I'm going about this the wrong way, I'm still new to GraphQL.