QueryFile queries the "file" edge of the Share entity.
()
| 215 | |
| 216 | // QueryFile queries the "file" edge of the Share entity. |
| 217 | func (s *Share) QueryFile() *FileQuery { |
| 218 | return NewShareClient(s.config).QueryFile(s) |
| 219 | } |
| 220 | |
| 221 | // Update returns a builder for updating this Share. |
| 222 | // Note that you need to call Share.Unwrap() before calling this method if this Share |
nothing calls this directly
no test coverage detected