Network
moonbeam
Subgraph ID
C2axBp—HAKerh
Deployment ID
QmW13u—qq1jWW
Query URL
/subgraphs/id/C2axBp—HAKerh
0 Signal
Updated 2 months ago
- Network
- Subgraph ID
- Deployment ID
- Query URL
- Index Status
xxxxxxxxxx
{
organizations(first: 5) {
id
token
delegates {
id
}
delegators {
id
}
}
users(first: 5) {
id
delegateorganizations {
id
}
delegatororganizations {
id
}
}
}
1
x
Query quick start
The production url for querying this Subgraph on the decentralized network.
Query url format
{base_url}
/api/
{api-key}
/subgraphs/id/
{subgraph_id}
- Api key
- Base URL
- Subgraph id
Query URL format
https://gateway.thegraph.com/api/{api-key}/subgraphs/id/C2axBp4YtH7uN3258DAPR5QVTCAdPEj9EV5XEyHAKerh
bash
curl -X POST \ -H "Content-Type: application/json" \ -d '{"query": "{ organizations(first: 5) { id token delegates { id } delegators { id } } users(first: 5) { id delegateorganizations { id } delegatororganizations { id } } }", "operationName": "Subgraphs", "variables": {}}' \ https://gateway.thegraph.com/api/{api-key}/subgraphs/id/C2axBp4YtH7uN3258DAPR5QVTCAdPEj9EV5XEyHAKerh