Skip to content
This repository was archived by the owner on Jun 6, 2024. It is now read-only.
This repository was archived by the owner on Jun 6, 2024. It is now read-only.

Include all data automatically #263

@multimeric

Description

@multimeric

If I have a series of nested models (from SQLAlchemy, for example), it would be nice to be able to RootSchema(include_data=True).dump(root_model). Currently, you have to spell out each and every relationship you want to include, but it's not inconceivable you might want to dump out the whole relationship tree.

My proposed API for this would be setting include_data to True, rather than passing in an iterable.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions