mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-22 17:02:58 +02:00
Fix GraphQL FE and BE implementations
This commit is contained in:
@@ -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"
|
||||
}
|
@@ -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": {
|
||||
|
@@ -123,7 +123,7 @@
|
||||
<url>
|
||||
<loc>https://roadmap.sh/graphql</loc>
|
||||
<changefreq>monthly</changefreq>
|
||||
<lastmod>2022-12-12T14:06:04.306Z</lastmod>
|
||||
<lastmod>2022-12-19T18:21:56.429Z</lastmod>
|
||||
<priority>1.0</priority>
|
||||
</url>
|
||||
<url>
|
||||
|
Reference in New Issue
Block a user