Mutations
createCheckRun
Create a check run.
Campos de entrada para createCheckRun
input(CreateCheckRunInput!)
Campos de retorno para createCheckRun
| Nombre | Descripción |
|---|---|
| The newly created check run. |
| A unique identifier for the client performing the mutation. |
createCheckSuite
Create a check suite.
Campos de entrada para createCheckSuite
input(CreateCheckSuiteInput!)
Campos de retorno para createCheckSuite
| Nombre | Descripción |
|---|---|
| The newly created check suite. |
| A unique identifier for the client performing the mutation. |
rerequestCheckSuite
Rerequests an existing check suite.
Campos de entrada para rerequestCheckSuite
input(RerequestCheckSuiteInput!)
Campos de retorno para rerequestCheckSuite
| Nombre | Descripción |
|---|---|
| The requested check suite. |
| A unique identifier for the client performing the mutation. |
updateCheckRun
Update a check run.
Campos de entrada para updateCheckRun
input(UpdateCheckRunInput!)
Campos de retorno para updateCheckRun
| Nombre | Descripción |
|---|---|
| The updated check run. |
| A unique identifier for the client performing the mutation. |
updateCheckSuitePreferences
Modifies the settings of an existing check suite.
Campos de entrada para updateCheckSuitePreferences
Campos de retorno para updateCheckSuitePreferences
| Nombre | Descripción |
|---|---|
| A unique identifier for the client performing the mutation. |
| The updated repository. |
Objects
CheckAnnotation
A single check annotation.
Campos para CheckAnnotation
| Nombre | Descripción |
|---|---|
| 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.
Campos para CheckAnnotationConnection
| Nombre | Descripción |
|---|---|
| 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.
Campos para CheckAnnotationEdge
| Nombre | Descripción |
|---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
CheckAnnotationPosition
A character position in a check annotation.
Campos para CheckAnnotationPosition
| Nombre | Descripción |
|---|---|
| Column number (1 indexed). |
| Line number (1 indexed). |
CheckAnnotationSpan
An inclusive pair of positions for a check annotation.