| 14 | |
| 15 | #[derive(Clone, Debug, InputObject)] |
| 16 | pub struct CreateGithubSessionInput { |
| 17 | client_mutation_id: Option<String>, |
| 18 | pub github_avatar_url: String, |
| 19 | pub github_username: String, |
| 20 | pub name: String, |
| 21 | pub primary_email: String, |
| 22 | server_secret: String, |
| 23 | } |
| 24 | |
| 25 | #[derive(Debug, SimpleObject)] |
| 26 | pub struct CreateSessionPayload { |
nothing calls this directly
no outgoing calls
no test coverage detected