graphql-engine/server/tests-py/queries
Rakesh Emmadi f6ed169219 allow ordering using columns from object relationships (closes #463) (#672)
* allow ordering using columns from object relationships, close #463

* validate table fields in nested insert

* add tests

* add docs

* change 'table_order_by' type from enums to ordered map

* remove unwanted code from 'Schema.hs' file

* 'AnnGObject' is not list of field name and value tuple

* update docs for new order_by type

* use 'InsOrdHashMap' for 'AnnGObj'

* handle empty fields in order_by

* remove '_' prefixes for asc/desc

* fix the changed order_by syntax across the repo
2018-10-26 17:27:33 +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 allow ordering using columns from object relationships (closes #463) (#672) 2018-10-26 17:27:33 +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