non-fungible-apps/subgraph/examples/query/package.json

12 lines
290 B
JSON

{
"name": "query-examples",
"version": "0.0.1",
"description": "Examples that query the Fleek NFA subgraph using the graphql-client package.",
"main": "main.ts",
"author": "Nima Rasooli",
"license": "MIT",
"devDependencies": {
"@graphprotocol/client-cli": "^2.2.16"
}
}