Closed cshadek closed 11 months ago
It would be nice to be able to instantiate the ForwardPaginationArguments, BackwardPaginationArguments, and PaginationArguments outside of the package (in tests, etc).
ForwardPaginationArguments
BackwardPaginationArguments
PaginationArguments
This pull request adds these public inits.
@NeedleInAJayStack does this look good to you?
I've tagged as v1.14.0
It would be nice to be able to instantiate the
ForwardPaginationArguments
,BackwardPaginationArguments
, andPaginationArguments
outside of the package (in tests, etc).This pull request adds these public inits.