Network
fuse
Subgraph ID
GJykU4—WVEAUB
Deployment ID
QmNiwk—C9u9vs
Query URL
/subgraphs/id/GJykU4—WVEAUB
471 Queries (Past 30D)
1.7 Signal
Updated 10 months ago
- Network
- Subgraph ID
- Deployment ID
- Query URL
- Index Status
xxxxxxxxxx
{
systemInfos(first: 5) {
id
userCount
}
}
1
x
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/GJykU4wWuiFGXCCbekY6jdwCyCV91NCZgthvrsWVEAUB
bash
curl -X POST \ -H "Content-Type: application/json" \ -H "Authorization: Bearer {api-key}" \ -d '{"query": "{ systemInfos(first: 5) { id userCount } }", "operationName": "Subgraphs", "variables": {}}' \ https://gateway.thegraph.com/api/subgraphs/id/GJykU4wWuiFGXCCbekY6jdwCyCV91NCZgthvrsWVEAUB