Skip to content
This repository has been archived by the owner on Aug 28, 2023. It is now read-only.

Server-side Event Subscriptions #11

Open
4 tasks
romshark opened this issue May 3, 2019 · 0 comments
Open
4 tasks

Server-side Event Subscriptions #11

romshark opened this issue May 3, 2019 · 0 comments
Labels
api New API feature

Comments

@romshark
Copy link
Owner

romshark commented May 3, 2019

Implement the following GraphQL subscriptions:

  • GraphQL: subscriptions: postCreated
  • GraphQL: subscriptions: reactionCreated(subjectId)
  • GraphQL: subscriptions: postEdited(postId)
  • GraphQL: subscriptions: reactionEdited(reactionId)

Use HTTP/2 SSE for server-side event emission for the HTTP transport implementation.

@romshark romshark added the api New API feature label May 3, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
api New API feature
Projects
None yet
Development

No branches or pull requests

1 participant