QueryShares queries the "shares" edge of the User entity.
()
| 299 | |
| 300 | // QueryShares queries the "shares" edge of the User entity. |
| 301 | func (u *User) QueryShares() *ShareQuery { |
| 302 | return NewUserClient(u.config).QueryShares(u) |
| 303 | } |
| 304 | |
| 305 | // QueryPasskey queries the "passkey" edge of the User entity. |
| 306 | func (u *User) QueryPasskey() *PasskeyQuery { |
nothing calls this directly
no test coverage detected