()
| 823 | } |
| 824 | |
| 825 | func (q orgOwnerWithItemsNoQuery) Project() *Project { |
| 826 | return newProjectFromQueryWithoutItemsQuery(q.Owner.Project) |
| 827 | } |
| 828 | |
| 829 | // viewerOwnerWithItems |
| 830 | func (q viewerOwnerWithItems) HasNextPage() bool { |
nothing calls this directly
no test coverage detected