repositorypackage
0.3.6
Repository: https://github.com/korylprince/go-graphql-ws.git
Documentation: pkg.go.dev
# README
About
go-graphql-ws
is a Go client implementation of the GraphQL over WebSocket Protocol. This is not a standard GraphQL client; the GraphQL endpoint must support the WebSocket Protocol. This package has been written specifically with Hasura GraphQL Engine in mind, but any server implementing the WebSocket Protocol should work.
Package Status
This package is still under testing; use it with caution. A v1
version has not been released yet so the API should not be considered stable.
Installing
go get github.com/korylprince/go-graphql-ws
Usage
See Examples.
Issues
If you have any issues or questions create an issue.