Mutations
createCheckRun
Create a check run.
输入 createCheckRun 字段
input(CreateCheckRunInput!)
返回 createCheckRun 字段
| 名称 | 说明 |
|---|---|
| The newly created check run. |
| A unique identifier for the client performing the mutation. |
createCheckSuite
Create a check suite.
输入 createCheckSuite 字段
input(CreateCheckSuiteInput!)
返回 createCheckSuite 字段
| 名称 | 说明 |
|---|---|
| The newly created check suite. |
| A unique identifier for the client performing the mutation. |
rerequestCheckSuite
Rerequests an existing check suite.
输入 rerequestCheckSuite 字段
input(RerequestCheckSuiteInput!)
返回 rerequestCheckSuite 字段
| 名称 | 说明 |
|---|---|
| The requested check suite. |
| A unique identifier for the client performing the mutation. |
updateCheckRun
Update a check run.
输入 updateCheckRun 字段
input(UpdateCheckRunInput!)
返回 updateCheckRun 字段
| 名称 | 说明 |
|---|---|
| The updated check run. |
| A unique identifier for the client performing the mutation. |
updateCheckSuitePreferences
Modifies the settings of an existing check suite.
输入 updateCheckSuitePreferences 字段
返回 updateCheckSuitePreferences 字段
| 名称 | 说明 |
|---|---|
| A unique identifier for the client performing the mutation. |
| The updated repository. |
Objects
CheckAnnotation
A single check annotation.
CheckAnnotation 字段
| 名称 | 说明 |
|---|---|
| The annotation's severity level. |
| The path to the file that this annotation was made on. |
| Identifies the primary key from the database. |
| The position of this annotation. |
| The annotation's message. |
| The path that this annotation was made on. |
| Additional information about the annotation. |
| The annotation's title. |
CheckAnnotationConnection
The connection type for CheckAnnotation.
CheckAnnotationConnection 字段
| 名称 | 说明 |
|---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
CheckAnnotationEdge
An edge in a connection.
CheckAnnotationEdge 字段
| 名称 | 说明 |
|---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
CheckAnnotationPosition
A character position in a check annotation.
CheckAnnotationPosition 字段
| 名称 | 说明 |
|---|---|
| Column number (1 indexed). |
| Line number (1 indexed). |
CheckAnnotationSpan
An inclusive pair of positions for a check annotation.
CheckAnnotationSpan 字段
| 名称 | 说明 |
|---|---|
| End position (inclusive). |
| Start position (inclusive). |
CheckRun
A check run.
CheckRun 实现
CheckRun 字段
| 名称 | 说明 |
|---|---|
| The check run's annotations. |
| The check suite that this run is a part of. |
| Identifies the date and time when the check run was completed. |
| The conclusion of the check run. |
| Identifies the primary key from the database. |
| The corresponding deployment for this job, if any. |
| The URL from which to find full details of the check run on the integrator's site. |
| A reference for the check run on the integrator's system. |
| The Node ID of the CheckRun object. |
| Whether this is required to pass before merging for a specific pull request. |