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