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

Class DeleteAccountPayload

backend/src/graphql/mutation.rs:39–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37
38#[derive(Debug, SimpleObject)]
39pub struct DeleteAccountPayload {
40 alerts: Vec<alert::Alert>,
41 client_mutation_id: Option<String>,
42 deleted_user_id: ID,
43}
44
45#[derive(Debug, InputObject)]
46pub struct DeleteLinkInput {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected