Expected behavior
I was attempting to generate a client for the GitHub GraphQL API: https://docs.github.com/en/graphql/overview/public-schema
Unfortunately, it has a few fields name package and one type called Package thus causing an exception to get thrown when the code is generated
Actual behavior
Currently, the Gradle build fails with an error that package is an invalid name
Steps to reproduce
Note: A test case would be highly appreciated, but we understand that's not always possible