ClearFile clears the "file" edge to the File entity.
()
| 350 | |
| 351 | // ClearFile clears the "file" edge to the File entity. |
| 352 | func (muo *MetadataUpdateOne) ClearFile() *MetadataUpdateOne { |
| 353 | muo.mutation.ClearFile() |
| 354 | return muo |
| 355 | } |
| 356 | |
| 357 | // Where appends a list predicates to the MetadataUpdate builder. |
| 358 | func (muo *MetadataUpdateOne) Where(ps ...predicate.Metadata) *MetadataUpdateOne { |