QueryOrganization queries the "organization" edge of the Project entity.
()
| 162 | |
| 163 | // QueryOrganization queries the "organization" edge of the Project entity. |
| 164 | func (_m *Project) QueryOrganization() *OrganizationQuery { |
| 165 | return NewProjectClient(_m.config).QueryOrganization(_m) |
| 166 | } |
| 167 | |
| 168 | // QueryWorkflows queries the "workflows" edge of the Project entity. |
| 169 | func (_m *Project) QueryWorkflows() *WorkflowQuery { |
nothing calls this directly
no test coverage detected