Show descriptions for `:alpha` items in GraphQL docs
All threads resolved!
All threads resolved!
Compare changes
Files
5- Luke Duncalfe authored
Previously the original descriptions were not displayed for "inline" docs. This was because marking items as "alpha" leverages the our deprecations, and for deprecated item we only display the deprecation notice and not the original item description. For alpha fields, we now display the warning of its instability, but do also display the original description too. Changelog: added
@@ -10244,7 +10244,7 @@ CI/CD variables for a project.
@@ -10244,7 +10244,7 @@ CI/CD variables for a project.
| <a id="cirunnershortsha"></a>`shortSha` | [`String`](#string) | First eight characters of the runner's token used to authenticate new job requests. Used as the runner's unique ID. |
| <a id="cirunnertaglist"></a>`tagList` | [`[String!]`](#string) | Tags associated with the runner. |
| <a id="cirunnertokenexpiresat"></a>`tokenExpiresAt` | [`Time`](#time) | Runner token expiration time. |
| <a id="cirunnerupgradestatus"></a>`upgradeStatus` **{warning-solid}** | [`CiRunnerUpgradeStatus`](#cirunnerupgradestatus) | **Introduced** in 14.10. This feature is in Alpha. It can be changed or removed at any time. |
| <a id="cirunneruserpermissions"></a>`userPermissions` | [`RunnerPermissions!`](#runnerpermissions) | Permissions for the current user on the resource. |
@@ -19721,7 +19721,7 @@ Issue type.
@@ -19721,7 +19721,7 @@ Issue type.
| <a id="issuetypetask"></a>`TASK` **{warning-solid}** | **Introduced** in 15.2. This feature is in Alpha. It can be changed or removed at any time. |