QueryFiles queries the "files" edge of the User entity.
()
| 289 | |
| 290 | // QueryFiles queries the "files" edge of the User entity. |
| 291 | func (u *User) QueryFiles() *FileQuery { |
| 292 | return NewUserClient(u.config).QueryFiles(u) |
| 293 | } |
| 294 | |
| 295 | // QueryDavAccounts queries the "dav_accounts" edge of the User entity. |
| 296 | func (u *User) QueryDavAccounts() *DavAccountQuery { |