Commit c8776ac7 authored by 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
parents 7134bd2e 12085ae8
...@@ -49,6 +49,7 @@ fragment EpicNode on Epic { ...@@ -49,6 +49,7 @@ fragment EpicNode on Epic {
__typename __typename
nodes { nodes {
__typename __typename
id
color color
description description
textColor textColor
...@@ -140,6 +141,7 @@ query childItems( ...@@ -140,6 +141,7 @@ query childItems(
__typename __typename
nodes { nodes {
__typename __typename
id
color color
description description
textColor textColor
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment