Kevintyj
Explore posts from serversBABetter Auth
•Created by Kevintyj on 3/27/2025 in #help
Infer additional fields for admin?
Is admin not able to infer types for additional fields like so when the types come from a plugin? I have added the InferTypes on the client plugin.
5 replies
DTDrizzle Team
•Created by Kevintyj on 3/25/2025 in #help
Relationships not working? (Simplest one-one relationship)
I can't seem to have Drizzle return the correct query when using the relationship syntax. I have the following relationship defined:
user-schema.ts
auth-schema.ts
relationship-schema.ts
but however when I query:
It returns users with no managers associated. Am I doing something wrong here? First time using drizzle!
Tysm ❤️
1 replies