| 31 | |
| 32 | #[derive(Debug, InputObject)] |
| 33 | pub struct DeleteAccountInput { |
| 34 | client_mutation_id: Option<String>, |
| 35 | user_id: ID, |
| 36 | } |
| 37 | |
| 38 | #[derive(Debug, SimpleObject)] |
| 39 | pub struct DeleteAccountPayload { |
nothing calls this directly
no outgoing calls
no test coverage detected