Skip to content

Commit 200fa62

Browse files
fix missing query parameters on graph view
1 parent 4d775f2 commit 200fa62

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/views/Graph.vue

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,10 @@ fragment FamilyProxyData on FamilyProxy {
191191
name
192192
ancestors {
193193
name
194-
}
194+
}
195+
childTasks {
196+
id
197+
}
195198
firstParent {
196199
id
197200
name

0 commit comments

Comments
 (0)