Replies: 1 comment 2 replies
-
hello, I don't think this issue should be categorized as a discussion. This is because if I manually setup a function like down below, it works.
Therefore, I reckon that this is an issue with the gqlgen code generator. |
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?
Just wondering if the missing
ClearUsers
method should be generated by gqlgen.Error raised:
What did you expect?
I want a mutation without params, then generate a usual schema.resolvers.go without errors.
Minimal graphql.schema and models to reproduce
if I comment out
clearUsers: Boolean!
, it works normally.versions
go run github.com/99designs/gqlgen version
? v0.17.5go version
? the latestBeta Was this translation helpful? Give feedback.
All reactions