QueryFile queries the "file" edge of the Entity entity.
()
| 219 | |
| 220 | // QueryFile queries the "file" edge of the Entity entity. |
| 221 | func (e *Entity) QueryFile() *FileQuery { |
| 222 | return NewEntityClient(e.config).QueryFile(e) |
| 223 | } |
| 224 | |
| 225 | // QueryUser queries the "user" edge of the Entity entity. |
| 226 | func (e *Entity) QueryUser() *UserQuery { |
nothing calls this directly
no test coverage detected