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

Class CreateSessionPayload

backend/src/graphql/mutation.rs:26–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24
25#[derive(Debug, SimpleObject)]
26pub struct CreateSessionPayload {
27 alerts: Vec<alert::Alert>,
28 user_edge: Option<UserEdge>,
29 session_edge: Option<SessionEdge>,
30}
31
32#[derive(Debug, InputObject)]
33pub struct DeleteAccountInput {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected