1
0
Fork 0
mirror of synced 2024-05-17 10:53:15 +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 6a8edb8520
commit f518cd8572

View file

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