tools.go

1//go:build tools
2// +build tools
3
4package graphql
5
6import (
7	_ "github.com/99designs/gqlgen"
8)