Commit 12085ae8 authored by Enrique Alcántara's avatar Enrique Alcántara Committed by Natalia Tepluhina

Add id to GraphQL nodes in epic_children.query.graphql

parent a3d95d99
...@@ -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