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

user-defined fields read/write enforcement

Open 1st1 opened this issue 5 months ago • 0 comments

two use cases:

  • you subclass our model to add a computed -- readonly
  • you subclass our model to add more input for your endpoints -- write/read

we can decide automatically for variants: subclass top-level model - get a readonly computed; subclass create variant get a mutable one

1st1 avatar Jul 11 '25 18:07 1st1