Start
First schema
Add names, descriptions, argument metadata, and schema configuration.
Python annotations define structure. Metadata objects refine the GraphQL contract.
This compiles to the following public shape:
Use explicit names when they are part of an established API. Use automatic camel
case when the GraphQL API should follow common naming conventions while Python
stays idiomatic.