SetUserTasks sets the "user_tasks" field.
(i int)
| 112 | |
| 113 | // SetUserTasks sets the "user_tasks" field. |
| 114 | func (tu *TaskUpdate) SetUserTasks(i int) *TaskUpdate { |
| 115 | tu.mutation.SetUserTasks(i) |
| 116 | return tu |
| 117 | } |
| 118 | |
| 119 | // SetNillableUserTasks sets the "user_tasks" field if the given value is not nil. |
| 120 | func (tu *TaskUpdate) SetNillableUserTasks(i *int) *TaskUpdate { |
no outgoing calls
no test coverage detected