strawberry-graphql / strawberry-sqlalchemy

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

Implemented Annotation Handling #15

Closed gravy-jones-locker closed 1 year ago

gravy-jones-locker commented 1 year ago

Takes desired type from model annotations - if specified/present.

Implemented to accommodate association proxies of the form relationship, attribute

TimDumol commented 1 year ago

Thanks!