How do I subscribe to a remote GraphQL API? #5487
Unanswered
brodyhoskins
asked this question in
Q&A
Replies: 1 comment
-
|
Hey -- that's right, this gem is for building a GraphQL server, but doesn't include any GraphQL client code. I know of three Ruby libraries for consuming GraphQL APIs:
But none of them have subscriptions support. Out of curiosity, what kind of server are you trying to subscribe to? What mechanism does it use to subscribe? (Websockets, something else?) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to subscribe to a remote GraphQL API — do I need another gem for this? I can't find anything in the documentation about subscribing, I only see documentation for hosting subscriptions.
Beta Was this translation helpful? Give feedback.
All reactions