Replies: 1 comment 2 replies
-
Ran into the exact same problem. It seems adding any valid character to the beginning, end, or middle of "Subscription" sidesteps the error. Top ten bizarre bugs. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What happened?
Added a new type with the name of "Subscription"
go run github.com/99designs/gqlgen generate
I did quite a few tests and it seems to be triggered by the "Subscription" name. When I use "SubscriptionC", it works.
What did you expect?
No errors.
Minimal graphql.schema and models to reproduce
versions
gqlgen version
: v0.16.0go version
:v1.17.2Beta Was this translation helpful? Give feedback.
All reactions