go-mongo/tools.go
2025-05-31 18:38:18 +03:00

10 lines
148 B
Go

//go:build tools
// +build tools
package tools
import (
_ "github.com/99designs/gqlgen"
_ "github.com/99designs/gqlgen/graphql/introspection"
)