Mutation returns the UserMutation object of the builder.
()
| 1365 | |
| 1366 | // Mutation returns the UserMutation object of the builder. |
| 1367 | func (uuo *UserUpdateOne) Mutation() *UserMutation { |
| 1368 | return uuo.mutation |
| 1369 | } |
| 1370 | |
| 1371 | // ClearGroup clears the "group" edge to the Group entity. |
| 1372 | func (uuo *UserUpdateOne) ClearGroup() *UserUpdateOne { |
nothing calls this directly
no outgoing calls
no test coverage detected