graphql-engine/server/src-lib/Hasura/RQL/DDL
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
..
Permission allow customising graphql schema for a table (close #981) (#2509) 2019-09-19 10:17:36 +05:30
Relationship Refactor non-table functions out of Hasura.RQL.DDL.Table 2019-08-26 00:54:56 -05:00
Schema allow customising graphql schema for a table (close #981) (#2509) 2019-09-19 10:17:36 +05:30
Deps.hs allow exposing postgres functions through GraphQL interface (close #333) (#1073) 2019-01-25 09:01:54 +05:30
EventTrigger.hs allow customising graphql schema for a table (close #981) (#2509) 2019-09-19 10:17:36 +05:30
Headers.hs refactor to remove warnings especially with orphan instances (#1163) 2018-12-13 12:56:15 +05:30
Metadata.hs allow customising graphql schema for a table (close #981) (#2509) 2019-09-19 10:17:36 +05:30
Permission.hs allow customising graphql schema for a table (close #981) (#2509) 2019-09-19 10:17:36 +05:30
QueryCollection.hs check input for empty strings for metadata api (close #2302) (#2300) 2019-07-11 09:00:45 +00:00
Relationship.hs allow customising graphql schema for a table (close #981) (#2509) 2019-09-19 10:17:36 +05:30
RemoteSchema.hs cache remote schema's introspection query response (fix #1679) (#2089) 2019-07-08 11:21:41 +05:30
Schema.hs propagate Postgres table comments to GraphQL schema descriptions (close #446) (#2397) 2019-09-16 20:51:11 -05:00
Utils.hs schema cache sync improvements (#2098) 2019-05-03 16:12:26 +05:30