graphql-lodash icon indicating copy to clipboard operation
graphql-lodash copied to clipboard

🛠 Data manipulation for GraphQL queries with lodash syntax

Results 14 graphql-lodash issues
Sort by recently updated
recently updated
newest added

I get this error when I try to add this to my apollo client

Hi, this plugin it's awesome! I'm able to get it working with `@apollo/client` with a custom `ApolloLink` as suggested in documentation. It's also possible to make `GraphQL Code Generator` generate...

When I call https://apis.guru/graphql-lodash/ the result pane shows "Failed to fetch"

Does it support apollo-client? https://github.com/apollographql/apollo-client

Hi, I'm a developer advocate and came across this project (it's a great project!). I'd like to politely suggest either modernizing the gender data used in the tool demo, or...

Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.10.0 to 3.14.0. Changelog Sourced from js-yaml's changelog. [3.14.0] - 2020-05-22 Changed Support safe/loadAll(input, options) variant of call. CI: drop outdated nodejs versions. Dev deps bump. Fixed...

dependencies

Hi! this library seems amazing. How can i include it in my own graphiql client?

I have a data structure like below { "MyAsset": { "Code": "Cod123", "MyAssetLocation": [{ "Location": { "LocationName": "Location 1" } },{ "Location": { "LocationName": "Location 2" } } ] }...

Hi, I just get started learning Graphql and found this package extremely useful for formatting data reading from backend. Thank you! My question is that is is possible to reverse...