QueryProject queries the "project" edge of the Workflow entity.
()
| 338 | |
| 339 | // QueryProject queries the "project" edge of the Workflow entity. |
| 340 | func (_m *Workflow) QueryProject() *ProjectQuery { |
| 341 | return NewWorkflowClient(_m.config).QueryProject(_m) |
| 342 | } |
| 343 | |
| 344 | // QueryLatestWorkflowRun queries the "latest_workflow_run" edge of the Workflow entity. |
| 345 | func (_m *Workflow) QueryLatestWorkflowRun() *WorkflowRunQuery { |
nothing calls this directly
no test coverage detected