Scaffold GraphQL server

This commit is contained in:
David Stotijn
2019-12-01 14:47:25 +01:00
parent 1164837247
commit ef96a69baa
8 changed files with 2986 additions and 4 deletions

6
go.mod
View File

@ -2,4 +2,8 @@ module github.com/dstotijn/gurp
go 1.13
require github.com/gorilla/mux v1.7.3
require (
github.com/99designs/gqlgen v0.10.2
github.com/gorilla/mux v1.7.3
github.com/vektah/gqlparser v1.2.0
)