aggregate_data
Perform data aggregations (count, sum, avg, min, max) on specified tables using filtering options within a Hasura GraphQL environment. Simplify complex data analysis tasks efficiently.
Instructions
Performs a simple aggregation (count, sum, avg, min, max)...
Input Schema
Name | Required | Description | Default |
---|---|---|---|
aggregateFunction | Yes | The aggregation function... | |
field | No | Required for 'sum', 'avg', 'min', 'max'... | |
filter | No | Optional. A Hasura GraphQL 'where' filter object... | |
tableName | Yes | The exact name of the table... |