-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
285 additions
and
359 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
package main | ||
|
||
// Ambient imports | ||
// | ||
// These imports are referenced by the generated code. | ||
// Dependency managers like dep have been known to prune them, | ||
// so explicitly import them here. | ||
// | ||
// TODO: check if these imports are still necessary with go | ||
// modules, and if so move the ambient import to the files | ||
// where they are actually referenced | ||
import ( | ||
_ "github.com/99designs/gqlgen/graphql" | ||
_ "github.com/99designs/gqlgen/graphql/handler" | ||
_ "github.com/99designs/gqlgen/graphql/introspection" | ||
_ "github.com/99designs/gqlgen/handler" | ||
_ "github.com/vektah/gqlparser/v2" | ||
_ "github.com/vektah/gqlparser/v2/ast" | ||
) |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Empty file.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.