Added readable prop to aggregate function
This commit is contained in:
parent
963fc738f4
commit
5aba8e4a65
|
@ -58,6 +58,7 @@ const SCHEMA: Integration = {
|
||||||
},
|
},
|
||||||
aggregate: {
|
aggregate: {
|
||||||
type: QueryType.JSON,
|
type: QueryType.JSON,
|
||||||
|
readable: true,
|
||||||
steps: [
|
steps: [
|
||||||
{
|
{
|
||||||
key: "$addFields",
|
key: "$addFields",
|
||||||
|
|
Loading…
Reference in New Issue