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