graphql-engine/server/test/testcases/track_tables.yaml
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

23 lines
425 B
YAML

description: Track the above created tables
url: /v1/query
status: 200
query:
type: bulk
args:
- type: track_table
args:
schema: public
name: author
- type: track_table
args:
schema: public
name: article
- type: track_table
args:
schema: public
name: person
- type: track_table
args:
schema: public
name: dollar$test