Hi. New to graph.cool and excited about the prospe...
# prisma-whats-new
s
Hi. New to graph.cool and excited about the prospect of bringing up a backend for my project with ease and speed. One question. The tutorials seem to be using Apollo client 1.0. Could someone point to an example with Apollo client 2.0 syntax that includes subscriptions. Thanks
n
s
Thanks. I see that this example is using createNetworkInterface which is no longer supported by the Apollo client. Is there an example that uses the current Apollo 2.0 client link syntax.
n
Ah sorry! Are you talking about the video? The written content is updated to use Apollo Client 2.0
s
Yes. I was distracted by the video. The written content is what I was looking for. Thanks!
Hi nikolas, I followed the example but still have the same problem. Queries are injected fine but mutations are not.
export default graphql(CREATE_LINK_MUTATION, { name: 'createLinkMutation' })(LoginScreen)
I'm working in expo.io. Are you aware of any issues with Apollo client 2.0 mutations in the expo environment
Would really appreciate any insights as I don't see any good way to debug this.