You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 8, 2021. It is now read-only.
There is flow error in graphqlgen.js after running graphqlgen. I am using custom input type for query and generated interface for it does not contain prefix Query_.
Same behavior for mutation input, where adding prefix Mutation_ helps
Right now I have to do patch after running every graphqlgen
Description
There is flow error in graphqlgen.js after running graphqlgen. I am using custom input type for query and generated interface for it does not contain prefix
Query_
.Same behavior for mutation input, where adding prefix
Mutation_
helpsRight now I have to do patch after running every graphqlgen
Steps to reproduce
schema:
Then I run graphqlgen and there is error in generated file.
Expected results
Actual results
Versions
The text was updated successfully, but these errors were encountered: