GetValue returns the ent.Value that was dynamically selected and assigned to the AllowListItem. This includes values selected through modifiers, order, etc.
(name string)
| 163 | // GetValue returns the ent.Value that was dynamically selected and assigned to the AllowListItem. |
| 164 | // This includes values selected through modifiers, order, etc. |
| 165 | func (_m *AllowListItem) GetValue(name string) (ent.Value, error) { |
| 166 | return _m.selectValues.Get(name) |
| 167 | } |
| 168 | |
| 169 | // QueryAllowlist queries the "allowlist" edge of the AllowListItem entity. |
| 170 | func (_m *AllowListItem) QueryAllowlist() *AllowListQuery { |