Is there an existing issue for this?
Describe the bug
The code generation fails on build when having enum values starting with an _ .
Steps to reproduce
Create an enum in your schema with values starting with _
enum MyEnum {
_1
_2
_3
_4
}
Relevant log output
`1` is not a valid GraphQL type name. (Parameter 'value')
Additional Context?
No response
Product
Strawberry Shake
Version
12.6.0
Is there an existing issue for this?
Describe the bug
The code generation fails on build when having enum values starting with an _ .
Steps to reproduce
Create an enum in your schema with values starting with _
enum MyEnum {
_1
_2
_3
_4
}
Relevant log output
Additional Context?
No response
Product
Strawberry Shake
Version
12.6.0