Jul 22, 2017 · 1 min read
Quick question: How would one go about utilising a reusable enhancer, let’s say like withPresence that queries the backend GraphQL server with a JWT to add a user object to the store or props? The reason I ask this is because I am interested to know how, after having Apollo Client add the data property you can have another query in the enhanced component.
