relay filter/appview bootstrap
1{
2 "db_name": "PostgreSQL",
3 "query": "\n SELECT uri, cid, collection, creator_did, created_at, indexed_at, data, target_did, ref_cids\n FROM record\n WHERE collection = $1 AND creator_did = $2 AND indexed_at < $3\n ORDER BY indexed_at DESC\n LIMIT $4\n ",
4 "describe": {
5 "columns": [
6 {
7 "ordinal": 0,
8 "name": "uri",
9 "type_info": "Text"
10 },
11 {
12 "ordinal": 1,
13 "name": "cid",
14 "type_info": "Text"
15 },
16 {
17 "ordinal": 2,
18 "name": "collection",
19 "type_info": "Text"
20 },
21 {
22 "ordinal": 3,
23 "name": "creator_did",
24 "type_info": "Text"
25 },
26 {
27 "ordinal": 4,
28 "name": "created_at",
29 "type_info": "Timestamptz"
30 },
31 {
32 "ordinal": 5,
33 "name": "indexed_at",
34 "type_info": "Timestamptz"
35 },
36 {
37 "ordinal": 6,
38 "name": "data",
39 "type_info": "Jsonb"
40 },
41 {
42 "ordinal": 7,
43 "name": "target_did",
44 "type_info": "Text"
45 },
46 {
47 "ordinal": 8,
48 "name": "ref_cids",
49 "type_info": "TextArray"
50 }
51 ],
52 "parameters": {
53 "Left": [
54 "Text",
55 "Text",
56 "Timestamptz",
57 "Int8"
58 ]
59 },
60 "nullable": [
61 false,
62 false,
63 false,
64 false,
65 false,
66 false,
67 false,
68 true,
69 false
70 ]
71 },
72 "hash": "763e8ff802d925e26afc798d1db7d41f68610e2b3ac8082f90507bfe948b42c4"
73}