Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update config.md #476

Merged
merged 1 commit into from
Jan 4, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/content/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@ exec:
filename: graph/generated/generated.go
package: generated

# Let gqlgen know where to the generated models (if any)
# Let gqlgen know where to put the generated models (if any)
model:
filename: models/generated.go
package: models

# Optional, turns on resolver stub generation
resolver:
filename: resolver.go # where to write them
type: Resolver # whats the resolver root implementation type called?
type: Resolver # what's the resolver root implementation type called?

# Optional, turns on binding to field names by tag provided
struct_tag: json
Expand Down