Skip to content

Latest commit

 

History

History
executable file
·
27 lines (20 loc) · 329 Bytes

README.md

File metadata and controls

executable file
·
27 lines (20 loc) · 329 Bytes

Build and deploy for onex-testnet-5

yarn install
yarn run prepare:onex-testnet-5
yarn run codegen
yarn run create-local
yarn run deploy-local

Open GraphQL UI

http://0.0.0.0:8000/subgraphs/name/mgraph/graphql

Playground example

Example:

Request:

{
    orders(first: 10) {
        id
    }
}