Skip to content

Commit 01f0455

Browse files
authored
Update part8a.md
Update link to Mutations documentation
1 parent 47322e1 commit 01f0455

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/8/en/part8a.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -590,7 +590,7 @@ The current code of the application can be found on [Github](https://github.com/
590590

591591
### Mutations
592592

593-
Let's add a functionality for adding new persons to the phonebook. In GraphQL, all operations which cause a change are done with [mutations](https://graphql.org/learn/queries/#mutations). Mutations are described in the schema as the keys of type <i>Mutation</i>.
593+
Let's add a functionality for adding new persons to the phonebook. In GraphQL, all operations which cause a change are done with [mutations](https://graphql.org/learn/mutations). Mutations are described in the schema as the keys of type <i>Mutation</i>.
594594

595595
The schema for a mutation for adding a new person looks as follows:
596596

0 commit comments

Comments
 (0)