QueryShares queries the "shares" edge of the File entity.
()
| 305 | |
| 306 | // QueryShares queries the "shares" edge of the File entity. |
| 307 | func (f *File) QueryShares() *ShareQuery { |
| 308 | return NewFileClient(f.config).QueryShares(f) |
| 309 | } |
| 310 | |
| 311 | // QueryDirectLinks queries the "direct_links" edge of the File entity. |
| 312 | func (f *File) QueryDirectLinks() *DirectLinkQuery { |
nothing calls this directly
no test coverage detected