Skip to content

Support GraphQL subscriptionsΒ #285

@kettanaito

Description

@kettanaito

What

I suggest to add support for GraphQL subscriptions (example tutorial from Apollo).

Why

To support all three main GraphQL operations: query, mutation, and subscription.

How

  1. Research what this new feature would imply technically.
  2. Design and discuss a public API of the library for GraphQL subscriptions.
  3. Implement, document, and release.

Technical notes

  • GraphQL subscriptions are often implemented via WebSockets. There is a WebSockets support feature request open, which may be a pre-requisite for this task.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions