Typescript not validating included relation
This is likely due to my inexperience with typescript, but I've been trying to access a related property that I've included on a query, but for some reason typescript isn't validating that it's a valid property. I think it only has scalar properties available.
gives this error:
I'd expect prisma and/or wasp handles the types when i run
gives this error:
I'd expect prisma and/or wasp handles the types when i run
wasp db migrate-dev , is that not correct?