strawberry-sqlalchemy
strawberry-sqlalchemy copied to clipboard
A SQLAlchemy Integration for strawberry-graphql
Hey! Thanks for your great work on this! I've queried SQLAlchemy Relationships with this library which works just fine, but fails when I use a secondary table. Example: ```python3 class...
Hello, I was wondering if there's a way to map to an input type? In Strawberry, you could just do: ```py @strawberry.type class User: username: str @strawberry.input class UserInput(User): pass...
I'm struggling with some complicated resolvers for the fact that, from my understanding, the whole execution flow works without ever instantiating the strawberry types, just leveraging the fact that the...
sqlakeyset provides a neat library to do keyset-based pagination of sqlalchemy queries. I think it could be awesome if our generated connection types supported input (first, after, last, before, order,...
# Could not resolve the type of 'node'. Check that the class is accessible from the global module scope ## Description After adding a relationship to two SQLAlchemy models, the...
This functions as a baseline, to confirm a bug that I believe I spotted which effectively serializes resolution of each relationship.
from strawberry_sqlalchemy_mapper import StrawberrySQLAlchemyMapper File "/Users/paulkluge/Documents/Work/Codebase/Active-Servers/active-servers/root-control-v2/backend/.venv/lib/python3.12/site-packages/strawberry_sqlalchemy_mapper/__init__.py", line 19, in from .field import connection, field, node File "/Users/paulkluge/Documents/Work/Codebase/Active-Servers/active-servers/root-control-v2/backend/.venv/lib/python3.12/site-packages/strawberry_sqlalchemy_mapper/field.py", line 36, in from strawberry.arguments import StrawberryArgument, argument ModuleNotFoundError: No module named 'strawberry.arguments'...
## Description strawberry 0.236.0 changed the code structure which requires adjusting the imports. ## Types of Changes - [ ] Core - [x] Bugfix - [ ] New feature -...
Bumps the all-dependencies group with 15 updates in the / directory: | Package | From | To | | --- | --- | --- | | [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) | `2.0.23` |...
Bumps [strawberry-graphql](https://github.com/strawberry-graphql/strawberry) from 0.209.1 to 0.235.1. Release notes Sourced from strawberry-graphql's releases. 🍓 0.235.1 This release improves the performance when returning a lot of data, especially when using generic inputs...