Anyone using Graphcool with apollo 2.0?
# prisma-whats-new
j
Anyone using Graphcool with apollo 2.0?
d
I am. Using it with schema stitching on 2.0, and no issues so far!
👍 2
j
I cant configure to use it, keeps giving me an error... i follow the tutorial on how to upgrade it but it gives error
d
What is the error you are receiving?
j
`` invariant(props.client, 'ApolloClient was not passed a client instance. Make ' + 25 | 'sure you pass in your client via the "client" prop.'); 26 | if (!props.store) {
27 | props.client.initStore();
28 | } 29 | return _this; 30 | }``
i did this tutorial
Im using it with react-apollo, i think theres no support for 2.0!!