graphql-client
graphql-client copied to clipboard
Always normalize type/field names
The normalization feature is a burden to maintain, we should always normalize field names to snake case and type names to camel case to respect rust conventions.
Currently, using the rust normalization feature, fields of type ID get normalized to Id and can't resolve. That makes it annoying to use.
It's indeed something that shouldn't happen, can you open a separate issue? It will probably get forgotten if it stays as a comment here.
It seems my issue should be linked to this issue. Any news?
No news on this — I do not have time to work on graphql-client at the moment, but PRs are welcome and I'm always happy to provide feedback :)