Skip to content

Commit

Permalink
getting started: more wording updates
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronArinder committed Feb 7, 2021
1 parent 5b2531a commit aa531ed
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 @@ -111,7 +111,7 @@ type Resolver struct{
}
```

Returning to `graph/schema.resolvers.go`, let's implement the bodies of our automatically generated resolver functions:
Returning to `graph/schema.resolvers.go`, let's implement the bodies of those automatically generated resolver functions:

```go
func (r *mutationResolver) CreateTodo(ctx context.Context, input model.NewTodo) (*model.Todo, error) {
Expand Down

0 comments on commit aa531ed

Please sign in to comment.