You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I actually spent some time writing a small client library for my work project and I've been thinking about how this could be done in a more "reusable" way for more to use. AsyncHTTPClient can be used for doing requests to a GraphQL endpoint that runs HTTP, and something like Hummingbird's WebSocketClient can be used for the WebSocket GraphQL implementation. All of this could be quite simple to implement I think if we leverage this GraphQL library for all the types that are needed.
Awesome thoughts! I'm definitely interested in a server-side compatible client library too! Let me know if you want someone to bounce ideas off of or if you want to contribute it to the GraphQLSwift org.
following up from #55 (comment) and hoping to start a conversation about how a client library might function. cc @paulofaria
The text was updated successfully, but these errors were encountered: