Brendonovich / prisma-client-rust

Type-safe database access for Rust
https://prisma.brendonovich.dev
Apache License 2.0
1.84k stars 108 forks source link

`upsert.include` should accept `IncludeType` #221

Closed QiroNT closed 1 year ago

QiroNT commented 1 year ago

https://github.com/Brendonovich/prisma-client-rust/blob/e12e6932be7d224410784b52143384cc9235da3b/src/queries/find_many.rs#L151-L154

https://github.com/Brendonovich/prisma-client-rust/blob/e12e6932be7d224410784b52143384cc9235da3b/src/queries/upsert.rs#L94-L97

Should be easy to fix.