graphql-kit / graphql-lodash

🛠 Data manipulation for GraphQL queries with lodash syntax
https://apis.guru/graphql-lodash/
MIT License
1.23k stars 48 forks source link

react-apollo is discontinued #44

Open SubZane opened 3 years ago

SubZane commented 3 years ago

Does it support apollo-client?

https://github.com/apollographql/apollo-client

rattrayalex commented 3 years ago

The docs also show how to use it with ApolloLink, which still exists. Did you try that?

tgwow commented 3 years ago

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?