@krebitdao/reputation-passport
Version:
Krebit SDK for Verified Credentials
2 lines • 473 B
TypeScript
export declare const erc20Balances = "\n query Erc20Balances(\n $first: Int\n $skip: Int\n $orderBy: ERC20Balance_orderBy\n $orderDirection: OrderDirection\n $where: ERC20Balance_filter\n ) {\n erc20Balances(\n first: $first\n skip: $skip\n orderBy: $orderBy\n orderDirection: $orderDirection\n where: $where\n ) {\n account {\n id\n }\n value\n }\n }\n";
//# sourceMappingURL=erc20Balances.d.ts.map