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
With the new version the generator adds the comment Code generated by github.com/99designs/gqlgen version v0.17.21 DO NOT EDIT. in schema_resolvers.go
This is 100% wrong since we need actually to change that file and also because of the comment all linters ignore the file as well. Perhaps this is only in vscode.
versions
go run github.com/99designs/gqlgen version?
v0.17.21
go version?
go version go1.19.1 linux/amd64
The text was updated successfully, but these errors were encountered:
With the new version the generator adds the comment
Code generated by github.com/99designs/gqlgen version v0.17.21 DO NOT EDIT.
inschema_resolvers.go
This is 100% wrong since we need actually to change that file and also because of the comment all linters ignore the file as well. Perhaps this is only in vscode.
versions
go run github.com/99designs/gqlgen version
?go version
?The text was updated successfully, but these errors were encountered: