Skip to content

Commit 53685e8

Browse files
committed
graphql_operations.md: Fix link to mutation doc
1 parent 450f620 commit 53685e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/graphql/graphql_operations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Use GraphQL operations to create, update, and delete content.
44

55
# GraphQL operations
66

7-
Operations on content in GraphQL are performed by using [mutations](https://graphql.org/learn/queries/#mutations).
7+
Operations on content in GraphQL are performed by using [mutations](https://graphql.org/learn/mutations/).
88
They include creating, updating, and deleting content items.
99

1010
The schema contains two mutations per content type, for example, `createFolder`, and `updateFolder`.

0 commit comments

Comments
 (0)