QueryEntities queries the "entities" edge of the File entity.
()
| 300 | |
| 301 | // QueryEntities queries the "entities" edge of the File entity. |
| 302 | func (f *File) QueryEntities() *EntityQuery { |
| 303 | return NewFileClient(f.config).QueryEntities(f) |
| 304 | } |
| 305 | |
| 306 | // QueryShares queries the "shares" edge of the File entity. |
| 307 | func (f *File) QueryShares() *ShareQuery { |
nothing calls this directly
no test coverage detected