chore: update gqlgen to 0.17.20

This commit is contained in:
Lakhan Samani
2022-09-30 15:37:59 +05:30
parent cfbce17ab8
commit 6f46f1e6ef
9 changed files with 7179 additions and 3199 deletions

8
server/tools.go Normal file
View File

@@ -0,0 +1,8 @@
//go:build tools
// +build tools
package tools
import (
_ "github.com/99designs/gqlgen"
)