QueryOrganization queries the "organization" edge of the Group entity.
()
| 166 | |
| 167 | // QueryOrganization queries the "organization" edge of the Group entity. |
| 168 | func (_m *Group) QueryOrganization() *OrganizationQuery { |
| 169 | return NewGroupClient(_m.config).QueryOrganization(_m) |
| 170 | } |
| 171 | |
| 172 | // Update returns a builder for updating this Group. |
| 173 | // Note that you need to call Group.Unwrap() before calling this method if this Group |
nothing calls this directly
no test coverage detected