From ed3f1975f7ef38f67ca8666cfebc4e73a25e9476 Mon Sep 17 00:00:00 2001 From: thomasabishop Date: Mon, 24 Jun 2024 13:30:04 +0100 Subject: [PATCH] Autosave: 2024-06-24 13:30:04 --- zk/Key_characteristics_of_GraphQL.md | 1 - 1 file changed, 1 deletion(-) diff --git a/zk/Key_characteristics_of_GraphQL.md b/zk/Key_characteristics_of_GraphQL.md index ed1e750..08fe111 100644 --- a/zk/Key_characteristics_of_GraphQL.md +++ b/zk/Key_characteristics_of_GraphQL.md @@ -14,7 +14,6 @@ tags: [graphql, APIs] - GraphQL is a **query language** from which you can build APIs. It exists as an abstraction layer between a client that issues requests and a backend comprising any number of databases that responds to queries. - - Crucially, with applications that utilise GraphQL, both the backend and the frontend use the same GraphQL syntax. They speak the same language. This means that neither needs to take account of the way in which the other is