0 Signal
Updated a year ago
- Network
- Subgraph ID
- Deployment ID
- Query URL
xxxxxxxxxx
{
projects(first: 5) {
id
projectId
active
additionalPayee
}
projectScripts(first: 5) {
id
index
project {
id
}
script
}
}
1
x
{
"errors": [
{
"message": "subgraph not found: QmXCb4AJu25yEZaqPbSVM1GapoMg8WRT3EaVctk6dDVbjk"
}
]
}
Query quick start
The production url for querying this Subgraph on the decentralized network.
Query url format
{base_url}
/api
/subgraphs/id/
{subgraph_id}
- Api key
- Base URL
- Subgraph id
Query URL
https://gateway.thegraph.com/api/subgraphs/id/9Adb6tGrHueFmfvYw7XXvC7VF6L55a2eWrULAWeyb7jd
bash
curl -X POST \ -H "Content-Type: application/json" \ -H "Authorization: Bearer {api-key}" \ -d '{"query": "{ projects(first: 5) { id projectId active additionalPayee } projectScripts(first: 5) { id index project { id } script } }", "operationName": "Subgraphs", "variables": {}}' \ https://gateway.thegraph.com/api/subgraphs/id/9Adb6tGrHueFmfvYw7XXvC7VF6L55a2eWrULAWeyb7jd