Component(s)
router
Component version
0.105.2
wgc version
0.105.2
controlplane version
router version
router@0.280.1
What happened?
Description
A duplicate value UNSPECIFIED is generated in connect when declared in the graphql file.
Steps to Reproduce
enum State {
UNSPECIFIED
MEOW
}
=>
enum State {
STATE_UNSPECIFIED = 0;
STATE_UNSPECIFIED = 1;
STATE_MEOW = 2;
}
Expected Result
Only 1 UNSPECIFIED value
Environment information
Environment
OS: (e.g., "Ubuntu 20.04")
Package Manager: pnpm, npm, yarn, etc
Compiler(if manually compiled): (e.g., "go 14.2")
Router configuration
Router execution config
Log output
Additional context
No response
Component(s)
router
Component version
0.105.2
wgc version
0.105.2
controlplane version
router version
router@0.280.1
What happened?
Description
A duplicate value
UNSPECIFIEDis generated in connect when declared in the graphql file.Steps to Reproduce
Expected Result
Only 1 UNSPECIFIED value
Environment information
Environment
OS: (e.g., "Ubuntu 20.04")
Package Manager: pnpm, npm, yarn, etc
Compiler(if manually compiled): (e.g., "go 14.2")
Router configuration
Router execution config
Log output
Additional context
No response