ClearFile clears all "file" edges to the File entity.
()
| 733 | |
| 734 | // ClearFile clears all "file" edges to the File entity. |
| 735 | func (euo *EntityUpdateOne) ClearFile() *EntityUpdateOne { |
| 736 | euo.mutation.ClearFile() |
| 737 | return euo |
| 738 | } |
| 739 | |
| 740 | // RemoveFileIDs removes the "file" edge to File entities by IDs. |
| 741 | func (euo *EntityUpdateOne) RemoveFileIDs(ids ...int) *EntityUpdateOne { |