graphql-query-builder icon indicating copy to clipboard operation
graphql-query-builder copied to clipboard

a simple but powerful graphQL query builder

Results 4 graphql-query-builder issues
Sort by recently updated
recently updated
newest added

My opinionated v2. Apologies if this is bad, I'm new to graphQL. Many of the changes are just fixing formatting, etc. Otherwise I break out Mutation and Nested in to...

Converted code to Typescript. Added and edited the configs so that test work and typescript compiles

This PR contains: - update code with prettier package (please let me know, if it's a problem) - updates parsing filter/args to handle nested objects and empty values (https://github.com/codemeasandwich/graphql-query-builder/issues/5) -...