v1.9.0
BREAKING Updated $flatten
query param to work on nested $embed
s. For example:
{
$embed: ['users.role']
}
Previously, only users
would be flattened. With this update, both users
and role` are flattened.
BREAKING Updated $flatten
query param to work on nested $embed
s. For example:
{
$embed: ['users.role']
}
Previously, only users
would be flattened. With this update, both users
and role` are flattened.