In several endpoints I'm doing with Apigility, I want retrieve all the possible results without pagination. Is there a class to replace Paginator in Collection?
To receive a response in Hal
without pagination you should simply return an array
from your queries instead of an instance of Zend\Paginator\Paginator
.