When defining a Annotated Query Field it should behave in the same way as pydantic does (set validation_alias the same as alias if not set otherwise). This issue was reported in pydantic (#12369) ...
This is a simple Python script that adds an alias to an Avro schema. The script reads an Avro schema from a file, adds an alias to the schema, and writes the updated schema to a new file. This is a ...