strawberry-graphql / strawberry-sqlalchemy

A SQLAlchemy Integration for strawberry-graphql
MIT License
91 stars 26 forks source link

DRAFT: Implemented many-to-many Handling #11

Closed gravy-jones-locker closed 1 year ago

gravy-jones-locker commented 1 year ago

Patch which implements basic many-to-many handling.

There may be cleaner ways to do this. But it seems to work well.

gravy-jones-locker commented 1 year ago

This is not an efficient solution. Looking into alternatives