mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-14 17:02:49 +03:00
update json2graphql readme (#761)
This commit is contained in:
parent
67168b3632
commit
fc844bef01
@ -37,7 +37,7 @@ This is A CLI tool to import a schema and data to Postgres using JSON data. You
|
||||
$ json2graphql https://<app-name>.herokuapp.com --db=./path/to/db.js
|
||||
```
|
||||
|
||||
4. That's it. You can go your HGE URL `https://<app-name>.herokuapp.com` and start querying this data over GraphQL:
|
||||
4. That's it. You can go to your HGE URL `https://<app-name>.herokuapp.com` and start querying this data over GraphQL:
|
||||
|
||||
```graphql
|
||||
query {
|
||||
@ -194,4 +194,4 @@ If your Postgres already contains tables that you are trying to import using `js
|
||||
If you want to overwrite the existing tables in the database with the new tables from your sample JSON database, you must provide a flag `-o` or `--overwrite`
|
||||
|
||||
---
|
||||
Maintained with :heart: by <a href="https://hasura.io">Hasura</a>
|
||||
Maintained with :heart: by <a href="https://hasura.io">Hasura</a>
|
||||
|
Loading…
Reference in New Issue
Block a user