Closed Nodepad closed 3 years ago
Hello, sorry for the delay. We don't provide support for subscriptions. Did you go further with this attempt?
I've tried to find a publish/subscribe Swift library for subscription implementation, but there is not much such staff, especially built on top of Apple NIO. Do you have ideas what library should be used?
Hey, I'd like to implement subscriptions into this repo and the GraphQLSwift/GraphQL repo. I'm planning to use RxSwift to provide the event streams, similar to how the Java GraphQL implementation does it.
A few questions for the maintainers:
Thanks!
I've submitted a pull request to add subscription support: https://github.com/GraphQLSwift/Graphiti/pull/52
Thanks!
Hey @paulofaria, I think with my pull requests merged, we can close this issue. Thanks!!
@NeedleInAJayStack thank you!
Are there any way to create subscription in Graphiti/GraphQL? I have found method
subscription()
inSchemaBuilder
but could not understand how to do actual data notification.