In
Try removing the curly braces around {query}.
The way it is written, you probably end up sending
`` query : { name : … } `
As the query rather than
name : ...