Skip to content

Add subscriptions #194

Closed
Closed
@leoloso

Description

@leoloso

Feature Request

Add support for GraphQL subscriptions, possibly via Ratchet.

A "subscription" is the 3rd operation type on GraphQL (in addition to "query" and "mutation"), and the only one not yet implemented.

Context

With subscriptions, clients can initiate a connection to the server, and be push data in real time (whenever new data, corresponding to the subscription query, is available, such as when the user got a notification).

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions