Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/javascripts/runner/graphql/show/runner_projects.query.graphql')
-rw-r--r--app/assets/javascripts/runner/graphql/show/runner_projects.query.graphql3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/assets/javascripts/runner/graphql/show/runner_projects.query.graphql b/app/assets/javascripts/runner/graphql/show/runner_projects.query.graphql
index acc4a641565..e42648b3079 100644
--- a/app/assets/javascripts/runner/graphql/show/runner_projects.query.graphql
+++ b/app/assets/javascripts/runner/graphql/show/runner_projects.query.graphql
@@ -2,6 +2,7 @@
query getRunnerProjects(
$id: CiRunnerID!
+ $search: String
$first: Int
$last: Int
$before: String
@@ -13,7 +14,7 @@ query getRunnerProjects(
id
}
projectCount
- projects(first: $first, last: $last, before: $before, after: $after) {
+ projects(search: $search, first: $first, last: $last, before: $before, after: $after) {
nodes {
id
avatarUrl