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 {
__typename
nodes {
__typename
id
color
description
textColor
......@@ -140,6 +141,7 @@ query childItems(
__typename
nodes {
__typename
id
color
description
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