Skip to content

Instantly share code, notes, and snippets.

@rahul-yr
Created July 4, 2022 15:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rahul-yr/3f115c0e70889fac57af743202719ef7 to your computer and use it in GitHub Desktop.
Save rahul-yr/3f115c0e70889fac57af743202719ef7 to your computer and use it in GitHub Desktop.
Go TODO graphQL packages
// used as web server
// you could use any web server of your choice such as mux, http, go fiber etc
go get github.com/gin-gonic/gin
// used for handling cors
go get github.com/gin-contrib/cors
// is the actual module for implementing GraphQL Server
go get github.com/graphql-go/graphql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment