()
| 793 | } |
| 794 | |
| 795 | func (q orgOwnerWithItemsNoQuery) Project() *Project { |
| 796 | return newProjectFromQueryWithoutItemsQuery(q.Owner.Project) |
| 797 | } |
| 798 | |
| 799 | // viewerOwnerWithItems |
| 800 | func (q viewerOwnerWithItems) HasNextPage() bool { |
nothing calls this directly
no test coverage detected