graphql-go / graphql

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

improve user-facing documentation #598

Open kortschak opened 3 years ago

kortschak commented 3 years ago

The Go Report Card for graphql-go/graphql shows a large number of exported symbols without godoc comments. Providing docs would certainly help user wanting to use the package.

Some of the smaller examples could also be moved into example tests given that pkg.go.dev renders them as main packages in the documentation. This would also ease uptake. If this is a desirable change, I can send a PR for this.