How can I pass the current user id to a query? I’m...
# prisma-whats-new
j
How can I pass the current user id to a query? I’m using apollo on React Native.
Ok, I think I figured out how to do this. I just have to use skip and that will skip the other query until the user id is available, then it will get what I need