Skip to content

Files

Latest commit

author
Sotatek-TanHoang
Mar 21, 2022
29b4e30 · Mar 21, 2022

History

History

query

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Feb 5, 2021
Mar 21, 2022
Mar 10, 2021
Feb 5, 2021
Feb 10, 2022
Dec 16, 2021
Nov 4, 2021
Feb 17, 2021
Feb 5, 2021
Mar 10, 2021
Mar 21, 2022
Feb 5, 2021
Feb 9, 2022

@subql/query

run an app

for quickly setup all the required environment variables, add .env file in the query folder with content look like:

DB_HOST=localhost
DB_PORT=5432
DB_USER=postgres
DB_PASS=postgres
DB_DATABASE=postgres

then run the follow command

$ NODE_OPTIONS="-r dotenv/config" yarn start -- --name <subuqery_name> --playground