Commit 39eeac29 authored by Igor Wiedler's avatar Igor Wiedler

Update graphql schema for new labkit version

parent c56078ba
...@@ -134,6 +134,11 @@ input AdminSidekiqQueuesDeleteJobsInput { ...@@ -134,6 +134,11 @@ input AdminSidekiqQueuesDeleteJobsInput {
""" """
relatedClass: String relatedClass: String
"""
Delete jobs matching remote_ip in the context metadata
"""
remoteIp: String
""" """
Delete jobs matching root_namespace in the context metadata Delete jobs matching root_namespace in the context metadata
""" """
......
...@@ -371,6 +371,16 @@ ...@@ -371,6 +371,16 @@
}, },
"defaultValue": null "defaultValue": null
}, },
{
"name": "remoteIp",
"description": "Delete jobs matching remote_ip in the context metadata",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{ {
"name": "relatedClass", "name": "relatedClass",
"description": "Delete jobs matching related_class in the context metadata", "description": "Delete jobs matching related_class in the context metadata",
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment