not getting proper type inference on any queries
i'm trying to get
jobs
with companies
using drizzle queries
but for some reason the type of jobs
does not have the company
property: Property 'company' does not exist on type '...'
i have made sure to define the relation in my schema file
using drizzle-orm 0.29.3
1 Reply
Hey I got the same issue, did you resolve this?