| 44 | |
| 45 | #[derive(Debug, InputObject)] |
| 46 | pub struct DeleteLinkInput { |
| 47 | client_mutation_id: Option<String>, |
| 48 | link_id: String, |
| 49 | repo_id: String, |
| 50 | } |
| 51 | |
| 52 | #[derive(Debug, SimpleObject)] |
| 53 | pub struct DeleteLinkPayload { |
nothing calls this directly
no outgoing calls
no test coverage detected