graphql-engine/server/test/testcases
Rakesh Emmadi a0590598e5 filter schema identifiers to conform to graphql naming scheme (close #134) (#211)
* filter schema identifiers to conform to graphql naming scheme,closes #134

Filter out tables, columns, relationships etc which does not conform to
graphql naming scheme.
This ensures GraphiQL initialisation works properly for existing
databases.

* rename `isGraphQLConform` to `isValidName`

* rename all graphQL validators
2018-07-27 15:20:12 +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_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 filter schema identifiers to conform to graphql naming scheme (close #134) (#211) 2018-07-27 15:20:12 +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 filter schema identifiers to conform to graphql naming scheme (close #134) (#211) 2018-07-27 15:20:12 +05:30