Created
July 4, 2022 15:26
-
-
Save rahul-yr/3f115c0e70889fac57af743202719ef7 to your computer and use it in GitHub Desktop.
Go TODO graphQL packages
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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