An open API service indexing awesome lists of open source software.

https://github.com/bradmccoydev/graphql

Golang GraphQL Server
https://github.com/bradmccoydev/graphql

Last synced: about 1 year ago
JSON representation

Golang GraphQL Server

Awesome Lists containing this project

README

          

# graphql
Golang GraphQL Server

# Tutorial

Get gqlgen
``` go get github.com/99designs/gqlgen ```

Init
``` go run github.com/99designs/gqlgen init ```

Start Server
``` go run ./server.go ```