Network
gnosis
Subgraph ID
DMyWaB—EdkcVn
Deployment ID
QmPtzE—7JBaga
Query URL
/subgraphs/id/DMyWaB—EdkcVn
85.8K Queries (Past 30D)
933.8 Signal
Updated 2 months ago
- Network
- Subgraph ID
- Deployment ID
- Query URL
- Index Status
xxxxxxxxxx
{
alliances(first: 5) {
id
frontendURI
members {
id
}
}
allianceOwnerPairs(first: 5) {
id
owner {
id
}
alliance {
id
}
}
}
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/DMyWaB7NviHnLi1PqCwm7ekySB2K4uXgvJ3sCPEdkcVn
bash
curl -X POST \ -H "Content-Type: application/json" \ -H "Authorization: Bearer {api-key}" \ -d '{"query": "{ alliances(first: 5) { id frontendURI members { id } } allianceOwnerPairs(first: 5) { id owner { id } alliance { id } } }", "operationName": "Subgraphs", "variables": {}}' \ https://gateway.thegraph.com/api/subgraphs/id/DMyWaB7NviHnLi1PqCwm7ekySB2K4uXgvJ3sCPEdkcVn