Skip to content

Commit

Permalink
Merge pull request #461 from ryota548/patch-1
Browse files Browse the repository at this point in the history
Update getting-started.md
  • Loading branch information
Mathew Byrne committed Dec 2, 2018
2 parents 3a7f37c + 9bcd27c commit 5c870a4
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 @@ -192,7 +192,7 @@ $ rm resolver.go
$ go run scripts/gqlgen.go
```

Now we just need to fill in the `not implemented` parts. Update `graph/graph.go`
Now we just need to fill in the `not implemented` parts. Update `resolver.go`

```go
//go:generate go run ./scripts/gqlgen.go
Expand Down

0 comments on commit 5c870a4

Please sign in to comment.