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