graphql-engine/server/tests-py/queries/v1/metadata
Rakesh Emmadi 9bd5826020 allow customising graphql schema for a table (close #981) (#2509)
* allow customizing GraphQL root field names, close #981

* document v2 track_table API in reference

* support customising column field names in GraphQL schema

* [docs] add custom column fields doc in API reference

* add tests

* rename 'ColField' to 'ColumnField'

* embed column's graphql field in 'PGColumnInfo'

-> Value constructor of 'PGCol' is not exposed
-> Using 'parseJSON' to construct 'PGCol' in 'FromJSON' instances

* avoid using 'Maybe TableConfig'

* refactors & 'custom_column_fields' -> 'custom_column_names'

* cli-test: add configuration field in metadata export test

* update expected keys in `FromJSON` instance of `TableMeta`

* use `buildSchemaCacheFor` to update configuration in v2 track_table

* remove 'GraphQLName' type and use 'isValidName' exposed from parser lib

* point graphql-parser-hs library git repo to hasura

* support 'set_table_custom_fields' query API & added docs and tests
2019-09-19 10:17:36 +05:30
..
clear_metadata.yaml remove support for query templates (#2560) 2019-07-23 19:11:34 +00:00
dump_internal_state.yaml add python based tests, remove haskell tests 2018-10-04 18:14:15 +05:30
export_metadata.yaml allow customising graphql schema for a table (close #981) (#2509) 2019-09-19 10:17:36 +05:30
reload_metadata.yaml python based tests (#387) 2018-09-18 11:51:57 +05:30
replace_metadata_wo_rs.yaml remove support for query templates (#2560) 2019-07-23 19:11:34 +00:00
replace_metadata.yaml remove support for query templates (#2560) 2019-07-23 19:11:34 +00:00
setup.yaml support allow-list for graphql queries (closes #989) (#2075) 2019-05-16 11:43:25 +05:30
teardown.yaml support allow-list for graphql queries (closes #989) (#2075) 2019-05-16 11:43:25 +05:30