graphql-engine/server
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
..
packaging Implemented graceful shutdown for HTTP requests (close #2698) (#2717) 2019-08-26 00:31:27 -05:00
src-exec allow customising graphql schema for a table (close #981) (#2509) 2019-09-19 10:17:36 +05:30
src-lib allow customising graphql schema for a table (close #981) (#2509) 2019-09-19 10:17:36 +05:30
src-rsr allow customising graphql schema for a table (close #981) (#2509) 2019-09-19 10:17:36 +05:30
tests-py allow customising graphql schema for a table (close #981) (#2509) 2019-09-19 10:17:36 +05:30
.dockerignore update packages (#251) 2018-08-08 13:10:13 +05:30
.gitignore breaking: server logging changes (close #507, close #2171) (#1835) 2019-07-11 05:37:06 +00:00
.stylish-haskell.yaml refactor to remove warnings especially with orphan instances (#1163) 2018-12-13 12:56:15 +05:30
CONTRIBUTING.md Add local development swiss army knife script scripts/dev.sh 2019-07-26 01:17:35 -04:00
graphql-engine.cabal Change the way we determine whether or not queries are reusable 2019-09-16 22:00:46 -05:00
Makefile server: Don’t allow warnings when building in CI (#2892) 2019-09-17 00:00:42 -05:00
Setup.hs move raven into graphql-engine repo 2018-06-28 00:32:00 +05:30
stack-nightly.yaml Add rebuild-ghc-options to stack.yamls 2019-07-31 10:22:50 -04:00
stack.yaml allow customising graphql schema for a table (close #981) (#2509) 2019-09-19 10:17:36 +05:30
stack.yaml.lock allow customising graphql schema for a table (close #981) (#2509) 2019-09-19 10:17:36 +05:30