MCPcopy Create free account
hub / github.com/emwalker/digraph / DeleteLinkInput

Class DeleteLinkInput

backend/src/graphql/mutation.rs:46–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44
45#[derive(Debug, InputObject)]
46pub struct DeleteLinkInput {
47 client_mutation_id: Option<String>,
48 link_id: String,
49 repo_id: String,
50}
51
52#[derive(Debug, SimpleObject)]
53pub struct DeleteLinkPayload {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected