From 811699e6a19f88513c4ef3ec50659a526de86f1a Mon Sep 17 00:00:00 2001 From: thomasabishop Date: Mon, 24 Jun 2024 14:00:04 +0100 Subject: [PATCH] Autosave: 2024-06-24 14:00:04 --- zk/Mutations_with_Apollo_Client.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zk/Mutations_with_Apollo_Client.md b/zk/Mutations_with_Apollo_Client.md index ef8b112..8498fb1 100644 --- a/zk/Mutations_with_Apollo_Client.md +++ b/zk/Mutations_with_Apollo_Client.md @@ -1,7 +1,7 @@ --- tags: [graphql] --- - + # Mutations with Apollo Client Queries are read-only operations. Mutations are write-only operations.