marshmallow-code / marshmallow-sqlalchemy

SQLAlchemy integration with marshmallow
https://marshmallow-sqlalchemy.readthedocs.io
MIT License
549 stars 94 forks source link

Question: External key change with nested field #574

Open markchoward7 opened 3 months ago

markchoward7 commented 3 months ago

I see in the documentation how to use a different external key when utilizing auto_field, is it possible to combine this with fields.Nested?