Commit 5630dc19 authored by Justin Ho's avatar Justin Ho

Use full reference in Epic Issue GraphQL query

parent 4372a6c9
...@@ -9,7 +9,7 @@ fragment IssueNode on EpicIssue { ...@@ -9,7 +9,7 @@ fragment IssueNode on EpicIssue {
dueDate dueDate
weight weight
webPath webPath
reference reference(full: true)
relationPath relationPath
relativePosition relativePosition
assignees { assignees {
......
---
title: Use full reference in Epic Issue GraphQL query
merge_request: 22292
author:
type: fixed
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