GithubInfo
The GithubInfo
type provides information about a github profile.
type GithubInfo {
username: String!
gistID: String!
userID: Int!
}
Fields
username
(String
)
username
the github profile username.
gistID
(String
)
gistID
the gist ID used for verification.
userID
(Int
)
userID
the github profile user ID.