graphql-engine/server/src-test/Hasura
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
..
Backends Support composite primary keys for Data Connector [GDW-127] 2022-07-01 12:21:17 +00:00
Base/Error server: Remove the Show instance from QErr and anything that touches it. 2022-07-01 11:48:26 +00:00
Generator Rewrite ir generators 2022-04-05 22:09:40 +00:00
GraphQL server: Remove the Show instance from QErr and anything that touches it. 2022-07-01 11:48:26 +00:00
Metadata/DTO Make test path relative to project folder. 2022-07-04 15:45:02 +00:00
QuickCheck server: add support to customize streaming subscriptions root field 2022-07-06 12:14:25 +00:00
RQL server: Remove the Show instance from QErr and anything that touches it. 2022-07-01 11:48:26 +00:00
Server server/parsers: Reduce usages of "utils"-like functions. 2022-07-06 07:56:35 +00:00
SQL server: Remove the Show instance from QErr and anything that touches it. 2022-07-01 11:48:26 +00:00
AppSpec.hs Add forkIO and threadDelay errors to HLint. 2022-06-30 09:56:06 +00:00
EventingSpec.hs Remove RQL/Types.hs 2022-04-27 13:58:47 +00:00
IncrementalSpec.hs server, pro: actually reformat the code-base using ormolu 2021-09-23 22:57:37 +00:00
SessionSpec.hs server: Splits QuickCheck extension and orphan instance modules 2022-02-22 15:33:37 +00:00
StreamingSubscriptionSpec.hs server: Remove the Show instance from QErr and anything that touches it. 2022-07-01 11:48:26 +00:00