Network
celo
Subgraph ID
3iNdCk—NQag15
Deployment ID
QmZmYE—dR9G9F
Query URL
/subgraphs/id/3iNdCk—NQag15
1.0 Signal
Updated 2 months ago
- Network
- Subgraph ID
- Deployment ID
- Query URL
- Index Status
xxxxxxxxxx
{
attestations(first: 5) {
id
attester
schemaId
blockNumber
}
communityAdminChangeds(first: 5) {
id
communityUID
address
type
}
}
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/3iNdCktgvUW6xPyrfrJMg3wK4foFSs5tcRWS7rNQag15
bash
curl -X POST \ -H "Content-Type: application/json" \ -d '{"query": "{ attestations(first: 5) { id attester schemaId blockNumber } communityAdminChangeds(first: 5) { id communityUID address type } }", "operationName": "Subgraphs", "variables": {}}' \ https://gateway.thegraph.com/api/{api-key}/subgraphs/id/3iNdCktgvUW6xPyrfrJMg3wK4foFSs5tcRWS7rNQag15