I’m building a new project in Golang world and I wanna try some amazing framework.
What do you think about GraphQL?
Is it worth having a framework like for example Gin for this purpose?
If I search “graphql” in their issues nothing appears.
I’m building a new project in Golang world and I wanna try some amazing framework.
What do you think about GraphQL?
Is it worth having a framework like for example Gin for this purpose?
If I search “graphql” in their issues nothing appears.
Where did you search for graphql?
A query on GitHub returns quite some results.
Other good starting points are
and
I suggest neelance/graphql-go as your graphql library in go.
This library is easier and cleaner. The main creator of this repository is also the main creator of GopherJS. You could see that the library is very idiomatic.
I have also been making a starter integrated with the above library to demonstrate how graphql used in production
go-graphql-starter
Thanks
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.