Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: generate Query and Mutation mocks
While these types should not be used very often, it can happen another mock references a `Query` or `Mutation` type. Which means we'll declare a property value with `aQuery` or `aMutation` That's why we need to define those types Fixes #42
- Loading branch information