Value returns the ent.Value that was dynamically selected and assigned to the AuthIdentity. This includes values selected through modifiers, order, etc.
(name string)
| 187 | // Value returns the ent.Value that was dynamically selected and assigned to the AuthIdentity. |
| 188 | // This includes values selected through modifiers, order, etc. |
| 189 | func (_m *AuthIdentity) Value(name string) (ent.Value, error) { |
| 190 | return _m.selectValues.Get(name) |
| 191 | } |
| 192 | |
| 193 | // QueryUser queries the "user" edge of the AuthIdentity entity. |
| 194 | func (_m *AuthIdentity) QueryUser() *UserQuery { |