relay filter/appview bootstrap
1{
2 "db_name": "PostgreSQL",
3 "query": "\n INSERT INTO account (did, handle, created_at)\n VALUES ($1, $2, $3)\n ON CONFLICT (did) DO NOTHING\n ",
4 "describe": {
5 "columns": [],
6 "parameters": {
7 "Left": [
8 "Text",
9 "Text",
10 "Timestamptz"
11 ]
12 },
13 "nullable": []
14 },
15 "hash": "adefe01bb311389a378b5598649524fac0d58af8319626e1cadb3b8105764b3e"
16}