KNN3 GraphX API Quick Start
GraphX: a real-time and flexible Web3 relationship graph network designed for graph-based queries
Introduction
Start with your first query
query {
addrs(where:{address:"0xae89ad222e67205e8d947f131fdc9fa139828745"}) {
address
holdNfts {
contract
imageUrl
symbol
}
}
}Limit
Pagination
Aggregate Query
Last updated