From cfce481167b8b1f677835c7da30990e166b139ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marco=20Simb=C3=BCrger?= Date: Wed, 10 Jul 2024 08:59:50 +0200 Subject: [PATCH] Fix link in 'Installation of GraphQL' --- content/post/2024/04/drupal-graphql-installation/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/post/2024/04/drupal-graphql-installation/index.md b/content/post/2024/04/drupal-graphql-installation/index.md index fe818d8..c7e549e 100644 --- a/content/post/2024/04/drupal-graphql-installation/index.md +++ b/content/post/2024/04/drupal-graphql-installation/index.md @@ -33,7 +33,7 @@ When the installation is done you will see the following screen. To reach the GraphQL part follow this path: `System administration > Configuration > Web services > GraphQL` (/admin/config/graphql) -There you need to create a new server (for example movies, books, articles, etc), choose your schema (in [the next blog post](/drupal-graphql-how-to-create-a-new-schema) we will see how to create a custom schema, but for the moment stick with the default one). +There you need to create a new server (for example movies, books, articles, etc), choose your schema (in [the next blog post](/post/2024/05/drupal-graphql-how-to-create-a-new-schema/) we will see how to create a custom schema, but for the moment stick with the default one). Once you are done with that, click on **Save** and then return to the just created server by using the **Edit** option.