graphql-go / graphql-go/graphql
serveWS undefined
Open
- Dominant language
- Go
- Stars
- 10.1k
- Forks
- 845
- PR merge metrics
- No merged PRs in 30d
Description
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?
Contributor guide
Assessment
This issue has not been assessed yet.