1
0
Fork 0
mirror of synced 2024-07-15 03:05:57 +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: {
type: QueryType.JSON,
readable: true,
steps: [
{
key: "$addFields",