graphql-engine/docs/graphql/manual/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
..
aggregations.rst merge docs into main repo (close #397) (#398) 2018-09-11 16:41:24 +05:30
control-access.rst merge docs into main repo (close #397) (#398) 2018-09-11 16:41:24 +05:30
index.rst add a comma in queries.rst (#756) 2018-10-19 22:32:39 +05:30
multiple-arguments.rst allow ordering using columns from object relationships (closes #463) (#672) 2018-10-26 17:27:33 +05:30
multiple-queries.rst docs: fix spelling (#637) 2018-10-04 20:00:01 +05:30
nested-object-queries.rst fix spelling and grammar in docs (#709) 2018-10-12 09:30:25 +05:30
pagination.rst fix spelling and grammar in docs (#709) 2018-10-12 09:30:25 +05:30
query-filters.rst update docs (#860) 2018-10-26 08:29:36 +05:30
simple-object-queries.rst merge docs into main repo (close #397) (#398) 2018-09-11 16:41:24 +05:30
sorting.rst allow ordering using columns from object relationships (closes #463) (#672) 2018-10-26 17:27:33 +05:30