summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/runner/graphql/list/typedefs.graphql
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/javascripts/runner/graphql/list/typedefs.graphql')
-rw-r--r--app/assets/javascripts/runner/graphql/list/typedefs.graphql3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/assets/javascripts/runner/graphql/list/typedefs.graphql b/app/assets/javascripts/runner/graphql/list/typedefs.graphql
new file mode 100644
index 00000000000..24e9e20cc8c
--- /dev/null
+++ b/app/assets/javascripts/runner/graphql/list/typedefs.graphql
@@ -0,0 +1,3 @@
+extend type Query {
+ checkedRunnerIds: [ID!]!
+}