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
I am getting the message added in every resolver file generated by gqlgen.
// This file will be automatically regenerated based on the schema, any resolver implementations// will be copied through when generating and any unknown code will be moved to the end.// Code generated by github.com/99designs/gqlgen version v0.17.21 DO NOT EDIT.
This is causing my IDE (GoLand) to think that it's a genrated file and should not be edited. GitHub also disabled diff view for those files by default.
Is there any way to disable the addition of the message in my generated code?
What did you expect?
I expect it to behave like as it previously did. Remove the DO NOT EDIT section from the message.
Minimal graphql.schema and models to reproduce
versions
go run github.com/99designs/gqlgen version? v0.17.21
go version? 1.19
The text was updated successfully, but these errors were encountered:
What happened?
I am getting the message added in every resolver file generated by gqlgen.
This is causing my IDE (GoLand) to think that it's a genrated file and should not be edited. GitHub also disabled diff view for those files by default.
Is there any way to disable the addition of the message in my generated code?
What did you expect?
I expect it to behave like as it previously did. Remove the
DO NOT EDIT
section from the message.Minimal graphql.schema and models to reproduce
versions
go run github.com/99designs/gqlgen version
? v0.17.21go version
? 1.19The text was updated successfully, but these errors were encountered: