use lowercase field names for GraphQL LanguageStatistics
There are no commits yet
Push commits to the source branch or add previously merged commits to review them.
Created by: sqs
Lowercase field names are GraphQL standard and are what almost all other GraphQL types use. This breaks backcompat, but it is very easy to fix callers, and the error message they receive will actually suggest the fix (because our GraphQL library does spelled-like suggestions).
Push commits to the source branch or add previously merged commits to review them.