From a3b4b027bb72118dde976ea820416e8379d80bdc Mon Sep 17 00:00:00 2001 From: Nick <50417170+kanishev@users.noreply.github.com> Date: Mon, 5 May 2025 20:28:50 +0300 Subject: [PATCH] docs: update outdated GraphQL mutations links --- packages/docs/src/guide-composable/mutation.md | 2 +- packages/docs/src/zh-cn/guide-composable/mutation.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/docs/src/guide-composable/mutation.md b/packages/docs/src/guide-composable/mutation.md index 5675a176..3a392ba6 100644 --- a/packages/docs/src/guide-composable/mutation.md +++ b/packages/docs/src/guide-composable/mutation.md @@ -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 diff --git a/packages/docs/src/zh-cn/guide-composable/mutation.md b/packages/docs/src/zh-cn/guide-composable/mutation.md index 8d95e54c..1091539a 100644 --- a/packages/docs/src/zh-cn/guide-composable/mutation.md +++ b/packages/docs/src/zh-cn/guide-composable/mutation.md @@ -1,6 +1,6 @@ # 变更 -现在我们已经学习了[如何获取数据](./query),下一步是学习如何使用**变更**来更新数据。如果你需要复习变更或 GraphQL 文档,请阅读[本指南](https://graphql.org/learn/queries/#mutations)。 +现在我们已经学习了[如何获取数据](./query),下一步是学习如何使用**变更**来更新数据。如果你需要复习变更或 GraphQL 文档,请阅读[本指南](https://graphql.org/learn/mutations/)。 ## 执行一个变更