Value returns the ent.Value that was dynamically selected and assigned to the Proxy. This includes values selected through modifiers, order, etc.
(name string)
| 213 | // Value returns the ent.Value that was dynamically selected and assigned to the Proxy. |
| 214 | // This includes values selected through modifiers, order, etc. |
| 215 | func (_m *Proxy) Value(name string) (ent.Value, error) { |
| 216 | return _m.selectValues.Get(name) |
| 217 | } |
| 218 | |
| 219 | // QueryAccounts queries the "accounts" edge of the Proxy entity. |
| 220 | func (_m *Proxy) QueryAccounts() *AccountQuery { |