From 1eab4c5cd28475c7b42eac35f0a55bf0e2b33e77 Mon Sep 17 00:00:00 2001 From: Ahmed Tarek Date: Fri, 7 Dec 2018 12:21:38 +0200 Subject: [PATCH 1/2] =?UTF-8?q?=E2=9C=A8=20add=20graphql?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 1249871..25508cc 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ Please read the [contribution guidelines](contributing.md) or the [creating a li - [EmberJS](#emberjs) - [Erlang](#erlang) - [Golang](#golang) + - [Graphql](#graphql) - [HTML](#html) - [Ionic](#ionic) - [iOS](#ios) @@ -186,6 +187,11 @@ Please read the [contribution guidelines](contributing.md) or the [creating a li * [Solutions for some basic coding interview tasks written in Go](https://github.com/efischer19/golang_ctci) * [Top 20 GO Programming Interview Questions for both freshers and experienced developers](http://career.guru99.com/top-20-go-programming-interview-questions/) +### Graphql + +* [8 GraphQL Interview Questions To Know](https://www.fullstack.cafe/blog/5-graphql-interview-questions-you-should-know) +* [How to Graphql - Common Questions](https://www.howtographql.com/advanced/5-common-questions/) + ### HTML * [10 Typical HTML Interview Exercises from SitePoint.com](http://www.sitepoint.com/10-typical-html-interview-exercises/) From cde9e91a5e8647ee8919dcfb34f5e8f6e42702b9 Mon Sep 17 00:00:00 2001 From: Ahmed Tarek Date: Tue, 8 Jan 2019 15:22:44 +0200 Subject: [PATCH 2/2] =?UTF-8?q?=E2=9C=8F=EF=B8=8FUnify=20GraphQl=20spellin?= =?UTF-8?q?g?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 25508cc..3e68a94 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Please read the [contribution guidelines](contributing.md) or the [creating a li - [EmberJS](#emberjs) - [Erlang](#erlang) - [Golang](#golang) - - [Graphql](#graphql) + - [GraphQl](#graphql) - [HTML](#html) - [Ionic](#ionic) - [iOS](#ios) @@ -187,10 +187,10 @@ Please read the [contribution guidelines](contributing.md) or the [creating a li * [Solutions for some basic coding interview tasks written in Go](https://github.com/efischer19/golang_ctci) * [Top 20 GO Programming Interview Questions for both freshers and experienced developers](http://career.guru99.com/top-20-go-programming-interview-questions/) -### Graphql +### GraphQl -* [8 GraphQL Interview Questions To Know](https://www.fullstack.cafe/blog/5-graphql-interview-questions-you-should-know) -* [How to Graphql - Common Questions](https://www.howtographql.com/advanced/5-common-questions/) +* [8 GraphQl Interview Questions To Know](https://www.fullstack.cafe/blog/5-graphql-interview-questions-you-should-know) +* [How to GraphQl - Common Questions](https://www.howtographql.com/advanced/5-common-questions/) ### HTML