graphql-engine/server/test/testcases
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
..
delete_mutation add _inc and jsonb operators to update_mutation (close #159) (#169) 2018-07-20 16:21:20 +05:30
insert_mutation add _inc and jsonb operators to update_mutation (close #159) (#169) 2018-07-20 16:21:20 +05:30
update_mutation add _inc and jsonb operators to update_mutation (close #159) (#169) 2018-07-20 16:21:20 +05:30
create_address_resident_relationship_error.yaml don't allow creating relationships from/to a table that isn't tracked (fix #185) (#229) 2018-08-03 15:04:37 +05:30
create_author_article_permissions.yaml add more tests (#170) 2018-07-20 13:49:06 +05:30
create_author_article_relationship.yaml add more tests (#170) 2018-07-20 13:49:06 +05:30
create_tables.yaml don't allow creating relationships from/to a table that isn't tracked (fix #185) (#229) 2018-08-03 15:04:37 +05:30
insert_mutation_article.yaml add more tests (#170) 2018-07-20 13:49:06 +05:30
introspection.yaml add 'on_conflict' argument to insert mutation (closes #105) 2018-07-17 18:53:23 +05:30
nested_select_query_article.yaml basic test suite (#78) 2018-07-11 12:43:07 +05:30
nested_select_where_query_author.yaml add more tests (#170) 2018-07-20 13:49:06 +05:30
simple_select_query_author.yaml basic test suite (#78) 2018-07-11 12:43:07 +05:30
track_tables.yaml don't allow creating relationships from/to a table that isn't tracked (fix #185) (#229) 2018-08-03 15:04:37 +05:30