Skip to content

Allow a collection's fragments to be strings or objects

Alf Eaton requested to merge update-collection-with-fragments into master

When not hydrated, the collection's fragments will be an array of strings. When hydrated, it will be an array of objects.

fixes #23

Merge request reports