| 24 | |
| 25 | #[derive(Debug, SimpleObject)] |
| 26 | pub struct CreateSessionPayload { |
| 27 | alerts: Vec<alert::Alert>, |
| 28 | user_edge: Option<UserEdge>, |
| 29 | session_edge: Option<SessionEdge>, |
| 30 | } |
| 31 | |
| 32 | #[derive(Debug, InputObject)] |
| 33 | pub struct DeleteAccountInput { |
nothing calls this directly
no outgoing calls
no test coverage detected