hypothesis-graphql
hypothesis-graphql copied to clipboard
Generate arbitrary queries matching your GraphQL schema, and use them to verify your backend implementation.
It is helpful for packagers if the source tarball includes tests.
It will be really helpful to verify generated queries against a real GraphQL server
Now it is not bounded, which may lead to very long builds and general performance issues. I assume we can utilize [`recursive`](https://hypothesis.readthedocs.io/en/latest/data.html#hypothesis.strategies.recursive) or [`deferred`](https://hypothesis.readthedocs.io/en/latest/data.html#hypothesis.strategies.deferred) [here](https://github.com/Stranger6667/hypothesis-graphql/blob/master/src/hypothesis_graphql/_strategies/queries.py#L13)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.3.0 to 4.3.1. Release notes Sourced from codecov/codecov-action's releases. v4.3.1 What's Changed build(deps-dev): bump typescript from 5.4.4 to 5.4.5 by @dependabot in codecov/codecov-action#1370 fix: more verbose log...
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.5.0 to 4.6.0. Release notes Sourced from codecov/codecov-action's releases. v4.6.0 What's Changed build(deps): bump github/codeql-action from 3.25.8 to 3.25.10 by @dependabot in codecov/codecov-action#1481 build(deps): bump actions/checkout from...
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.0 to 4.2.1. Release notes Sourced from actions/checkout's releases. v4.2.1 What's Changed Check out other refs/* by commit if provided, fall back to ref by @orhantoy in...
Automatically update pre-commit
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.4.2 to 5.4.3. Release notes Sourced from codecov/codecov-action's releases. v5.4.3 What's Changed fix: OIDC on forks by @joseph-sentry in codecov/codecov-action#1823 build(deps): bump github/codeql-action from 3.28.13 to 3.28.17...
Automatically update pre-commit
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.2 to 6.0.0. Release notes Sourced from actions/checkout's releases. v6.0.0 What's Changed Update README to include Node.js 24 support details and requirements by @salmanmkc in actions/checkout#2248 Persist...