From be8c82974fbf43608a72e79fca66042012b7622d Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Mon, 19 Dec 2022 22:22:48 +0400 Subject: [PATCH] Fix GraphQL FE and BE implementations --- .../roadmaps/116-graphql/content-paths.json | 14 +++++++------- .../100-relay.md | 0 .../101-apollo-client.md | 0 .../102-urql.md | 0 .../100-graphql-http.md | 0 .../101-graphql-yoga.md | 0 .../102-apollo-server.md | 0 .../103-mercurius.md | 0 content/roadmaps/116-graphql/meta.json | 2 +- public/project/graphql.json | 18 +++++++++--------- public/sitemap.xml | 2 +- 11 files changed, 18 insertions(+), 18 deletions(-) rename content/roadmaps/116-graphql/content/{109-backend-implementations => 108-frontend-implementations}/100-relay.md (100%) rename content/roadmaps/116-graphql/content/{109-backend-implementations => 108-frontend-implementations}/101-apollo-client.md (100%) rename content/roadmaps/116-graphql/content/{109-backend-implementations => 108-frontend-implementations}/102-urql.md (100%) rename content/roadmaps/116-graphql/content/{108-frontend-implementations => 109-backend-implementations}/100-graphql-http.md (100%) rename content/roadmaps/116-graphql/content/{108-frontend-implementations => 109-backend-implementations}/101-graphql-yoga.md (100%) rename content/roadmaps/116-graphql/content/{108-frontend-implementations => 109-backend-implementations}/102-apollo-server.md (100%) rename content/roadmaps/116-graphql/content/{108-frontend-implementations => 109-backend-implementations}/103-mercurius.md (100%) diff --git a/content/roadmaps/116-graphql/content-paths.json b/content/roadmaps/116-graphql/content-paths.json index 8abb21b1e..0c2fd1c45 100644 --- a/content/roadmaps/116-graphql/content-paths.json +++ b/content/roadmaps/116-graphql/content-paths.json @@ -55,12 +55,12 @@ "serving-over-internet:graphql-over-sse:authorization": "/roadmaps/116-graphql/content/106-serving-over-internet/102-graphql-over-sse/100-authorization.md", "pagination": "/roadmaps/116-graphql/content/107-pagination.md", "frontend-implementations": "/roadmaps/116-graphql/content/108-frontend-implementations/readme.md", - "frontend-implementations:graphql-http": "/roadmaps/116-graphql/content/108-frontend-implementations/100-graphql-http.md", - "frontend-implementations:graphql-yoga": "/roadmaps/116-graphql/content/108-frontend-implementations/101-graphql-yoga.md", - "frontend-implementations:apollo-server": "/roadmaps/116-graphql/content/108-frontend-implementations/102-apollo-server.md", - "frontend-implementations:mercurius": "/roadmaps/116-graphql/content/108-frontend-implementations/103-mercurius.md", + "frontend-implementations:relay": "/roadmaps/116-graphql/content/108-frontend-implementations/100-relay.md", + "frontend-implementations:apollo-client": "/roadmaps/116-graphql/content/108-frontend-implementations/101-apollo-client.md", + "frontend-implementations:urql": "/roadmaps/116-graphql/content/108-frontend-implementations/102-urql.md", "backend-implementations": "/roadmaps/116-graphql/content/109-backend-implementations/readme.md", - "backend-implementations:relay": "/roadmaps/116-graphql/content/109-backend-implementations/100-relay.md", - "backend-implementations:apollo-client": "/roadmaps/116-graphql/content/109-backend-implementations/101-apollo-client.md", - "backend-implementations:urql": "/roadmaps/116-graphql/content/109-backend-implementations/102-urql.md" + "backend-implementations:graphql-http": "/roadmaps/116-graphql/content/109-backend-implementations/100-graphql-http.md", + "backend-implementations:graphql-yoga": "/roadmaps/116-graphql/content/109-backend-implementations/101-graphql-yoga.md", + "backend-implementations:apollo-server": "/roadmaps/116-graphql/content/109-backend-implementations/102-apollo-server.md", + "backend-implementations:mercurius": "/roadmaps/116-graphql/content/109-backend-implementations/103-mercurius.md" } \ No newline at end of file diff --git a/content/roadmaps/116-graphql/content/109-backend-implementations/100-relay.md b/content/roadmaps/116-graphql/content/108-frontend-implementations/100-relay.md similarity index 100% rename from content/roadmaps/116-graphql/content/109-backend-implementations/100-relay.md rename to content/roadmaps/116-graphql/content/108-frontend-implementations/100-relay.md diff --git a/content/roadmaps/116-graphql/content/109-backend-implementations/101-apollo-client.md b/content/roadmaps/116-graphql/content/108-frontend-implementations/101-apollo-client.md similarity index 100% rename from content/roadmaps/116-graphql/content/109-backend-implementations/101-apollo-client.md rename to content/roadmaps/116-graphql/content/108-frontend-implementations/101-apollo-client.md diff --git a/content/roadmaps/116-graphql/content/109-backend-implementations/102-urql.md b/content/roadmaps/116-graphql/content/108-frontend-implementations/102-urql.md similarity index 100% rename from content/roadmaps/116-graphql/content/109-backend-implementations/102-urql.md rename to content/roadmaps/116-graphql/content/108-frontend-implementations/102-urql.md diff --git a/content/roadmaps/116-graphql/content/108-frontend-implementations/100-graphql-http.md b/content/roadmaps/116-graphql/content/109-backend-implementations/100-graphql-http.md similarity index 100% rename from content/roadmaps/116-graphql/content/108-frontend-implementations/100-graphql-http.md rename to content/roadmaps/116-graphql/content/109-backend-implementations/100-graphql-http.md diff --git a/content/roadmaps/116-graphql/content/108-frontend-implementations/101-graphql-yoga.md b/content/roadmaps/116-graphql/content/109-backend-implementations/101-graphql-yoga.md similarity index 100% rename from content/roadmaps/116-graphql/content/108-frontend-implementations/101-graphql-yoga.md rename to content/roadmaps/116-graphql/content/109-backend-implementations/101-graphql-yoga.md diff --git a/content/roadmaps/116-graphql/content/108-frontend-implementations/102-apollo-server.md b/content/roadmaps/116-graphql/content/109-backend-implementations/102-apollo-server.md similarity index 100% rename from content/roadmaps/116-graphql/content/108-frontend-implementations/102-apollo-server.md rename to content/roadmaps/116-graphql/content/109-backend-implementations/102-apollo-server.md diff --git a/content/roadmaps/116-graphql/content/108-frontend-implementations/103-mercurius.md b/content/roadmaps/116-graphql/content/109-backend-implementations/103-mercurius.md similarity index 100% rename from content/roadmaps/116-graphql/content/108-frontend-implementations/103-mercurius.md rename to content/roadmaps/116-graphql/content/109-backend-implementations/103-mercurius.md diff --git a/content/roadmaps/116-graphql/meta.json b/content/roadmaps/116-graphql/meta.json index ec5e61bf4..d50a59ba2 100644 --- a/content/roadmaps/116-graphql/meta.json +++ b/content/roadmaps/116-graphql/meta.json @@ -40,4 +40,4 @@ "angular" ], "contentPathsFilePath": "./content-paths.json" -} +} \ No newline at end of file diff --git a/public/project/graphql.json b/public/project/graphql.json index b6b050fa7..39a263316 100644 --- a/public/project/graphql.json +++ b/public/project/graphql.json @@ -1170,7 +1170,7 @@ "measuredW": "150", "measuredH": "100", "x": "279", - "y": "1626", + "y": "1675", "properties": { "curvature": "0", "leftArrow": "false", @@ -1200,7 +1200,7 @@ "measuredW": "150", "measuredH": "100", "x": "608", - "y": "1674", + "y": "1626", "properties": { "curvature": "0", "leftArrow": "false", @@ -4443,7 +4443,7 @@ "x": "125", "y": "1648", "properties": { - "controlName": "100-frontend-implementations:graphql-http" + "controlName": "100-backend-implementations:graphql-http" }, "children": { "controls": { @@ -4490,7 +4490,7 @@ "x": "125", "y": "1697", "properties": { - "controlName": "101-frontend-implementations:graphql-yoga" + "controlName": "101-backend-implementations:graphql-yoga" }, "children": { "controls": { @@ -4537,7 +4537,7 @@ "x": "125", "y": "1746", "properties": { - "controlName": "102-frontend-implementations:apollo-server" + "controlName": "102-backend-implementations:apollo-server" }, "children": { "controls": { @@ -4584,7 +4584,7 @@ "x": "125", "y": "1796", "properties": { - "controlName": "103-frontend-implementations:mercurius" + "controlName": "103-backend-implementations:mercurius" }, "children": { "controls": { @@ -4631,7 +4631,7 @@ "x": "744", "y": "1645", "properties": { - "controlName": "100-backend-implementations:relay" + "controlName": "100-frontend-implementations:relay" }, "children": { "controls": { @@ -4678,7 +4678,7 @@ "x": "744", "y": "1694", "properties": { - "controlName": "101-backend-implementations:apollo-client" + "controlName": "101-frontend-implementations:apollo-client" }, "children": { "controls": { @@ -4725,7 +4725,7 @@ "x": "744", "y": "1743", "properties": { - "controlName": "102-backend-implementations:urql" + "controlName": "102-frontend-implementations:urql" }, "children": { "controls": { diff --git a/public/sitemap.xml b/public/sitemap.xml index f2be2c64a..6d92e2193 100644 --- a/public/sitemap.xml +++ b/public/sitemap.xml @@ -123,7 +123,7 @@ https://roadmap.sh/graphql monthly - 2022-12-12T14:06:04.306Z + 2022-12-19T18:21:56.429Z 1.0