QueryWorkflows queries the "workflows" edge of the Project entity.
()
| 167 | |
| 168 | // QueryWorkflows queries the "workflows" edge of the Project entity. |
| 169 | func (_m *Project) QueryWorkflows() *WorkflowQuery { |
| 170 | return NewProjectClient(_m.config).QueryWorkflows(_m) |
| 171 | } |
| 172 | |
| 173 | // QueryVersions queries the "versions" edge of the Project entity. |
| 174 | func (_m *Project) QueryVersions() *ProjectVersionQuery { |
no test coverage detected