QueryGroup queries the "group" edge of the User entity.
()
| 284 | |
| 285 | // QueryGroup queries the "group" edge of the User entity. |
| 286 | func (u *User) QueryGroup() *GroupQuery { |
| 287 | return NewUserClient(u.config).QueryGroup(u) |
| 288 | } |
| 289 | |
| 290 | // QueryFiles queries the "files" edge of the User entity. |
| 291 | func (u *User) QueryFiles() *FileQuery { |
nothing calls this directly
no test coverage detected