()
| 840 | } |
| 841 | |
| 842 | func (q viewerOwnerWithItems) Project() *Project { |
| 843 | return newProjectFromQueryWithItemsQuery(q.Owner.Project) |
| 844 | } |
| 845 | |
| 846 | // viewerOwnerWithItemsNoQuery |
| 847 | func (q viewerOwnerWithItemsNoQuery) HasNextPage() bool { |
nothing calls this directly
no test coverage detected