summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/runner/graphql/list/all_runners_connection.fragment.graphql
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/javascripts/runner/graphql/list/all_runners_connection.fragment.graphql')
-rw-r--r--app/assets/javascripts/runner/graphql/list/all_runners_connection.fragment.graphql13
1 files changed, 0 insertions, 13 deletions
diff --git a/app/assets/javascripts/runner/graphql/list/all_runners_connection.fragment.graphql b/app/assets/javascripts/runner/graphql/list/all_runners_connection.fragment.graphql
deleted file mode 100644
index 4440b8e98da..00000000000
--- a/app/assets/javascripts/runner/graphql/list/all_runners_connection.fragment.graphql
+++ /dev/null
@@ -1,13 +0,0 @@
-#import "ee_else_ce/runner/graphql/list/list_item.fragment.graphql"
-#import "~/graphql_shared/fragments/page_info.fragment.graphql"
-
-fragment AllRunnersConnection on CiRunnerConnection {
- nodes {
- ...ListItem
- adminUrl
- editAdminUrl
- }
- pageInfo {
- ...PageInfo
- }
-}