graphql-lodash
graphql-lodash copied to clipboard
react-apollo is discontinued
Does it support apollo-client?
https://github.com/apollographql/apollo-client
The docs also show how to use it with ApolloLink, which still exists. Did you try that?
The docs also show how to use it with ApolloLink, which still exists. Did you try that?
If I use it with ApolloLink it will apply the transformation to every query, and if I want just to a specific query, there a way to do that?