graphql-engine/server/src-lib/Hasura/GraphQL
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
..
Resolve add _inc and jsonb operators to update_mutation (close #159) (#169) 2018-07-20 16:21:20 +05:30
Transport initial support for livequeries (#176) 2018-07-20 12:52:46 +05:30
Validate server: support @skip and @include directives. closes #7 2018-06-29 14:50:49 +05:30
Resolve.hs initial support for livequeries (#176) 2018-07-20 12:52:46 +05:30
Schema.hs filter schema identifiers to conform to graphql naming scheme (close #134) (#211) 2018-07-27 15:20:12 +05:30
Utils.hs filter schema identifiers to conform to graphql naming scheme (close #134) (#211) 2018-07-27 15:20:12 +05:30
Validate.hs initial support for livequeries (#176) 2018-07-20 12:52:46 +05:30