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

Class DeleteAccountInput

backend/src/graphql/mutation.rs:33–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31
32#[derive(Debug, InputObject)]
33pub struct DeleteAccountInput {
34 client_mutation_id: Option<String>,
35 user_id: ID,
36}
37
38#[derive(Debug, SimpleObject)]
39pub struct DeleteAccountPayload {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected