this repo has no description
1{
2 "db_name": "PostgreSQL",
3 "query": "\n SELECT COUNT(*) as \"count!\"\n FROM account_delegations d\n JOIN users u ON u.did = d.controller_did\n WHERE d.delegated_did = $1\n AND d.revoked_at IS NULL\n AND u.deactivated_at IS NULL\n AND u.takedown_ref IS NULL\n ",
4 "describe": {
5 "columns": [
6 {
7 "ordinal": 0,
8 "name": "count!",
9 "type_info": "Int8"
10 }
11 ],
12 "parameters": {
13 "Left": [
14 "Text"
15 ]
16 },
17 "nullable": [
18 null
19 ]
20 },
21 "hash": "33d3ad8e4668b029a3cccfac6dda6d4612e248886fd6290aa47253c6bb325c45"
22}