Skip to content

Commit

Permalink
Merge pull request #1628 from robertmarsal/patch-1
Browse files Browse the repository at this point in the history
Fix typo in the getting-started docs
  • Loading branch information
mtibben authored Sep 22, 2021
2 parents 2f6919f + f93f73a commit d999828
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ type Mutation {
### Implement the resolvers

When executed, gqlgen's `generate` command compares the schema file (`graph/schema.graphqls`) with the models `graph/model/*`, and, wherever it
can, it will bind directly to the model. That was done alread when `init` was run. We'll edit the schema later in the tutorial, but for now, let's look at what was generated already.
can, it will bind directly to the model. That was done already when `init` was run. We'll edit the schema later in the tutorial, but for now, let's look at what was generated already.

If we take a look in `graph/schema.resolvers.go` we will see all the times that gqlgen couldn't match them up. For us
it was twice:
Expand Down

0 comments on commit d999828

Please sign in to comment.