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
When I say IDENTITIES, I mean the word 'identities', not 'ID Entities'. If I wanted to say 'ID Entities', the schema name would be ID_ENTITIES. The IPHONE example may be more contentious, because I could technically use I_PHONE. But I definitely would like a way to tell gqlgen how to name my enum constants, irrelevant of what abbreviations it thinks it's seeing in the names.
versions
go run github.com/99designs/gqlgen version? v0.17.21
go version? go version go1.19.2 linux/amd64
The text was updated successfully, but these errors were encountered:
Similar to: #1447
What happened?
I'm using gqlgen with enums that look something like this:
Unfortunately, the go 'enum' constants for these GQL enums are not... ideal...
What did you expect?
When I say
IDENTITIES
, I mean the word 'identities', not 'ID Entities'. If I wanted to say 'ID Entities', the schema name would beID_ENTITIES
. TheIPHONE
example may be more contentious, because I could technically useI_PHONE
. But I definitely would like a way to tell gqlgen how to name my enum constants, irrelevant of what abbreviations it thinks it's seeing in the names.versions
go run github.com/99designs/gqlgen version
?v0.17.21
go version
?go version go1.19.2 linux/amd64
The text was updated successfully, but these errors were encountered: