Constant Fields
A constant is a purely output field whose value should never change after creation (e.g. id).
- It must have either a static value or a resolver.
- It may have
on_deleteandon_successevent handlers.
Example
Try it in the browser
id is a constant (always 1234); username is lax with a default. Edit the input and run it.
Loading playground…