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