Skip to content

Commit 8490707

Browse files
committed
2 parents 4f809ed + 9e0eb0d commit 8490707

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

README.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,21 @@
11
# GraphQL
22
GraphQL implementation for Caché
33

4-
Import/Export in UDL https://github.com/intersystems-ru/cache-udl
4+
## 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+
- Namespace - your targen namescape, f.e. `SAMPLES`
18+
- CSP Files Physical Path - f.e. `C:\InterSystems\GraphiQL\`
19+
20+
21+

0 commit comments

Comments
 (0)