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 cid = $1\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 ]
56 },
57 "nullable": [
58 false,
59 false,
60 false,
61 false,
62 false,
63 false,
64 false,
65 true,
66 false
67 ]
68 },
69 "hash": "10bfde55d646787e5bb669f822b8d034e3c700e3bd95a7cdb206e13cd855c45e"
70}