QueryFile queries the "file" edge of the DirectLink entity.
()
| 150 | |
| 151 | // QueryFile queries the "file" edge of the DirectLink entity. |
| 152 | func (dl *DirectLink) QueryFile() *FileQuery { |
| 153 | return NewDirectLinkClient(dl.config).QueryFile(dl) |
| 154 | } |
| 155 | |
| 156 | // Update returns a builder for updating this DirectLink. |
| 157 | // Note that you need to call DirectLink.Unwrap() before calling this method if this DirectLink |
nothing calls this directly
no test coverage detected