QueryEntities queries the "entities" edge of the User entity.
()
| 319 | |
| 320 | // QueryEntities queries the "entities" edge of the User entity. |
| 321 | func (u *User) QueryEntities() *EntityQuery { |
| 322 | return NewUserClient(u.config).QueryEntities(u) |
| 323 | } |
| 324 | |
| 325 | // QueryOauthGrants queries the "oauth_grants" edge of the User entity. |
| 326 | func (u *User) QueryOauthGrants() *OAuthGrantQuery { |
nothing calls this directly
no test coverage detected