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

Compress GraphQL Query String

Results 5 graphql-query-compress issues
Sort by recently updated
recently updated
newest added

Bumps [browserify-shim](https://github.com/thlorenz/browserify-shim) from 3.8.14 to 3.8.16. Commits a2b4e72 3.8.16 97855e6 resolve-shims: prevent prototype manipulation (#246) bae7ece fix readme h1 0d4c920 3.8.15 339ced5 deps: update mothership (#243) 5ad9c76 chore: remove patreon...

dependencies

For the compress method to work, I had to use `import * as compress from 'graphql-query-compress'`. Simply doing `import compress from 'graphql-query-compress'` didn't work. I believe this is due to...

When compressing the ``` const query = compress(` people { uuid, fullName, dateOfBirth, nextBirthday } `); ``` The result has some leading white space which could be `trim()`d.

Hi guys. Any plans to include TS types for this package? Thanks

Sorry for all the GitHub notifications. Your entry point was a mix of ESM for import, and CJS for export. This causes errors if people alias webpack to just consume...