Skip to content

Release 0.9.0

Compare
Choose a tag to compare
@Stranger6667 Stranger6667 released this 29 Apr 19:40
· 78 commits to master since this release
v0.9.0
64157fe

🚀 Added

  • The from_schema function which takes a GraphQL schema and returns a Hypothesis strategy for defined queries and mutations.

🔧 Changed

  • Use Hypothesis' InvalidArgument exception when invalid input is passed to the generator functions.

🗑️ Removed

  • hypothesis_graphql.schemas as it is not complete and not tested well.