graph-gophers / graphql-go

GraphQL server with a focus on ease of use
BSD 2-Clause "Simplified" License
4.65k stars 492 forks source link

Please add simple example without react, relay, http etc... #629

Closed mvestnik closed 9 months ago

mvestnik commented 9 months ago

Why do all the examples use a third-party optional library or http server? In github.com/graphql-go/graphql complex declarative synthax, but it's easier to understand than your "simple and idiomatic" one.

pavelnikolov commented 8 months ago

When you run the examples locally using the godoc tool you can see plenty of examples. However, your feedback is highly appreciated and I'd be happy to improve any examples that look confusing or complicated.

pavelnikolov commented 8 months ago

PS, a 1.6 release is coming out soon.