QueryParent queries the "parent" edge of the Membership entity.
()
| 238 | |
| 239 | // QueryParent queries the "parent" edge of the Membership entity. |
| 240 | func (_m *Membership) QueryParent() *MembershipQuery { |
| 241 | return NewMembershipClient(_m.config).QueryParent(_m) |
| 242 | } |
| 243 | |
| 244 | // QueryChildren queries the "children" edge of the Membership entity. |
| 245 | func (_m *Membership) QueryChildren() *MembershipQuery { |
nothing calls this directly
no test coverage detected