diff options
Diffstat (limited to 'webui/src/pages/bug/TimelineQuery.graphql')
-rw-r--r-- | webui/src/pages/bug/TimelineQuery.graphql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/webui/src/pages/bug/TimelineQuery.graphql b/webui/src/pages/bug/TimelineQuery.graphql index 6d78ab7f..7c9badfd 100644 --- a/webui/src/pages/bug/TimelineQuery.graphql +++ b/webui/src/pages/bug/TimelineQuery.graphql @@ -6,6 +6,7 @@ query Timeline($id: String!, $first: Int = 10, $after: String) { repository { + name bug(prefix: $id) { timeline(first: $first, after: $after) { nodes { |