Galxe Passport Holder
Curated by
Galxe
ID Type
EVM ADDRESS
Cred Type
SUBGRAPH
Last Update Time
12/15/2024, 20:25:10
Query
query info($address: String!) { passports(where: { owner: $address issueStatus: Valid }) { id } }
Expression
function(data) { if (data.passports != null && data.passports.length > 0) { return 1 } return 0 }