Skip to content
代码片段 群组 项目
提交 c8776ac7 编辑于 作者: Natalia Tepluhina's avatar Natalia Tepluhina
浏览文件

Merge branch 'fix-graphql-eslint-issue-master' into 'master'

Add id to GraphQL nodes in epic_children.query.graphql

See merge request gitlab-org/gitlab!75741
No related branches found
No related tags found
无相关合并请求
......@@ -49,6 +49,7 @@ fragment EpicNode on Epic {
__typename
nodes {
__typename
id
color
description
textColor
......@@ -140,6 +141,7 @@ query childItems(
__typename
nodes {
__typename
id
color
description
textColor
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册