adding in gqlgen

This commit is contained in:
talksik
2023-05-23 16:03:47 -07:00
parent a88582301e
commit a945d2ee54
11 changed files with 4072 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
//go:build tools
// +build tools
package tools
import (
_ "github.com/99designs/gqlgen"
)