From 8f36beb3bd9fbfdeb382312964b2f1e1a8d87a10 Mon Sep 17 00:00:00 2001 From: Atharva Joshi Date: Tue, 6 May 2025 23:16:54 +0530 Subject: [PATCH] Add correct link for GraphQL Mutations (#8583) --- .../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/)