ClearFile clears the "file" edge to the File entity.
()
| 608 | |
| 609 | // ClearFile clears the "file" edge to the File entity. |
| 610 | func (suo *ShareUpdateOne) ClearFile() *ShareUpdateOne { |
| 611 | suo.mutation.ClearFile() |
| 612 | return suo |
| 613 | } |
| 614 | |
| 615 | // Where appends a list predicates to the ShareUpdate builder. |
| 616 | func (suo *ShareUpdateOne) Where(ps ...predicate.Share) *ShareUpdateOne { |