graphql-go / graphql-go/graphql
The code generator does not take into account naming conflicts
Open
- Dominant language
- Go
- Stars
- 10.1k
- Forks
- 845
- PR merge metrics
- No merged PRs in 30d
Description
There are some examples :
`type VenuePlan {
groundPeriods(ground: ID!):[VenuePeriod!]!
}`
`type VenuePlanGround {
Periods(date: Time!):[VenuePeriod!]!
}`
and when i run code generating in front-end side, there is the error:


Contributor guide
Assessment
This issue has not been assessed yet.