graphql-go / graphql

An implementation of GraphQL for Go / Golang
MIT License
9.86k stars 838 forks source link

serveWS undefined #643

Open wlmost opened 2 years ago

wlmost commented 2 years ago

Hello. I get an error if I build a graphql server with golang version 1.19

go build -o mona-agent
# github.com/andrewwphillips/eggql/internal/handler
../../go/pkg/mod/github.com/andrewwphillips/eggql@v0.0.0-20220728202124-a429af715c3a/internal/handler/handler.go:92:5: h.serveWS undefined (type *Handler has no field or method serveWS)
make: *** [Makefile:7: build] Error 2

What's going wrong here?