strawberry-sqlalchemy icon indicating copy to clipboard operation
strawberry-sqlalchemy copied to clipboard

A SQLAlchemy Integration for strawberry-graphql

Results 26 strawberry-sqlalchemy issues
Sort by recently updated
recently updated
newest added

Implements optional pagination as requested in #167 ## Description ## Types of Changes - [ ] Core - [ ] Bugfix - [x] New feature - [ ] Enhancement/optimization -...

bot:release-type-minor

Hi folks! I wanted to write something I was discussing with @bellini666 a few weeks ago, at the moment we don't really have a maintainer for this library, I think...

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...

enhancement

Bumps the all-dependencies group with 16 updates in the / directory: | Package | From | To | | --- | --- | --- | | [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) | `2.0.23` |...

dependencies

Bumps [strawberry-graphql](https://github.com/strawberry-graphql/strawberry) from 0.209.1 to 0.246.1. Release notes Sourced from strawberry-graphql's releases. 🍓 0.246.1 This release adds support for using raw Python enum types in your schema (enums that are...

dependencies

We should update the documentation to provide more details about setting up the project using Dev Containers in the Contributing section. The existing setup is well-structured and can greatly improve...

documentation
good first issue