graphql-engine/server/tests-py/queries/graphql_query/boolexp/basic
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
..
select_article_author_is_published_and_registered.yaml add python based tests, remove haskell tests 2018-10-04 18:14:15 +05:30
select_article_author_not_published_or_not_registered.yaml add python based tests, remove haskell tests 2018-10-04 18:14:15 +05:30
select_author_article_where_and_in.yaml add python based tests, remove haskell tests 2018-10-04 18:14:15 +05:30
select_author_article_where_gt.yaml add python based tests, remove haskell tests 2018-10-04 18:14:15 +05:30
select_author_article_where_gte.yaml add python based tests, remove haskell tests 2018-10-04 18:14:15 +05:30
select_author_article_where_in.yaml add python based tests, remove haskell tests 2018-10-04 18:14:15 +05:30
select_author_article_where_lt.yaml add python based tests, remove haskell tests 2018-10-04 18:14:15 +05:30
select_author_article_where_lte.yaml allow ordering using columns from object relationships (closes #463) (#672) 2018-10-26 17:27:33 +05:30
select_author_article_where_neq.yaml add python based tests, remove haskell tests 2018-10-04 18:14:15 +05:30
select_author_article_where_nin.yaml add python based tests, remove haskell tests 2018-10-04 18:14:15 +05:30
select_author_article_where_not_lt.yaml add python based tests, remove haskell tests 2018-10-04 18:14:15 +05:30
select_query_order_delivered_at_is_not_null.yaml add python based tests, remove haskell tests 2018-10-04 18:14:15 +05:30
select_query_order_delivered_at_is_null.yaml add python based tests, remove haskell tests 2018-10-04 18:14:15 +05:30
setup.yaml add python based tests, remove haskell tests 2018-10-04 18:14:15 +05:30
teardown.yaml add python based tests, remove haskell tests 2018-10-04 18:14:15 +05:30