Mutation returns the UserMutation object of the builder.
()
| 346 | |
| 347 | // Mutation returns the UserMutation object of the builder. |
| 348 | func (uu *UserUpdate) Mutation() *UserMutation { |
| 349 | return uu.mutation |
| 350 | } |
| 351 | |
| 352 | // ClearGroup clears the "group" edge to the Group entity. |
| 353 | func (uu *UserUpdate) ClearGroup() *UserUpdate { |
nothing calls this directly
no outgoing calls
no test coverage detected