mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-16 18:42:30 +03:00
a0590598e5
* 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 |
||
---|---|---|
.. | ||
delete_mutation | ||
insert_mutation | ||
update_mutation | ||
create_author_article_permissions.yaml | ||
create_author_article_relationship.yaml | ||
create_tables.yaml | ||
insert_mutation_article.yaml | ||
introspection.yaml | ||
nested_select_query_article.yaml | ||
nested_select_where_query_author.yaml | ||
simple_select_query_author.yaml | ||
track_tables.yaml |