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

Generates queries from the GraphQL endpoint via schema introspection.

Results 9 graphql-query-generator issues
Sort by recently updated
recently updated
newest added

1. Include field names in test query alias for better readability 2. Expose function for executing introspection query as alternative to http request 3. Merge graphql update and peer dep...

Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 1.7.3 to 2.6.7. Release notes Sourced from node-fetch's releases. v2.6.7 Security patch release Recommended to upgrade, to not leak sensitive cookie and authentication header information to 3th...

dependencies

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.5 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

Can this package generate GraphQL mutations as well?

Currently it's failing PR's for no reason.

* add a flag for formatted test output * invoke a CLI on an endpoint and the CLI to test it

It would be nice if there was some internal output for the coverage.

* clean-up .. make it so that they can just require('...') and use immediately * remove the try / catch in the run method to make it not swallow exceptions...