99designs / 99designs/gqlgen

ent.resolvers.go doesn't have "DO NOT EDIT" comment

Open
#3,092 8 comments 0 reactions 0 assignees View on GitHub
Dominant language
Go
Stars
10.8k
Forks
1.3k
Avg merge
2d 36m
Merged PRs (30d)
26

Description

### What happened?

In ent.resolvers.go:
```go
// Code generated by github.com/99designs/gqlgen version v0.17.45
```
### What did you expect?
```go
// Code generated by github.com/99designs/gqlgen version v0.17.45. DO NOT EDIT.
```

This marks the file as generated for gopls, so IDEs will warn you if you modify it.

### Minimal graphql.schema and models to reproduce
Anything.
### versions
- `go run github.com/99designs/gqlgen version`? v0.17.45
- `go version`? go version go1.22.2 darwin/arm64

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.