File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -3,11 +3,16 @@ Framework for generating an [Apollo GraphQL](https://www.apollographql.com/) bas
3
3
backed by a configurable database.
4
4
5
5
# Try it out
6
- The example is based on a simplified version of the Star Wars GrapQL schema and requires an running
6
+ The example is based on a simplified version of the Star Wars GraphQL schema and requires a running
7
7
instance of ArangoDB.
8
8
``` bash
9
- $ ./build.sh
10
- $ cd bin/woosh-server/
9
+ $ sh ./woo.sh --input example/db-schema/ \
10
+ --output ./generated-example-server \
11
+ --config example/config.yml \
12
+ --driver arangodb \
13
+ --custom-api-schema example/custom-api-schema.graphql \
14
+ --custom-resolvers example/custom-resolvers.js
15
+
11
16
$ npm server.js
12
17
13
18
Waiting for ArangoDB to become available at http://localhost:8529
You can’t perform that action at this time.
0 commit comments