dgraph_graphql_go icon indicating copy to clipboard operation
dgraph_graphql_go copied to clipboard

Server-side Event Subscriptions

Open romshark opened this issue 6 years ago • 0 comments

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 avatar May 03 '19 18:05 romshark