edgedb-python
edgedb-python copied to clipboard
Add a `Create` variant without id being reflected in FastAPI
We need model variants that don't show up as having id as one of the input fields in order to be used by the "create new" FastAPI workflow.
We need the FastAPI introspection to not detect id as one of the valid JSON values.