diff options
| author | GitLab Bot <gitlab-bot@gitlab.com> | 2021-12-23 15:11:20 +0000 |
|---|---|---|
| committer | GitLab Bot <gitlab-bot@gitlab.com> | 2021-12-23 15:11:20 +0000 |
| commit | 273ee970db58a0488d7b1de5ad7c62bfd21572e4 (patch) | |
| tree | d8865c447cd60713575a022d6ef2760dc1bf1795 /doc/api/graphql | |
| parent | 026ed016d068a58b2e09422135b5b78bd11f2a2b (diff) | |
| download | gitlab-ce-273ee970db58a0488d7b1de5ad7c62bfd21572e4.tar.gz | |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/api/graphql')
| -rw-r--r-- | doc/api/graphql/reference/index.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/api/graphql/reference/index.md b/doc/api/graphql/reference/index.md index 2767dbb1a7d..579b37c7f2d 100644 --- a/doc/api/graphql/reference/index.md +++ b/doc/api/graphql/reference/index.md @@ -9033,6 +9033,7 @@ Represents a code quality degradation on the pipeline. | Name | Type | Description | | ---- | ---- | ----------- | | <a id="commitauthor"></a>`author` | [`UserCore`](#usercore) | Author of the commit. | +| <a id="commitauthoremail"></a>`authorEmail` | [`String`](#string) | Commit author's email. | | <a id="commitauthorgravatar"></a>`authorGravatar` | [`String`](#string) | Commit authors gravatar. | | <a id="commitauthorname"></a>`authorName` | [`String`](#string) | Commit authors name. | | <a id="commitauthoreddate"></a>`authoredDate` | [`Time`](#time) | Timestamp of when the commit was authored. | |
