()
| 857 | } |
| 858 | |
| 859 | func (q viewerOwnerWithItemsNoQuery) Project() *Project { |
| 860 | return newProjectFromQueryWithoutItemsQuery(q.Owner.Project) |
| 861 | } |
| 862 | |
| 863 | // userOwnerWithFields |
| 864 | func (q userOwnerWithFields) HasNextPage() bool { |
nothing calls this directly
no test coverage detected