machinebox / graphql

Simple low-level GraphQL HTTP client for Go
https://blog.machinebox.io/a-graphql-client-library-for-go-5bffd0455878
Apache License 2.0
937 stars 218 forks source link

Subscription supported ? #14

Open ghost opened 6 years ago

ghost commented 6 years ago

Anyone know if this supports subscriptions ? Could not see it.

Library looks great for wrapping grpc microservices. Am guessing that was the teams main use case ?

matryer commented 6 years ago

Subscriptions are not supported, but I see no reason why they couldn't be.