update server boilerplate to use graphql

This commit is contained in:
Lakhan Samani
2021-07-08 17:45:19 +05:30
parent 9250257d9e
commit 592cede51f
13 changed files with 3006 additions and 64 deletions

View File

@@ -1,5 +1,8 @@
module yauth
module github.com/yauthdev/yauth/server
go 1.16
require github.com/gofiber/fiber/v2 v2.13.0 // indirect
require (
github.com/99designs/gqlgen v0.13.0 // indirect
github.com/vektah/gqlparser/v2 v2.1.0 // indirect
)