Network
geo
Subgraph ID
DDKLyf—FMoHNK
Deployment ID
QmWbJd—AB9HB4
Query URL
/subgraphs/id/DDKLyf—FMoHNK
0 Signal
Updated 9 months ago
- Network
- Subgraph ID
- Deployment ID
- Query URL
- Index Status
xxxxxxxxxx
{
accounts(first: 5) {
nodeId
id
entitiesByCreatedById {
id
}
onchainProfiles {
id
}
}
accountsConnections(first: 5) {
nodes {
id
}
edges {
id
}
pageInfo {
id
}
totalCount
}
}
1
x
{
"errors": [
{
"message": "subgraph not found: no allocations"
}
]
}
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/DDKLyfMiZCM4neSvqZeWzHRAgCko81WKJAHrVbFMoHNK
bash
curl -X POST \ -H "Content-Type: application/json" \ -H "Authorization: Bearer {api-key}" \ -d '{"query": "{ accounts(first: 5) { nodeId id entitiesByCreatedById { id } onchainProfiles { id } } accountsConnections(first: 5) { nodes { id } edges { id } pageInfo { id } totalCount } }", "operationName": "Subgraphs", "variables": {}}' \ https://gateway.thegraph.com/api/subgraphs/id/DDKLyfMiZCM4neSvqZeWzHRAgCko81WKJAHrVbFMoHNK