QueryContract queries the "contract" edge of the Workflow entity.
()
| 328 | |
| 329 | // QueryContract queries the "contract" edge of the Workflow entity. |
| 330 | func (_m *Workflow) QueryContract() *WorkflowContractQuery { |
| 331 | return NewWorkflowClient(_m.config).QueryContract(_m) |
| 332 | } |
| 333 | |
| 334 | // QueryIntegrationAttachments queries the "integration_attachments" edge of the Workflow entity. |
| 335 | func (_m *Workflow) QueryIntegrationAttachments() *IntegrationAttachmentQuery { |
nothing calls this directly
no test coverage detected