How can I pass the current user id to a query? I’m using apollo on React Native.
joshjoe
09/25/2017, 2:18 AM
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