1
0
Fork 0
mirror of synced 2024-08-17 02:51:55 +12:00

Added readable prop to aggregate function

This commit is contained in:
Mel O'Hagan 2022-11-08 14:31:36 +00:00
parent 963fc738f4
commit 5aba8e4a65

View file

@ -58,6 +58,7 @@ const SCHEMA: Integration = {
}, },
aggregate: { aggregate: {
type: QueryType.JSON, type: QueryType.JSON,
readable: true,
steps: [ steps: [
{ {
key: "$addFields", key: "$addFields",