()
| 723 | // pager is an interface for paginating over the attributes of a Project. |
| 724 | type pager[N projectAttribute] interface { |
| 725 | HasNextPage() bool |
| 726 | EndCursor() string |
| 727 | Nodes() []N |
| 728 | Project() *Project |
no outgoing calls
no test coverage detected