QueryVersions queries the "versions" edge of the Project entity.
()
| 172 | |
| 173 | // QueryVersions queries the "versions" edge of the Project entity. |
| 174 | func (_m *Project) QueryVersions() *ProjectVersionQuery { |
| 175 | return NewProjectClient(_m.config).QueryVersions(_m) |
| 176 | } |
| 177 | |
| 178 | // Update returns a builder for updating this Project. |
| 179 | // Note that you need to call Project.Unwrap() before calling this method if this Project |
no test coverage detected