aboutsummaryrefslogtreecommitdiffstats
path: root/api/graphql/tools.go
blob: 863672ec2e931f593829ad38274355107186fe9a (plain) (blame)
1
2
3
4
5
6
7
8
//go:build tools
// +build tools

package graphql

import (
	_ "github.com/99designs/gqlgen"
)