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