Skip to content
代码片段 群组 项目
未验证 提交 0b7c3a43 编辑于 作者: Allen Cook's avatar Allen Cook 提交者: GitLab
浏览文件

Merge branch 'ph/groupSavedRepliesGraphqlDocUpdate' into 'master'

Updated GraphQL ID description for group saved reply

See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/145551



Merged-by: default avatarAllen Cook <acook@gitlab.com>
Approved-by: default avatarAllen Cook <acook@gitlab.com>
Co-authored-by: default avatarPhil Hughes <me@iamphill.com>
No related branches found
No related tags found
无相关合并请求
......@@ -21226,7 +21226,7 @@ Contains release-related statistics about a group.
| Name | Type | Description |
| ---- | ---- | ----------- |
| <a id="groupsavedreplycontent"></a>`content` | [`String!`](#string) | Content of the saved reply. |
| <a id="groupsavedreplyid"></a>`id` | [`GroupsSavedReplyID!`](#groupssavedreplyid) | Global ID of the group saved reply. |
| <a id="groupsavedreplyid"></a>`id` | [`GroupsSavedReplyID!`](#groupssavedreplyid) | Global ID of the group-level saved reply. |
| <a id="groupsavedreplyname"></a>`name` | [`String!`](#string) | Name of the saved reply. |
 
### `GroupSecurityPolicySource`
......@@ -9,7 +9,7 @@ class SavedReplyType < ::Types::SavedReplyType
field :id, Types::GlobalIDType[::Groups::SavedReply],
null: false,
description: 'Global ID of the group saved reply.'
description: 'Global ID of the group-level saved reply.'
end
end
end
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册