mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-17 20:41:49 +03:00
584aa666bd
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 |
||
---|---|---|
.. | ||
Action.hs | ||
Backend.hs | ||
BoolExp.hs | ||
Build.hs | ||
Common.hs | ||
Instances.hs | ||
Introspect.hs | ||
Mutation.hs | ||
Node.hs | ||
OrderBy.hs | ||
Parser.hs | ||
Postgres.hs | ||
Relay.hs | ||
Remote.hs | ||
RemoteRelationship.hs | ||
Select.hs | ||
SubscriptionStream.hs | ||
Table.hs | ||
Update.hs |