Created
March 7, 2020 00:33
-
-
Save vniche/61a330898a3d94f9571356ebbb1885ad to your computer and use it in GitHub Desktop.
gqlgen config file
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
# .gqlgen.yml example | |
# | |
# Refer to https://gqlgen.com/config/ | |
# for detailed .gqlgen.yml documentation. | |
schema: | |
- schema.graphql | |
exec: | |
filename: generated.go | |
model: | |
filename: models_gen.go | |
resolver: | |
filename: resolver.go | |
type: Resolver | |
autobind: [] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment