SchemaConfig(auto_camel_case=True) converts inferred Python names to GraphQL
camel case during schema compilation.
display_name becomes displayName; the explicit legacyID name is preserved.
Naming precedence is:
- Explicit GraphQL name on
Field,Arg, or a type decorator - Inferred Python name transformed by
auto_camel_case - Original Python name when automatic camel case is disabled