We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Was looking into subscriptions and found this:
https://github.com/graphql-python/graphql-core/blob/9333075c657e91e563c09add8464f3758e317749/graphql/execution/executor.py#L306-L312
The desired intention here is merging field subscriptions into single observable?