Skip to content

Commit

Permalink
Update config.md
Browse files Browse the repository at this point in the history
Add a missed word and add an apostrophe
  • Loading branch information
stefanvanburen authored Dec 17, 2018
1 parent c033f5f commit 9f6f2bb
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit 9f6f2bb

Please sign in to comment.