⚠️ Warning
This only partially fixed the regression bug in 4.4.0, @paginate
with a builder
argument still required a matching model class name. Fixed in v4.4.2
.
Fixed
- Fix regression in 4.4.0 that required matching the type returned from paginated relationship
fields with the class name of the model #1011