()
| 894 | } |
| 895 | |
| 896 | func (q orgOwnerWithFields) Project() *Project { |
| 897 | return newProjectFromQueryWithoutItemsQuery(q.Owner.Project) |
| 898 | } |
| 899 | |
| 900 | // viewerOwnerWithFields |
| 901 | func (q viewerOwnerWithFields) HasNextPage() bool { |
nothing calls this directly
no test coverage detected