summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/incidents/graphql
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-07-29 00:09:37 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2020-07-29 00:09:37 +0000
commit937f82e11fe1d3970ea3e1f281185e91d8f5102e (patch)
tree9c69e19144f2f9d7d5119496f468aea4f1538137 /app/assets/javascripts/incidents/graphql
parent583fadea8d738850cbd83dcde1118d3fc3462d61 (diff)
downloadgitlab-ce-937f82e11fe1d3970ea3e1f281185e91d8f5102e.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/assets/javascripts/incidents/graphql')
-rw-r--r--app/assets/javascripts/incidents/graphql/queries/get_incidents.query.graphql1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/javascripts/incidents/graphql/queries/get_incidents.query.graphql b/app/assets/javascripts/incidents/graphql/queries/get_incidents.query.graphql
index e025a764c34..eeba60139ca 100644
--- a/app/assets/javascripts/incidents/graphql/queries/get_incidents.query.graphql
+++ b/app/assets/javascripts/incidents/graphql/queries/get_incidents.query.graphql
@@ -10,6 +10,7 @@ query getIncidents(
iid
title
createdAt
+ state
labels {
nodes {
title