QueryMetadata queries the "metadata" edge of the File entity.
()
| 295 | |
| 296 | // QueryMetadata queries the "metadata" edge of the File entity. |
| 297 | func (f *File) QueryMetadata() *MetadataQuery { |
| 298 | return NewFileClient(f.config).QueryMetadata(f) |
| 299 | } |
| 300 | |
| 301 | // QueryEntities queries the "entities" edge of the File entity. |
| 302 | func (f *File) QueryEntities() *EntityQuery { |
nothing calls this directly
no test coverage detected