Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: generate Query and Mutation mocks #57

Merged
merged 1 commit into from
Sep 7, 2021

Conversation

ardeois
Copy link
Owner

@ardeois ardeois commented Sep 7, 2021

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

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
@ardeois ardeois self-assigned this Sep 7, 2021
@ardeois ardeois added the minor Increment the minor version when merged label Sep 7, 2021
@ardeois ardeois merged commit b8cd075 into master Sep 7, 2021
@ardeois ardeois deleted the fix/query-and-mutation-types branch September 7, 2021 21:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
minor Increment the minor version when merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Missing Type and Generator for Mutation Payload
1 participant