Skip to content

Commit

Permalink
Fix type for a mutation example (#1635)
Browse files Browse the repository at this point in the history
  • Loading branch information
lekterable authored and Evans Hauser committed Sep 17, 2018
1 parent 47e10fc commit e2580a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/schemas/types.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ type Response {
newTodo: String
}

type Query {
type Mutation {
addTodo(user: ID, todo: String): Response
}
```
Expand Down

0 comments on commit e2580a3

Please sign in to comment.