Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/docs/src/guide-composable/mutation.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Mutations

Now that's we've learned [how to fetch data](./query), the next logical step is to study how to update data using **mutations**. If you need a refresher on mutations or GraphQL documents, read [this guide](https://graphql.org/learn/queries/#mutations).
Now that's we've learned [how to fetch data](./query), the next logical step is to study how to update data using **mutations**. If you need a refresher on mutations or GraphQL documents, read [this guide](https://graphql.org/learn/mutations/).

## Executing a mutation

Expand Down
2 changes: 1 addition & 1 deletion packages/docs/src/zh-cn/guide-composable/mutation.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 变更

现在我们已经学习了[如何获取数据](./query),下一步是学习如何使用**变更**来更新数据。如果你需要复习变更或 GraphQL 文档,请阅读[本指南](https://graphql.org/learn/queries/#mutations)。
现在我们已经学习了[如何获取数据](./query),下一步是学习如何使用**变更**来更新数据。如果你需要复习变更或 GraphQL 文档,请阅读[本指南](https://graphql.org/learn/mutations/)。

## 执行一个变更

Expand Down