aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/99designs/gqlgen/cmd/ambient.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/99designs/gqlgen/cmd/ambient.go')
-rw-r--r--vendor/github.com/99designs/gqlgen/cmd/ambient.go10
1 files changed, 10 insertions, 0 deletions
diff --git a/vendor/github.com/99designs/gqlgen/cmd/ambient.go b/vendor/github.com/99designs/gqlgen/cmd/ambient.go
new file mode 100644
index 00000000..7838fdf1
--- /dev/null
+++ b/vendor/github.com/99designs/gqlgen/cmd/ambient.go
@@ -0,0 +1,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"
+)