graphql-query-builder
graphql-query-builder copied to clipboard
a simple but powerful graphQL query builder
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) -...