Skip to content

Commit

Permalink
Fix link in 'Installation of GraphQL'
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosimbuerger committed Jul 10, 2024
1 parent e92df5d commit cfce481
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/post/2024/04/drupal-graphql-installation/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit cfce481

Please sign in to comment.