Skip to content

Commit f5b5b89

Browse files
committed
feat: expose deleteRule via graphql
1 parent c1dabab commit f5b5b89

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

src/main/resources/graphql/schema.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4668,6 +4668,37 @@
46684668
"isDeprecated": false,
46694669
"deprecationReason": null
46704670
},
4671+
{
4672+
"name": "deleteRule",
4673+
"description": null,
4674+
"args": [
4675+
{
4676+
"name": "ruleName",
4677+
"description": null,
4678+
"type": {
4679+
"kind": "NON_NULL",
4680+
"name": null,
4681+
"ofType": {
4682+
"kind": "SCALAR",
4683+
"name": "String",
4684+
"ofType": null
4685+
}
4686+
},
4687+
"defaultValue": null
4688+
}
4689+
],
4690+
"type": {
4691+
"kind": "NON_NULL",
4692+
"name": null,
4693+
"ofType": {
4694+
"kind": "SCALAR",
4695+
"name": "Boolean",
4696+
"ofType": null
4697+
}
4698+
},
4699+
"isDeprecated": false,
4700+
"deprecationReason": null
4701+
},
46714702
{
46724703
"name": "addLiveView",
46734704
"description": null,

0 commit comments

Comments
 (0)