GitHubInstallation
No description
type GitHubInstallation {
id: ID!
appId: Int!
account: GitHubUser!
repositorySelection: String!
repositories: [GitHubRepository!]
}
No description
type GitHubInstallation {
id: ID!
appId: Int!
account: GitHubUser!
repositorySelection: String!
repositories: [GitHubRepository!]
}
GitHubInstallation.id
● ID!
non-null scalarGitHubInstallation.appId
● Int!
non-null scalarGitHubInstallation.account
● GitHubUser!
non-null objectGitHubInstallation.repositorySelection
● String!
non-null scalarGitHubInstallation.repositories
● [GitHubRepository!]
list object