πSubgraph
Network
Subgraph
Get a list of communities
{
rafts(where: {totalSpecsCount_gt: 0}) {
id
metadata {
name
}
totalSpecsCount
totalBadgesCount
specs {
metadata {
name
}
totalBadgesCount
}
}
}Get active badges of a community
Get all the badge specs of a community
Get all the owners of a badge
Get badges owned by an address
Check if an address owns a certain badge
Last updated