graphql-engine/server/tests-py/queries/graphql_query
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
..
agg_perm dont use sub-query for perm limit if aggregations are absent (#2630) 2019-08-01 05:09:52 +00:00
aggregations introduce v1/graphql (fix #1368) (#2064) 2019-05-10 11:35:10 +05:30
allowlist keep allowed queries in sync when collections are changed, fix #2221 (#2230) 2019-05-20 15:59:32 +05:30
basic capture Postgres error code 22025 as HTTP 400 bad request (close #2486) (#2671) 2019-08-08 15:57:42 -05:00
boolexp allow creating permissions with conditions spanning tables (close #2512) (#2701) 2019-09-05 13:04:53 +05:30
custom_schema allow customising graphql schema for a table (close #981) (#2509) 2019-09-19 10:17:36 +05:30
enums Add support for GraphQL enum types via enum table references 2019-08-26 00:54:56 -05:00
functions use named notation for function arguments if any argument is not specified (fix #2730) (#2777) 2019-08-28 14:27:15 -05:00
limits introduce v1/graphql (fix #1368) (#2064) 2019-05-10 11:35:10 +05:30
offset introduce v1/graphql (fix #1368) (#2064) 2019-05-10 11:35:10 +05:30
order_by accept null values in order_by input field (fix #2754) (#2755) 2019-08-22 03:14:27 -05:00
permissions allow session variables in operators which expect array input (#2475) 2019-07-10 15:49:58 +05:30
v1alpha1/errors introduce v1/graphql (fix #1368) (#2064) 2019-05-10 11:35:10 +05:30