Juniper
Juniper
The download links provided for books3.tar.gz no longer work. Is there an updated host?
Implements optional pagination as requested in #167 ## Description ## Types of Changes - [ ] Core - [ ] Bugfix - [x] New feature - [ ] Enhancement/optimization -...
Currently, pagination is configured for a model automatically if any relationship contains `uselist=True`, as seen in [mapper.py:389](https://github.com/strawberry-graphql/strawberry-sqlalchemy/blob/f9c09a156f91abce4ca814b743f1ea6421ecdeb3/src/strawberry_sqlalchemy_mapper/mapper.py#L389). This seems undesirable as a strict rule, particularly in cases with a one-to-few...