graphql-go / graphql

An implementation of GraphQL for Go / Golang
MIT License
9.89k stars 840 forks source link

The code generator does not take into account naming conflicts #663

Open TobinXu opened 1 year ago

TobinXu commented 1 year ago

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: image YvOXogqai3

xiaoniao000 commented 1 year ago

That's a good question, but it doesn't seem to be here.