Network
gnosis
Subgraph ID
A9cvpE—pKChNa
Deployment ID
QmcvQm—2caP6Q
Query URL
/subgraphs/id/A9cvpE—pKChNa
385.0K Queries (Past 30D)
1.9K 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/A9cvpEqyPcthPeZiEZ5Jhd3cXBp5eq5gYs94yUpKChNa
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/A9cvpEqyPcthPeZiEZ5Jhd3cXBp5eq5gYs94yUpKChNa