| 51 | |
| 52 | #[derive(Debug, SimpleObject)] |
| 53 | pub struct DeleteLinkPayload { |
| 54 | client_mutation_id: Option<String>, |
| 55 | deleted_link_id: Option<String>, |
| 56 | } |
| 57 | |
| 58 | #[derive(Debug, InputObject)] |
| 59 | pub struct DeleteSessionInput { |
nothing calls this directly
no outgoing calls
no test coverage detected