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.
1 parent ddbd376 commit e63519eCopy full SHA for e63519e
README.md
@@ -42,6 +42,7 @@ json-graphql-server db.js
42
```
43
44
To use a port other than 3000, you can run `json-graphql-server db.js --p <your port here>`
45
+To use a host other than localhost, you can run `json-graphql-server db.js --h <your port here>`
46
47
Now you can query your data in graphql. For instance, to issue the following query:
48
0 commit comments