Documentation
¶
Index ¶
- type MergeableState
- type PullRequestConnection
- type PullRequestReviewDecision
- type PullRequestsViewerPullRequestsNodes
- type PullRequestsViewerPullRequestsNodesCommits
- type PullRequestsViewerPullRequestsNodesCommitsNodes
- type PullRequestsViewerPullRequestsNodesCommitsNodesCommit
- type PullRequestsViewerPullRequestsNodesCommitsNodesCommitStatusCheckRollup
- type PullRequestsViewerPullRequestsNodesMergeQueueEntry
- type PullRequestsViewerPullRequestsNodesRepository
- type StatusState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MergeableState ¶
type MergeableState string
const ( MergeableState_CONFLICTING MergeableState = "CONFLICTING" MergeableState_MERGEABLE MergeableState = "MERGEABLE" MergeableState_UNKNOWN MergeableState = "UNKNOWN" )
type PullRequestConnection ¶
type PullRequestConnection struct {
Nodes *PullRequestsViewerPullRequestsNodes
}
type PullRequestReviewDecision ¶
type PullRequestReviewDecision string
const ( PullRequestReviewDecision_APPROVED PullRequestReviewDecision = "APPROVED" PullRequestReviewDecision_CHANGES_REQUESTED PullRequestReviewDecision = "CHANGES_REQUESTED" PullRequestReviewDecision_REVIEW_REQUIRED PullRequestReviewDecision = "REVIEW_REQUIRED" )
type PullRequestsViewerPullRequestsNodes ¶
type PullRequestsViewerPullRequestsNodes []*struct {
Id string
Number int
Title string
Body string
BaseRefName string
HeadRefName string
Mergeable MergeableState
ReviewDecision *PullRequestReviewDecision
Repository PullRequestsViewerPullRequestsNodesRepository
MergeQueueEntry *PullRequestsViewerPullRequestsNodesMergeQueueEntry
Commits PullRequestsViewerPullRequestsNodesCommits
}
type PullRequestsViewerPullRequestsNodesCommits ¶
type PullRequestsViewerPullRequestsNodesCommits struct {
Nodes *PullRequestsViewerPullRequestsNodesCommitsNodes
}
type PullRequestsViewerPullRequestsNodesCommitsNodes ¶
type PullRequestsViewerPullRequestsNodesCommitsNodes []*struct {
Commit PullRequestsViewerPullRequestsNodesCommitsNodesCommit
}
type PullRequestsViewerPullRequestsNodesCommitsNodesCommit ¶
type PullRequestsViewerPullRequestsNodesCommitsNodesCommit struct {
Oid string
MessageHeadline string
MessageBody string
StatusCheckRollup *PullRequestsViewerPullRequestsNodesCommitsNodesCommitStatusCheckRollup
}
type PullRequestsViewerPullRequestsNodesCommitsNodesCommitStatusCheckRollup ¶
type PullRequestsViewerPullRequestsNodesCommitsNodesCommitStatusCheckRollup struct {
State StatusState
}
type PullRequestsViewerPullRequestsNodesMergeQueueEntry ¶
type PullRequestsViewerPullRequestsNodesMergeQueueEntry struct {
Id string
}
type PullRequestsViewerPullRequestsNodesRepository ¶
type PullRequestsViewerPullRequestsNodesRepository struct {
Id string
}
type StatusState ¶
type StatusState string
const ( StatusState_ERROR StatusState = "ERROR" StatusState_EXPECTED StatusState = "EXPECTED" StatusState_FAILURE StatusState = "FAILURE" StatusState_PENDING StatusState = "PENDING" StatusState_SUCCESS StatusState = "SUCCESS" )
Click to show internal directories.
Click to hide internal directories.