summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/incidents/graphql
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-09-23 03:09:30 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2020-09-23 03:09:30 +0000
commit8007620dc7216ff2b9e7dde0aa88e6f47fc433e7 (patch)
tree88022526af20aee894008f852f79b40f70eeec1a /app/assets/javascripts/incidents/graphql
parent9c1284626ff95f13a34756b1d201a87ed61f9837 (diff)
downloadgitlab-ce-8007620dc7216ff2b9e7dde0aa88e6f47fc433e7.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_count_by_status.query.graphql2
-rw-r--r--app/assets/javascripts/incidents/graphql/queries/get_incidents.query.graphql2
2 files changed, 2 insertions, 2 deletions
diff --git a/app/assets/javascripts/incidents/graphql/queries/get_count_by_status.query.graphql b/app/assets/javascripts/incidents/graphql/queries/get_count_by_status.query.graphql
index 1346b3e6fff..fd96825c0f7 100644
--- a/app/assets/javascripts/incidents/graphql/queries/get_count_by_status.query.graphql
+++ b/app/assets/javascripts/incidents/graphql/queries/get_count_by_status.query.graphql
@@ -3,7 +3,7 @@ query getIncidentsCountByStatus(
$projectPath: ID!
$issueTypes: [IssueType!]
$authorUsername: String = ""
- $assigneeUsernames: [String!] = []
+ $assigneeUsernames: String = ""
) {
project(fullPath: $projectPath) {
issueStatusCounts(
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 27834b9dec4..dd2a42ba4e8 100644
--- a/app/assets/javascripts/incidents/graphql/queries/get_incidents.query.graphql
+++ b/app/assets/javascripts/incidents/graphql/queries/get_incidents.query.graphql
@@ -11,7 +11,7 @@ query getIncidents(
$nextPageCursor: String = ""
$searchTerm: String = ""
$authorUsername: String = ""
- $assigneeUsernames: [String!] = []
+ $assigneeUsernames: String = ""
) {
project(fullPath: $projectPath) {
issues(