From 8f1197b1e97417683ccd83a6e56d672d94672f02 Mon Sep 17 00:00:00 2001 From: Atharva Joshi Date: Thu, 1 May 2025 14:47:48 +0530 Subject: [PATCH] Add correct link for GraphQL Mutations --- .../roadmaps/graphql/content/mutations/what-are-mutations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/roadmaps/graphql/content/mutations/what-are-mutations.md b/src/data/roadmaps/graphql/content/mutations/what-are-mutations.md index f3d6175be..57ecd4632 100644 --- a/src/data/roadmaps/graphql/content/mutations/what-are-mutations.md +++ b/src/data/roadmaps/graphql/content/mutations/what-are-mutations.md @@ -6,4 +6,4 @@ A mutation typically includes fields that specify the data to be changed and the Learn more from the following resources: -- [@official@Get started with Mutations](https://graphql.org/learn/queries/#mutations) +- [@official@Get started with Mutations](https://graphql.org/learn/mutations/)