chore: update gqlgen to 0.17.20
This commit is contained in:
8
server/tools.go
Normal file
8
server/tools.go
Normal file
@@ -0,0 +1,8 @@
|
||||
//go:build tools
|
||||
// +build tools
|
||||
|
||||
package tools
|
||||
|
||||
import (
|
||||
_ "github.com/99designs/gqlgen"
|
||||
)
|
Reference in New Issue
Block a user