Skip to content

Instantly share code, notes, and snippets.

@vniche
Created March 7, 2020 00:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vniche/61a330898a3d94f9571356ebbb1885ad to your computer and use it in GitHub Desktop.
Save vniche/61a330898a3d94f9571356ebbb1885ad to your computer and use it in GitHub Desktop.
gqlgen config file
# .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