QueryProject queries the "project" edge of the APIToken entity.
()
| 221 | |
| 222 | // QueryProject queries the "project" edge of the APIToken entity. |
| 223 | func (_m *APIToken) QueryProject() *ProjectQuery { |
| 224 | return NewAPITokenClient(_m.config).QueryProject(_m) |
| 225 | } |
| 226 | |
| 227 | // QueryWorkflow queries the "workflow" edge of the APIToken entity. |
| 228 | func (_m *APIToken) QueryWorkflow() *WorkflowQuery { |
nothing calls this directly
no test coverage detected