graphql-engine/community/tools/firebase2graphql/test
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
..
data-sets firebase2graphql: improve readme structure, update git and add more tests (#666) 2018-10-08 11:42:42 +05:30
test.sh firebase2graphql: improve readme structure, update git and add more tests (#666) 2018-10-08 11:42:42 +05:30
verifyBlog.js allow ordering using columns from object relationships (closes #463) (#672) 2018-10-26 17:27:33 +05:30
verifyChinook.js allow ordering using columns from object relationships (closes #463) (#672) 2018-10-26 17:27:33 +05:30
verifyChinookNested.js allow ordering using columns from object relationships (closes #463) (#672) 2018-10-26 17:27:33 +05:30
verifyRE1.js allow ordering using columns from object relationships (closes #463) (#672) 2018-10-26 17:27:33 +05:30