graphql-engine/server/src-lib/Hasura
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
..
GraphQL improve logs on webhook errors (closes #238, #242) (#243) 2018-08-03 14:13:35 +05:30
RQL don't allow creating relationships from/to a table that isn't tracked (fix #185) (#229) 2018-08-03 15:04:37 +05:30
Server improve logs on webhook errors (closes #238, #242) (#243) 2018-08-03 14:13:35 +05:30
SQL add _inc and jsonb operators to update_mutation (close #159) (#169) 2018-07-20 16:21:20 +05:30
Logging.hs check for updates every 24 hrs in background (fix #204) (#209) 2018-07-27 15:04:50 +05:30
Prelude.hs initial support for livequeries (#176) 2018-07-20 12:52:46 +05:30