QueryGroupMemberships queries the "group_memberships" edge of the Group entity.
()
| 161 | |
| 162 | // QueryGroupMemberships queries the "group_memberships" edge of the Group entity. |
| 163 | func (_m *Group) QueryGroupMemberships() *GroupMembershipQuery { |
| 164 | return NewGroupClient(_m.config).QueryGroupMemberships(_m) |
| 165 | } |
| 166 | |
| 167 | // QueryOrganization queries the "organization" edge of the Group entity. |
| 168 | func (_m *Group) QueryOrganization() *OrganizationQuery { |
nothing calls this directly
no test coverage detected