Stranger6667 / hypothesis-graphql

Generate arbitrary queries matching your GraphQL schema, and use them to verify your backend implementation.
https://pypi.org/project/hypothesis-graphql/
MIT License
44 stars 2 forks source link

[FEATURE] Support interfaces #44

Closed Stranger6667 closed 3 years ago

Stranger6667 commented 3 years ago

Is your feature request related to a problem? Please describe. Interfaces are ignored now which leads to invalid queries and cases when fields from implementers are not used at all