@@ -8740,6 +8740,8 @@ Represents a code quality degradation on the pipeline.
| <aid="commitauthoreddate"></a>`authoredDate` | [`Time`](#time) | Timestamp of when the commit was authored. |
| <aid="commitdescription"></a>`description` | [`String`](#string) | Description of the commit message. |
| <aid="commitdescriptionhtml"></a>`descriptionHtml` | [`String`](#string) | The GitLab Flavored Markdown rendering of `description`. |
| <aid="commitfulltitle"></a>`fullTitle` | [`String`](#string) | Full title of the commit message. |
| <aid="commitfulltitlehtml"></a>`fullTitleHtml` | [`String`](#string) | The GitLab Flavored Markdown rendering of `full_title`. |
| <aid="commitid"></a>`id` | [`ID!`](#id) | ID (global ID) of the commit. |
| <aid="commitmessage"></a>`message` | [`String`](#string) | Raw commit message. |
| <aid="commitsha"></a>`sha` | [`String!`](#string) | SHA1 ID of the commit. |
...
...
@@ -12433,6 +12435,7 @@ Represents a file or directory in the project repository that has been locked.
| <aid="pipelinebeforesha"></a>`beforeSha` | [`String`](#string) | Base SHA of the source branch. |
| <aid="pipelinecancelable"></a>`cancelable` | [`Boolean!`](#boolean) | Specifies if a pipeline can be canceled. |
| <aid="pipelinecodequalityreports"></a>`codeQualityReports` | [`CodeQualityDegradationConnection`](#codequalitydegradationconnection) | Code Quality degradations reported on the pipeline. (see [Connections](#connections)) |
| <aid="pipelinecommit"></a>`commit` | [`Commit`](#commit) | Git commit of the pipeline. |
| <aid="pipelinecommitpath"></a>`commitPath` | [`String`](#string) | Path to the commit that triggered the pipeline. |
| <aid="pipelinecommittedat"></a>`committedAt` | [`Time`](#time) | Timestamp of the pipeline's commit. |
| <aid="pipelinecomplete"></a>`complete` | [`Boolean!`](#boolean) | Indicates if a pipeline is complete. |