@@ -5,23 +5,23 @@ GraphQL IDE module is used to add GraphQL IDE functionality into Tarantool Cartr
5
5
Based on:
6
6
7
7
- [ Tarantool 1.10.x or 2.x.x] ( https://www.tarantool.io/en/download/ )
8
- - [ Tarantool Cartridge 2.4 .0+] ( https://github.com/tarantool/cartridge ) (optional, module can work without Tarantool Cartridge)
9
- - [ Tarantool Frontend Core 7.11 .0] ( https://github.com/tarantool/frontend-core )
8
+ - [ Tarantool Cartridge 2.6 .0+] ( https://github.com/tarantool/cartridge ) (optional, module can work without Tarantool Cartridge)
9
+ - [ Tarantool Frontend Core 7.12 .0] ( https://github.com/tarantool/frontend-core )
10
10
- [ Tarantool Http 1.1.0] ( https://github.com/tarantool/http/tree/1.1.0 )
11
- - [ GraphiQL 1.4.2 ] ( https://github.com/graphql/graphiql )
11
+ - [ GraphiQL 1.4.6 ] ( https://github.com/graphql/graphiql )
12
12
- [ GraphiQL Explorer 0.6.3] ( https://github.com/OneGraph/graphiql-explorer )
13
13
14
14
GraphQL IDE interface:
15
15
16
- ![ GraphQL IDE] ( https://github.com/no1seman /graphqlide/blob/master/resources/graphqlide.jpg " GraphQL IDE ")
16
+ ![ GraphQL IDE] ( https://github.com/tarantool /graphqlide/blob/master/resources/graphqlide.jpg " GraphQL IDE ")
17
17
18
18
## Install pre-built rock
19
19
20
20
Simply run from the root of Tarantool Cartridge App root the following:
21
21
22
22
``` sh
23
23
cd < tarantool-cartridge-application-dir>
24
- tarantoolctl rocks install https://github.com/no1seman/ graphqlide/releases/download/0.0.14/graphqlide-0.0.14-1.all.rock
24
+ tarantoolctl rocks install graphqlide
25
25
```
26
26
27
27
## Lua API
@@ -313,7 +313,7 @@ To build rock you will need the following to be installed:
313
313
### Clone repo and install nodejs modules
314
314
315
315
``` sh
316
- git clone
[email protected] :
no1seman /graphqlide.git graphqlide
316
+ git clone
[email protected] :
tarantool /graphqlide.git graphqlide
317
317
cd graphqlide
318
318
npm i
319
319
```
@@ -329,7 +329,7 @@ Also you can use `npm run build-rock` to build the rock.
329
329
330
330
After build completion you will get:
331
331
332
- - packed graphqlide rock: ` graphqlide/graphqlide-0.0.12 -1.all.rock `
332
+ - packed graphqlide rock: ` graphqlide/graphqlide-scm -1.all.rock `
333
333
- graphqlide rock installed to: graphqlide/.rocks/tarantool
334
334
335
335
### Install built rock
@@ -338,7 +338,7 @@ Simply run from the root of Tarantool Cartridge App root the following:
338
338
339
339
``` sh
340
340
cd < Tarantool Cartridge application dir>
341
- tarantoolctl rocks install < path_to_rock_file> /graphqlide-0.0.12 -1.all.rock
341
+ tarantoolctl rocks install < path_to_rock_file> /graphqlide-scm -1.all.rock
342
342
```
343
343
344
344
## Development
0 commit comments