From 284d40a1f6cc742d4b79483e5a1463ea6cb395c4 Mon Sep 17 00:00:00 2001
From: Pierre-Jean CHANCELLIER <paidge_cs@hotmail.com>
Date: Thu, 20 Jan 2022 09:30:29 +0100
Subject: [PATCH] moving graphQL doc

---
 README.md                              | 6 ++++--
 {doc => graphql/doc}/graphQLschema.txt | 0
 2 files changed, 4 insertions(+), 2 deletions(-)
 rename {doc => graphql/doc}/graphQLschema.txt (100%)

diff --git a/README.md b/README.md
index 296cf5d..1997f67 100644
--- a/README.md
+++ b/README.md
@@ -24,9 +24,11 @@ If you want to add your page in the menu, edit the `menus` variable in the `./la
 There is an example to use component graph lazyly in `./pages/chartjs.vue`.
 
 ### GraphQL
-The schema documentation is stored in [./doc/graphQLschema.txt](/doc/graphQLschema.txt).
 
-All conf files for Apollo Graphql are stored in `./graphql`.
+
+All files concerning Apollo Graphql are stored in `./graphql`.
+
+The schema documentation is stored in the `./graphql/doc/graphQLschema.txt` file.
 
 In `queries.js` you'll find all queries.
 
diff --git a/doc/graphQLschema.txt b/graphql/doc/graphQLschema.txt
similarity index 100%
rename from doc/graphQLschema.txt
rename to graphql/doc/graphQLschema.txt
-- 
GitLab