SetGroupUsers sets the "group_users" field.
(i int)
| 1220 | |
| 1221 | // SetGroupUsers sets the "group_users" field. |
| 1222 | func (uuo *UserUpdateOne) SetGroupUsers(i int) *UserUpdateOne { |
| 1223 | uuo.mutation.SetGroupUsers(i) |
| 1224 | return uuo |
| 1225 | } |
| 1226 | |
| 1227 | // SetNillableGroupUsers sets the "group_users" field if the given value is not nil. |
| 1228 | func (uuo *UserUpdateOne) SetNillableGroupUsers(i *int) *UserUpdateOne { |
no test coverage detected