Automattic / Automattic/wordpress-rs
`#[derive(WpDerivedRequest)]` filtered fields will not work for wrapper types such as `UserDeleteResponse`
Open
Rust
- Dominant language
- Rust
- Stars
- 36
- Forks
- 5
- Avg merge
- 17h 30m
- Merged PRs (30d)
- 43
Description
`UserDeleteResponse` is hardcoded to have a `UserWithEditContext`, however if we want to be able to filter the fields, we won't be able to parse the result into `UserWithEditContext` as some of the fields might be missing.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.