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

Class CreateGithubSessionInput

backend/src/graphql/mutation.rs:16–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14
15#[derive(Clone, Debug, InputObject)]
16pub 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)]
26pub struct CreateSessionPayload {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected