Files
schemas/graph/tools.go
T

10 lines
148 B
Go
Raw Normal View History

2022-10-09 15:23:52 +02:00
//go:build tools
// +build tools
package graph
import (
_ "github.com/99designs/gqlgen"
_ "github.com/99designs/gqlgen/graphql/introspection"
)