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

Thanks for this awesome library but I would love to see some more examples. What I see in the code there is more operators that you added but they are...

One of the very common transformations I need (except from the ones that this library already enables) is casting a value into a Date. Would it be possible to add...

enhancement

@IvanGoncharov Are you still maintaining this?

Thank you for you great job - I was looking to implement the server version on the express-graphql stack here is my implementation as an example - not perfect but...