allocateClassName
Allocates a collision-safe Kotlin class name (PascalCase) for the given GraphQL graphqlName.
Return
A GeneratedName with the allocated Kotlin identifier and the original wire name.
Parameters
graphqlName
The original GraphQL name (e.g. type name, operation name).