graphql-go / graphql

An implementation of GraphQL for Go / Golang
MIT License
9.89k stars 840 forks source link

With fiber #671

Open kamalkech opened 1 year ago

kamalkech commented 1 year ago

any example to use with fiber ?

mayerraphael commented 1 year ago

The README.md has all the code required to run the server. Just put the query parsing part into your fiber handler. But i guess this should be self explanatory

https://github.com/gofiber/fiber/issues/403#issuecomment-1587277148