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