aboutsummaryrefslogblamecommitdiffstats
path: root/vendor/github.com/99designs/gqlgen/cmd/ambient.go
blob: 7838fdf16d5b44c7012180fdf4a5aea91be28822 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
           








                                                                                    
package cmd

import (
	// Import and ignore the ambient imports listed below so dependency managers
	// don't prune unused code for us. Both lists should be kept in sync.
	_ "github.com/99designs/gqlgen/graphql"
	_ "github.com/99designs/gqlgen/graphql/introspection"
	_ "github.com/vektah/gqlparser"
	_ "github.com/vektah/gqlparser/ast"
)