edgedb-python
edgedb-python copied to clipboard
user-defined fields read/write enforcement
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