| 3 |
"query": "SELECT id,\n chat_policy AS \"policy: ChatPolicy\",\n state AS \"state: CommunityState\",\n (suspended_at IS NOT NULL) AS \"suspended!\",\n chat_retention_hours AS retention_hours,\n chat_max_messages AS max_messages\n FROM communities\n WHERE slug = $1", |