()
| 810 | } |
| 811 | |
| 812 | func (q viewerOwnerWithItems) Project() *Project { |
| 813 | return newProjectFromQueryWithItemsQuery(q.Owner.Project) |
| 814 | } |
| 815 | |
| 816 | // viewerOwnerWithItemsNoQuery |
| 817 | func (q viewerOwnerWithItemsNoQuery) HasNextPage() bool { |
nothing calls this directly
no test coverage detected