メインコンテンツまでスキップ

GitHubRepositoryInstallationEvent

No description

type GitHubRepositoryInstallationEvent {
headCommit: GitHubRepositoryInstallationEventHeadCommit!
repository: GitHubRepositoryInstallationEventRepository!
}

Fields

GitHubRepositoryInstallationEvent.headCommit ● GitHubRepositoryInstallationEventHeadCommit! non-null object

The HEAD commit of the default branch

GitHubRepositoryInstallationEvent.repository ● GitHubRepositoryInstallationEventRepository! non-null object

The repository where the event occurred.

Implemented by

GitHubEvent union