Add getRequests query to GraphQL server

This commit is contained in:
David Stotijn
2020-02-23 22:07:46 +01:00
parent ef96a69baa
commit 400436607c
10 changed files with 523 additions and 865 deletions

3
go.mod
View File

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