Skip to content

Commit

Permalink
Update getting-started.md
Browse files Browse the repository at this point in the history
modify `graph/graph.go` to `resolver.go`
  • Loading branch information
ryota548 committed Dec 2, 2018
1 parent 3a7f37c commit 9bcd27c
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 9bcd27c

Please sign in to comment.