Release 0.6.0
This release adds support for GraphQL mutations, fixes a few missed aliases in generated queries, and improves performance by more than twice.
🚀 Features
🐛 Bug fixes
- Fields with the same name, but different types. #49
- Fields with the same name, and the same arguments that have different enum values. #57
🔧 Performance
- Avoid using
st.builds
in internal strategies. It gives ~65% data generation time reduction in schemas from the test suite. #14
📦 Other
- Rename
strategies.query
tostrategies.queries
andstrategies.schema
tostrategies.schemas
, so they conform with the recommended naming of Hypothesis strategies. Old names are preserved for backward compatibility. - Cache parsed GraphQL schemas.