From 1a2189d86ec95e35541919e809c9764430c3d2cf Mon Sep 17 00:00:00 2001 From: doublefint Date: Fri, 29 Dec 2017 15:17:29 +0300 Subject: [PATCH 1/5] Update README.md typos --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8725793..b4411b1 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ GraphQL implementation for Caché - Name - `/graphiql` - Namespace - your target namespace, f.e. `SAMPLES` - CSP Files Physical Path - f.e. `C:\InterSystems\GraphiQL\` -## Exemple +## Example Query and Result ![sample](https://pp.userapi.com/c837337/v837337052/61752/mXbbCHhBl9M.jpg) ![sample](https://pp.userapi.com/c837337/v837337052/6173c/6elLjldPiRA.jpg) From 89524e297b5d73de5124a6e4fc84aaa796b8e4b4 Mon Sep 17 00:00:00 2001 From: Gevorg Arutiunian Date: Sun, 31 Dec 2017 18:18:01 +0900 Subject: [PATCH 2/5] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b4411b1..ef69ff6 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # GraphQL GraphQL implementation for Caché +[![Gitter](https://img.shields.io/badge/chat-on%20telegram-blue.svg)](https://t.me/joinchat/FoZ4M0Gl5vGiZ-e0HvFOUQ) + ## Install GraphQL 1) Download the [last release](https://github.com/intersystems-ru/GraphQL/releases). 2) Import it to the target Caché namespace, f.e. to `SAMPLES`. From 24f611729aed7e0819bf2b48bd7fcee870215177 Mon Sep 17 00:00:00 2001 From: Gevorg Arutiunian Date: Sun, 31 Dec 2017 18:21:27 +0900 Subject: [PATCH 3/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ef69ff6..6aed461 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # GraphQL -GraphQL implementation for Caché [![Gitter](https://img.shields.io/badge/chat-on%20telegram-blue.svg)](https://t.me/joinchat/FoZ4M0Gl5vGiZ-e0HvFOUQ) +GraphQL implementation for Caché ## Install GraphQL 1) Download the [last release](https://github.com/intersystems-ru/GraphQL/releases). 2) Import it to the target Caché namespace, f.e. to `SAMPLES`. From d80e15134bef6152ccbab483d5fceffdf3ae44ae Mon Sep 17 00:00:00 2001 From: Gevorg Arutiunian Date: Sun, 31 Dec 2017 18:25:32 +0900 Subject: [PATCH 4/5] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6aed461..6f68d92 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,9 @@ -# GraphQL +# GraphQL implementation for Caché + [![Gitter](https://img.shields.io/badge/chat-on%20telegram-blue.svg)](https://t.me/joinchat/FoZ4M0Gl5vGiZ-e0HvFOUQ) -GraphQL implementation for Caché + ## Install GraphQL 1) Download the [last release](https://github.com/intersystems-ru/GraphQL/releases). 2) Import it to the target Caché namespace, f.e. to `SAMPLES`. From d1a59f120cffa9c4e524f216f41d08f6466051c1 Mon Sep 17 00:00:00 2001 From: Gevorg Arutiunian Date: Sun, 31 Dec 2017 18:26:55 +0900 Subject: [PATCH 5/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6f68d92..d5289fc 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ - Dispatch Class - `GraphQL.REST.Main` -## Install GrapiQL +## Install GraphiQL 1) Use an [available release](https://github.com/intersystems-ru/GraphQL/releases) or [build](https://github.com/graphql/graphiql) it on your own 2) Create new web aplication: - Name - `/graphiql`