QueryPasskey queries the "passkey" edge of the User entity.
()
| 304 | |
| 305 | // QueryPasskey queries the "passkey" edge of the User entity. |
| 306 | func (u *User) QueryPasskey() *PasskeyQuery { |
| 307 | return NewUserClient(u.config).QueryPasskey(u) |
| 308 | } |
| 309 | |
| 310 | // QueryTasks queries the "tasks" edge of the User entity. |
| 311 | func (u *User) QueryTasks() *TaskQuery { |
nothing calls this directly
no test coverage detected