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

Class DeleteLinkPayload

backend/src/graphql/mutation.rs:53–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51
52#[derive(Debug, SimpleObject)]
53pub struct DeleteLinkPayload {
54 client_mutation_id: Option<String>,
55 deleted_link_id: Option<String>,
56}
57
58#[derive(Debug, InputObject)]
59pub struct DeleteSessionInput {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected