Versions in this module Expand all Collapse all v1 v1.52.1 May 21, 2022 v1.52.0 May 21, 2022 Changes in this version + func HandleWebsocket(done chan bool, errChan chan error, conn net.Conn, ...) + func NewGraphqlHTTPHandler(schema *graphql.Schema, engine *graphql.ExecutionEngineV2, ...) http.Handler + type GraphQLHTTPRequestHandler struct + func (g *GraphQLHTTPRequestHandler) ServeHTTP(w http.ResponseWriter, r *http.Request) + type WebsocketSubscriptionClient struct + func NewWebsocketSubscriptionClient(logger abstractlogger.Logger, clientConn net.Conn) *WebsocketSubscriptionClient + func (w *WebsocketSubscriptionClient) Disconnect() error + func (w *WebsocketSubscriptionClient) IsConnected() bool + func (w *WebsocketSubscriptionClient) ReadFromClient() (message *subscription.Message, err error) + func (w *WebsocketSubscriptionClient) WriteToClient(message subscription.Message) error