graphql-go / graphql-go/graphql

The code generator does not take into account naming conflicts

Open
#663 1 comment 1 reaction 0 assignees View on GitHub
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:
![image](https://user-images.githubusercontent.com/19850188/208337912-eff6db4d-d517-401f-8e12-166d98732803.png)
![YvOXogqai3](https://user-images.githubusercontent.com/19850188/208337938-97b72e0d-8a51-4c1c-843c-bebd178f1cbc.jpg)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.