kind of a weird question perhaps but is there a shortcut, when you are creating an object that is linked to a user, to automatically make that the currentUser? I mean the id from the jwt
a
agartha
10/05/2017, 9:12 PM
There is an open FR for adding the context information to Request Pipeline hooks. Currently, it's only available in the new Resolver Functions. So currently, you still need to pass in the userId yourself for all normal mutations.