graphql-engine/server/src-lib/Hasura/RQL
Rakesh Emmadi c94640a377 don't allow creating relationships from/to a table that isn't tracked (fix #185) (#229)
* don't allow fkey based relations from/to a table that isn't tracked, fix #185

Check if remote table exist in metadata when creating foreign-key
based object relationship.

* add tests for adding object relation using fkey if remote table is untracked
2018-08-03 15:04:37 +05:30
..
DDL don't allow creating relationships from/to a table that isn't tracked (fix #185) (#229) 2018-08-03 15:04:37 +05:30
DML add _inc and jsonb operators to update_mutation (close #159) (#169) 2018-07-20 16:21:20 +05:30
Types add _inc and jsonb operators to update_mutation (close #159) (#169) 2018-07-20 16:21:20 +05:30
GBoolExp.hs server: add _is_null operator, closes #106 2018-07-12 19:33:02 +05:30
Instances.hs move raven into graphql-engine repo 2018-06-28 00:32:00 +05:30
Types.hs move raven into graphql-engine repo 2018-06-28 00:32:00 +05:30