The use case is I want to have a query which somet...
# orm-help
j
The use case is I want to have a query which sometimes is used in pagination where there is a first arg and other times when it should return everything
w
Just put your
first
arg optional
j
Ah duh. Thanks