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