1
0
mirror of https://github.com/hasura/graphql-engine.git synced 2024-12-22 06:51:32 +03:00
Commit Graph

4 Commits

Author SHA1 Message Date
Dimitrios Mavrommatis
ef6e53a407 change descending ordering to nulls first (fix ) () 2018-11-22 10:28:18 +05:30
Fernando K
b7800ffa2e add links to the api reference () 2018-10-31 19:19:29 +05:30
Rakesh Emmadi
f6ed169219 allow ordering using columns from object relationships (closes ) ()
* allow ordering using columns from object relationships, close 

* 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
Shahidh K Muhammed
d3d9845497
merge docs into main repo (close ) () 2018-09-11 16:41:24 +05:30