github.com/kubeshop/testkube@v1.17.23/internal/graphql/tools.go (about)

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