graphql-engine/server/tests-py/queries
Rakesh Emmadi a8cee16ab5 support aggregations (closes #786) (#787)
* support for count and aggregations on columns, close #786

* support explain query for aggregations

* '<arr-rel>_agg' in '<table>' type, fix order by for aggregations

* add 'allow_aggregations' key in select permissions

* Add checkbox to toggle count and aggregations on columns on select permission

* align aggregation checkbox with columns div

* improve readability of the generated sql

* alias is needed at the top level aggregation

* throw internal errors for unexpected fields

* rename SelFld to more readable TableAggFld

* rename agg to aggregate
2018-10-26 14:32:43 +05:30
..
basic python based tests (#387) 2018-09-18 11:51:57 +05:30
event_triggers trigger webhooks on column level changes instead of row (close #547, close #680) (#550) 2018-10-25 12:52:51 +05:30
graphql_introspection dont set non-null constraint for manual object relationships (close #462) 2018-09-18 17:01:16 +05:30
graphql_mutation GeoJSON: Fix MultiPolygon parse error (closes #840) 2018-10-24 13:51:37 +05:30
graphql_query support aggregations (closes #786) (#787) 2018-10-26 14:32:43 +05:30
subscriptions live queries tests for subscription (#487) 2018-09-20 07:16:03 +05:30
v1 breaking: encode bigint and bigserial postgres types as strings in response (fix #633) (#640) 2018-10-05 10:46:21 +05:30
clear_db.yaml python based tests (#387) 2018-09-18 11:51:57 +05:30