graphql-engine/server/tests-py/queries
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
..
event_triggers fix row comparison operator in event triggers (fix #2036) (#2868) 2019-09-12 18:22:01 -05:00
graphql_introspection introduce v1/graphql (fix #1368) (#2064) 2019-05-10 11:35:10 +05:30
graphql_mutation allow customising graphql schema for a table (close #981) (#2509) 2019-09-19 10:17:36 +05:30
graphql_query allow customising graphql schema for a table (close #981) (#2509) 2019-09-19 10:17:36 +05:30
graphql_validation introduce v1/graphql (fix #1368) (#2064) 2019-05-10 11:35:10 +05:30
horizontal_scale/basic sync metadata cache across multiple instances connected to same db (closes #1182) (#1574) 2019-03-12 11:16:27 +05:30
inconsistent_objects Add support for GraphQL enum types via enum table references 2019-08-26 00:54:56 -05:00
logging breaking: server logging changes (close #507, close #2171) (#1835) 2019-07-11 05:37:06 +00:00
remote_schemas allow configuring timeout for remote schema calls (close #2501) (#2753) 2019-08-23 14:27:19 +05:30
subscriptions Change the way we determine whether or not queries are reusable 2019-09-16 22:00:46 -05:00
v1 allow customising graphql schema for a table (close #981) (#2509) 2019-09-19 10:17:36 +05:30
clear_db.yaml python based tests (#387) 2018-09-18 11:51:57 +05:30