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
1 changed files with 1 additions and 0 deletions

View File

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