hypothesis-graphql

Generate arbitrary queries matching your GraphQL schema, and use them to verify your backend implementation.

MIT License

Downloads
136.8K
Stars
40
Committers
3

Bot releases are hidden (Show)

hypothesis-graphql -

Published by Stranger6667 over 4 years ago

🚀 Features

  • 9860147 Query arguments generation

🐛 Bug fixes

  • 7b672fa Selecting fields in queries

🔧 Chores and Improvements

  • 63eb55e Release 0.3.0
  • 3a0459a Add types to st.SearchStrategy
  • 6b76e6f Add README.rst to pyproject.toml

📦 Other

  • 2ca039f Generate AST tree for queries instead of nested dictionary
  • f328a9d Move docstring to a more appropriate module
hypothesis-graphql -

Published by Stranger6667 over 4 years ago

🔧 Chores and Improvements

  • f899f24 Release 0.2.0
  • ba7275f Improve error message when a schema has no "Query" type
  • 382c648 Add commitsar & package release

📦 Other

  • c9363b2 Create CONTRIBUTING.rst
  • ec43970 Fix misleading comment
  • 53edfff Create CODE_OF_CONDUCT.md
  • 11e81d5 Add badges
  • ea6b3ef Add GitHub Actions
  • bc5b1be Add tox
  • 6d02d76 Initial commit