File tree Expand file tree Collapse file tree 1 file changed +31
-0
lines changed
src/main/resources/graphql Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Original file line number Diff line number Diff line change 4668
4668
"isDeprecated" : false ,
4669
4669
"deprecationReason" : null
4670
4670
},
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
+ },
4671
4702
{
4672
4703
"name" : " addLiveView" ,
4673
4704
"description" : null ,
You can’t perform that action at this time.
0 commit comments