marshmallow-jsonapi
marshmallow-jsonapi copied to clipboard
Add include_data=True option for including all relationships
Closes #263.
One thing I'd like feedback on is the actual interface here. You could argue that include_data=True isn't elegant, so I'd be open to something like include_data='all' or include_data='*'.