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