edgedb-python icon indicating copy to clipboard operation
edgedb-python copied to clipboard

Add a `Create` variant without id being reflected in FastAPI

Open vpetrovykh opened this issue 5 months ago • 0 comments

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.

vpetrovykh avatar Jul 08 '25 10:07 vpetrovykh