| 37 | |
| 38 | #[derive(Debug, SimpleObject)] |
| 39 | pub struct DeleteAccountPayload { |
| 40 | alerts: Vec<alert::Alert>, |
| 41 | client_mutation_id: Option<String>, |
| 42 | deleted_user_id: ID, |
| 43 | } |
| 44 | |
| 45 | #[derive(Debug, InputObject)] |
| 46 | pub struct DeleteLinkInput { |
nothing calls this directly
no outgoing calls
no test coverage detected