graphql-engine/server/src-lib/Hasura/GraphQL
Karthikeyan Chinnakonda 584aa666bd server: add support to customize streaming subscriptions root field
Earlier, if the `select` root field had a custom root field set, the same custom root field was then used for the streaming subscription root field as well. This leads to duplicate root fields being generated in the `subscription_root`.

This PR fixes that. It provides a way to customize the streaming subscription root field and not use the `select` root field's custom root field name for the streaming subscription root field.

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/4967
Co-authored-by: Anon Ray <616387+ecthiender@users.noreply.github.com>
GitOrigin-RevId: 54e74ce97561b0e5cfdfc60d1ca340aaebecf7d4
2022-07-06 12:14:25 +00:00
..
Execute Implement HLint suggestions and turn warnings into errors 2022-07-01 10:50:33 +00:00
Parser server/parsers: Reduce usages of "utils"-like functions. 2022-07-06 07:56:35 +00:00
Schema server: add support to customize streaming subscriptions root field 2022-07-06 12:14:25 +00:00
Transport server: Remove the Show instance from QErr and anything that touches it. 2022-07-01 11:48:26 +00:00
Analyse.hs Rewrite OpenAPI 2022-06-30 12:57:09 +00:00
Context.hs server: runParse returns QErr 2022-06-16 12:22:30 +00:00
Execute.hs server: runParse returns QErr 2022-06-16 12:22:30 +00:00
Explain.hs server: runParse returns QErr 2022-06-16 12:22:30 +00:00
Logging.hs Source typename customization (close graphql-engine#6974) 2021-10-29 14:43:14 +00:00
Namespace.hs server: fix namespace visibility during introspection 2022-07-06 05:41:15 +00:00
ParameterizedQueryHash.hs Implement HLint suggestions and turn warnings into errors 2022-07-01 10:50:33 +00:00
Parser.hs server: Metadata origin for definitions (type parameter version v2) 2022-06-28 15:53:44 +00:00
RemoteServer.hs server: Remove the Show instance from QErr and anything that touches it. 2022-07-01 11:48:26 +00:00
Schema.hs Restore comment mangled up by graphql-engine-mono/pull#4770 2022-07-04 16:59:59 +00:00