Closed yujonglee closed 2 years ago
Currently, rules are applied by function which get a field as input. However, there are cases that need other fields for conversion.
rules
field
For example, Convert field to ID if model has no @id and the field is @unique.
Convert field to ID if model has no @id and the field is @unique
Maybe we need to re-introduce simple global store, which I implemented and deleted.
Currently,
rules
are applied by function which get afield
as input. However, there are cases that need other fields for conversion.For example,
Convert field to ID if model has no @id and the field is @unique
.Maybe we need to re-introduce simple global store, which I implemented and deleted.