QueryWorkflow queries the "workflow" edge of the APIToken entity.
()
| 226 | |
| 227 | // QueryWorkflow queries the "workflow" edge of the APIToken entity. |
| 228 | func (_m *APIToken) QueryWorkflow() *WorkflowQuery { |
| 229 | return NewAPITokenClient(_m.config).QueryWorkflow(_m) |
| 230 | } |
| 231 | |
| 232 | // Update returns a builder for updating this APIToken. |
| 233 | // Note that you need to call APIToken.Unwrap() before calling this method if this APIToken |
no test coverage detected