No query result types
When i'm doing
this.conn is
But if i specify
, it shows
How can I fix this, I want to see all fields in autocomplete
this.conn.query.organizations.findMany({}) there is no autocomplete for organizations columns, it shows only relations (restaurants)this.conn is
PostgresJsDatabase<typeof schema>But if i specify
, it shows
id in autocompleteHow can I fix this, I want to see all fields in autocomplete

