dgraph_graphql_go
dgraph_graphql_go copied to clipboard
Server-side Event Subscriptions
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.