We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4f809ed + 9e0eb0d commit 8490707Copy full SHA for 8490707
README.md
@@ -1,4 +1,21 @@
1
# GraphQL
2
GraphQL implementation for Caché
3
4
-Import/Export in UDL https://github.com/intersystems-ru/cache-udl
+## Install GraphQL
5
+1) Download the last release xml file:
6
+2) Import it to target Caché namespace, f.e. to `SAMPLES`.
7
+3) Create new web aplication:
8
+ - Name - `/`
9
+ - Namespace - your targen namescape, f.e. `SAMPLES`
10
+ - Dispatch Class - `GraphQL.REST.Main`
11
+
12
13
+## Install GrapiQL
14
+1) Use an [available release]() or [build](https://github.com/graphql/graphiql) it on your own
15
+2) Create new web aplication:
16
+ - Name - `/graphiql`
17
18
+ - CSP Files Physical Path - f.e. `C:\InterSystems\GraphiQL\`
19
20
21
0 commit comments