QueryReferrers queries the "referrers" edge of the Workflow entity.
()
| 348 | |
| 349 | // QueryReferrers queries the "referrers" edge of the Workflow entity. |
| 350 | func (_m *Workflow) QueryReferrers() *ReferrerQuery { |
| 351 | return NewWorkflowClient(_m.config).QueryReferrers(_m) |
| 352 | } |
| 353 | |
| 354 | // Update returns a builder for updating this Workflow. |
| 355 | // Note that you need to call Workflow.Unwrap() before calling this method if this Workflow |
nothing calls this directly
no test coverage detected