catocli 1.0.19__py3-none-any.whl → 1.0.21__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of catocli might be problematic. Click here for more details.

Files changed (166) hide show
  1. catocli/Utils/clidriver.py +6 -0
  2. catocli/__init__.py +1 -1
  3. catocli/parsers/custom/__init__.py +1 -1
  4. catocli/parsers/mutation_admin_addAdmin/README.md +1 -1
  5. catocli/parsers/mutation_admin_updateAdmin/README.md +1 -1
  6. catocli/parsers/mutation_policy/__init__.py +522 -0
  7. catocli/parsers/mutation_policy_dynamicIpAllocation/README.md +7 -0
  8. catocli/parsers/mutation_policy_dynamicIpAllocation_addRule/README.md +18 -0
  9. catocli/parsers/mutation_policy_dynamicIpAllocation_addSection/README.md +18 -0
  10. catocli/parsers/mutation_policy_dynamicIpAllocation_createPolicyRevision/README.md +18 -0
  11. catocli/parsers/mutation_policy_dynamicIpAllocation_discardPolicyRevision/README.md +18 -0
  12. catocli/parsers/mutation_policy_dynamicIpAllocation_moveRule/README.md +18 -0
  13. catocli/parsers/mutation_policy_dynamicIpAllocation_moveSection/README.md +18 -0
  14. catocli/parsers/mutation_policy_dynamicIpAllocation_publishPolicyRevision/README.md +18 -0
  15. catocli/parsers/mutation_policy_dynamicIpAllocation_removeRule/README.md +18 -0
  16. catocli/parsers/mutation_policy_dynamicIpAllocation_removeSection/README.md +18 -0
  17. catocli/parsers/mutation_policy_dynamicIpAllocation_updatePolicy/README.md +18 -0
  18. catocli/parsers/mutation_policy_dynamicIpAllocation_updateRule/README.md +18 -0
  19. catocli/parsers/mutation_policy_dynamicIpAllocation_updateSection/README.md +18 -0
  20. catocli/parsers/mutation_policy_internetFirewall_addRule/README.md +1 -1
  21. catocli/parsers/mutation_policy_internetFirewall_updateRule/README.md +1 -1
  22. catocli/parsers/mutation_policy_socketLan/README.md +7 -0
  23. catocli/parsers/mutation_policy_socketLan_addRule/README.md +18 -0
  24. catocli/parsers/mutation_policy_socketLan_addSection/README.md +18 -0
  25. catocli/parsers/mutation_policy_socketLan_createPolicyRevision/README.md +18 -0
  26. catocli/parsers/mutation_policy_socketLan_discardPolicyRevision/README.md +18 -0
  27. catocli/parsers/mutation_policy_socketLan_moveRule/README.md +18 -0
  28. catocli/parsers/mutation_policy_socketLan_moveSection/README.md +18 -0
  29. catocli/parsers/mutation_policy_socketLan_publishPolicyRevision/README.md +18 -0
  30. catocli/parsers/mutation_policy_socketLan_removeRule/README.md +18 -0
  31. catocli/parsers/mutation_policy_socketLan_removeSection/README.md +18 -0
  32. catocli/parsers/mutation_policy_socketLan_updatePolicy/README.md +18 -0
  33. catocli/parsers/mutation_policy_socketLan_updateRule/README.md +18 -0
  34. catocli/parsers/mutation_policy_socketLan_updateSection/README.md +18 -0
  35. catocli/parsers/mutation_policy_wanNetwork/README.md +7 -0
  36. catocli/parsers/mutation_policy_wanNetwork_addRule/README.md +18 -0
  37. catocli/parsers/mutation_policy_wanNetwork_addSection/README.md +18 -0
  38. catocli/parsers/mutation_policy_wanNetwork_createPolicyRevision/README.md +18 -0
  39. catocli/parsers/mutation_policy_wanNetwork_discardPolicyRevision/README.md +18 -0
  40. catocli/parsers/mutation_policy_wanNetwork_moveRule/README.md +18 -0
  41. catocli/parsers/mutation_policy_wanNetwork_moveSection/README.md +18 -0
  42. catocli/parsers/mutation_policy_wanNetwork_publishPolicyRevision/README.md +18 -0
  43. catocli/parsers/mutation_policy_wanNetwork_removeRule/README.md +18 -0
  44. catocli/parsers/mutation_policy_wanNetwork_removeSection/README.md +18 -0
  45. catocli/parsers/mutation_policy_wanNetwork_updatePolicy/README.md +18 -0
  46. catocli/parsers/mutation_policy_wanNetwork_updateRule/README.md +18 -0
  47. catocli/parsers/mutation_policy_wanNetwork_updateSection/README.md +18 -0
  48. catocli/parsers/mutation_sandbox/README.md +7 -0
  49. catocli/parsers/mutation_sandbox/__init__.py +37 -0
  50. catocli/parsers/mutation_sandbox_deleteReport/README.md +17 -0
  51. catocli/parsers/mutation_sandbox_uploadFile/README.md +17 -0
  52. catocli/parsers/mutation_site/__init__.py +28 -0
  53. catocli/parsers/mutation_site_addIpsecIkeV2Site/README.md +1 -1
  54. catocli/parsers/mutation_site_addIpsecIkeV2SiteTunnels/README.md +1 -1
  55. catocli/parsers/mutation_site_addSecondaryAwsVSocket/README.md +17 -0
  56. catocli/parsers/mutation_site_addSecondaryAzureVSocket/README.md +17 -0
  57. catocli/parsers/mutation_site_addSocketSite/README.md +1 -1
  58. catocli/parsers/mutation_site_updateIpsecIkeV2SiteTunnels/README.md +1 -1
  59. catocli/parsers/mutation_site_updateSocketInterface/README.md +1 -1
  60. catocli/parsers/mutation_sites/__init__.py +28 -0
  61. catocli/parsers/mutation_sites_addIpsecIkeV2Site/README.md +1 -1
  62. catocli/parsers/mutation_sites_addIpsecIkeV2SiteTunnels/README.md +1 -1
  63. catocli/parsers/mutation_sites_addSecondaryAwsVSocket/README.md +17 -0
  64. catocli/parsers/mutation_sites_addSecondaryAzureVSocket/README.md +17 -0
  65. catocli/parsers/mutation_sites_addSocketSite/README.md +1 -1
  66. catocli/parsers/mutation_sites_updateIpsecIkeV2SiteTunnels/README.md +1 -1
  67. catocli/parsers/mutation_sites_updateSocketInterface/README.md +1 -1
  68. catocli/parsers/mutation_xdr/README.md +7 -0
  69. catocli/parsers/mutation_xdr/__init__.py +51 -0
  70. catocli/parsers/mutation_xdr_addStoryComment/README.md +17 -0
  71. catocli/parsers/mutation_xdr_analystFeedback/README.md +18 -0
  72. catocli/parsers/mutation_xdr_deleteStoryComment/README.md +17 -0
  73. catocli/parsers/query_accountMetrics/README.md +2 -1
  74. catocli/parsers/query_appStatsTimeSeries/README.md +2 -1
  75. catocli/parsers/query_eventsFeed/README.md +1 -1
  76. catocli/parsers/query_eventsTimeSeries/README.md +2 -1
  77. catocli/parsers/query_policy/README.md +4 -1
  78. catocli/parsers/query_sandbox/README.md +17 -0
  79. catocli/parsers/query_sandbox/__init__.py +17 -0
  80. catocli/parsers/query_siteLocation/README.md +1 -1
  81. catocli/parsers/query_xdr_story/README.md +1 -1
  82. {catocli-1.0.19.dist-info → catocli-1.0.21.dist-info}/METADATA +1 -1
  83. {catocli-1.0.19.dist-info → catocli-1.0.21.dist-info}/RECORD +166 -66
  84. models/mutation.admin.addAdmin.json +0 -60
  85. models/mutation.admin.updateAdmin.json +0 -57
  86. models/mutation.policy.dynamicIpAllocation.addRule.json +3696 -0
  87. models/mutation.policy.dynamicIpAllocation.addSection.json +1358 -0
  88. models/mutation.policy.dynamicIpAllocation.createPolicyRevision.json +2175 -0
  89. models/mutation.policy.dynamicIpAllocation.discardPolicyRevision.json +2109 -0
  90. models/mutation.policy.dynamicIpAllocation.moveRule.json +1907 -0
  91. models/mutation.policy.dynamicIpAllocation.moveSection.json +1259 -0
  92. models/mutation.policy.dynamicIpAllocation.publishPolicyRevision.json +2166 -0
  93. models/mutation.policy.dynamicIpAllocation.removeRule.json +1555 -0
  94. models/mutation.policy.dynamicIpAllocation.removeSection.json +958 -0
  95. models/mutation.policy.dynamicIpAllocation.updatePolicy.json +2185 -0
  96. models/mutation.policy.dynamicIpAllocation.updateRule.json +3374 -0
  97. models/mutation.policy.dynamicIpAllocation.updateSection.json +1111 -0
  98. models/mutation.policy.internetFirewall.addRule.json +18 -18
  99. models/mutation.policy.internetFirewall.createPolicyRevision.json +4 -4
  100. models/mutation.policy.internetFirewall.discardPolicyRevision.json +4 -4
  101. models/mutation.policy.internetFirewall.moveRule.json +4 -4
  102. models/mutation.policy.internetFirewall.publishPolicyRevision.json +4 -4
  103. models/mutation.policy.internetFirewall.removeRule.json +4 -4
  104. models/mutation.policy.internetFirewall.updatePolicy.json +4 -4
  105. models/mutation.policy.internetFirewall.updateRule.json +18 -18
  106. models/mutation.policy.socketLan.addRule.json +11266 -0
  107. models/mutation.policy.socketLan.addSection.json +1358 -0
  108. models/mutation.policy.socketLan.createPolicyRevision.json +3926 -0
  109. models/mutation.policy.socketLan.discardPolicyRevision.json +3860 -0
  110. models/mutation.policy.socketLan.moveRule.json +3658 -0
  111. models/mutation.policy.socketLan.moveSection.json +1259 -0
  112. models/mutation.policy.socketLan.publishPolicyRevision.json +3917 -0
  113. models/mutation.policy.socketLan.removeRule.json +3306 -0
  114. models/mutation.policy.socketLan.removeSection.json +958 -0
  115. models/mutation.policy.socketLan.updatePolicy.json +3936 -0
  116. models/mutation.policy.socketLan.updateRule.json +10860 -0
  117. models/mutation.policy.socketLan.updateSection.json +1111 -0
  118. models/mutation.policy.wanNetwork.addRule.json +30614 -0
  119. models/mutation.policy.wanNetwork.addSection.json +1358 -0
  120. models/mutation.policy.wanNetwork.createPolicyRevision.json +8251 -0
  121. models/mutation.policy.wanNetwork.discardPolicyRevision.json +8185 -0
  122. models/mutation.policy.wanNetwork.moveRule.json +7983 -0
  123. models/mutation.policy.wanNetwork.moveSection.json +1259 -0
  124. models/mutation.policy.wanNetwork.publishPolicyRevision.json +8242 -0
  125. models/mutation.policy.wanNetwork.removeRule.json +7631 -0
  126. models/mutation.policy.wanNetwork.removeSection.json +958 -0
  127. models/mutation.policy.wanNetwork.updatePolicy.json +8261 -0
  128. models/mutation.policy.wanNetwork.updateRule.json +30145 -0
  129. models/mutation.policy.wanNetwork.updateSection.json +1111 -0
  130. models/mutation.sandbox.deleteReport.json +302 -0
  131. models/mutation.sandbox.uploadFile.json +301 -0
  132. models/mutation.site.addIpsecIkeV2Site.json +57 -0
  133. models/mutation.site.addIpsecIkeV2SiteTunnels.json +222 -0
  134. models/mutation.site.addSecondaryAwsVSocket.json +707 -0
  135. models/mutation.site.addSecondaryAzureVSocket.json +647 -0
  136. models/mutation.site.addSocketSite.json +72 -15
  137. models/mutation.site.updateIpsecIkeV2SiteTunnels.json +222 -0
  138. models/mutation.site.updateNetworkRange.json +3 -3
  139. models/mutation.site.updateSocketInterface.json +126 -18
  140. models/mutation.sites.addIpsecIkeV2Site.json +57 -0
  141. models/mutation.sites.addIpsecIkeV2SiteTunnels.json +222 -0
  142. models/mutation.sites.addSecondaryAwsVSocket.json +707 -0
  143. models/mutation.sites.addSecondaryAzureVSocket.json +647 -0
  144. models/mutation.sites.addSocketSite.json +72 -15
  145. models/mutation.sites.updateIpsecIkeV2SiteTunnels.json +222 -0
  146. models/mutation.sites.updateNetworkRange.json +3 -3
  147. models/mutation.sites.updateSocketInterface.json +126 -18
  148. models/mutation.xdr.addStoryComment.json +622 -0
  149. models/mutation.xdr.analystFeedback.json +28820 -0
  150. models/mutation.xdr.deleteStoryComment.json +622 -0
  151. models/query.accountMetrics.json +592 -0
  152. models/query.accountSnapshot.json +308 -0
  153. models/query.appStatsTimeSeries.json +37 -0
  154. models/query.auditFeed.json +352 -52
  155. models/query.events.json +1434 -234
  156. models/query.eventsFeed.json +352 -52
  157. models/query.eventsTimeSeries.json +1113 -176
  158. models/query.policy.json +22867 -9389
  159. models/query.sandbox.json +2111 -0
  160. models/query.xdr.stories.json +134 -4
  161. models/query.xdr.story.json +116 -4
  162. schema/catolib.py +4 -5
  163. {catocli-1.0.19.dist-info → catocli-1.0.21.dist-info}/LICENSE +0 -0
  164. {catocli-1.0.19.dist-info → catocli-1.0.21.dist-info}/WHEEL +0 -0
  165. {catocli-1.0.19.dist-info → catocli-1.0.21.dist-info}/entry_points.txt +0 -0
  166. {catocli-1.0.19.dist-info → catocli-1.0.21.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,622 @@
1
+ {
2
+ "args": {
3
+ "accountId": {
4
+ "defaultValue": null,
5
+ "description": null,
6
+ "id_str": "accountId",
7
+ "name": "accountId",
8
+ "path": "accountId",
9
+ "requestStr": "$accountId:ID! ",
10
+ "required": true,
11
+ "responseStr": "accountId:$accountId ",
12
+ "type": {
13
+ "kind": [
14
+ "NON_NULL",
15
+ "SCALAR"
16
+ ],
17
+ "name": "ID",
18
+ "non_null": false
19
+ },
20
+ "varName": "accountId"
21
+ }
22
+ },
23
+ "childOperations": {
24
+ "deleteStoryComment": {
25
+ "args": {
26
+ "deleteStoryComment___input": {
27
+ "defaultValue": null,
28
+ "description": null,
29
+ "id_str": "deleteStoryComment___input",
30
+ "name": "input",
31
+ "path": "deleteStoryComment.input",
32
+ "requestStr": "$deleteStoryCommentInput:DeleteStoryCommentInput! ",
33
+ "required": true,
34
+ "responseStr": "input:$deleteStoryCommentInput ",
35
+ "type": {
36
+ "definition": {
37
+ "description": null,
38
+ "enumValues": null,
39
+ "fields": null,
40
+ "inputFields": {
41
+ "commentId": {
42
+ "defaultValue": null,
43
+ "description": "The comment ID",
44
+ "id_str": "deleteStoryComment___input___commentId",
45
+ "name": "commentId",
46
+ "path": "deleteStoryComment.input.commentId",
47
+ "requestStr": "$commentId:ID! ",
48
+ "required": true,
49
+ "responseStr": "commentId:$commentId ",
50
+ "type": {
51
+ "kind": [
52
+ "NON_NULL",
53
+ "SCALAR"
54
+ ],
55
+ "name": "ID",
56
+ "non_null": false
57
+ },
58
+ "varName": "commentId"
59
+ },
60
+ "storyId": {
61
+ "defaultValue": null,
62
+ "description": "The relevant Story",
63
+ "id_str": "deleteStoryComment___input___storyId",
64
+ "name": "storyId",
65
+ "path": "deleteStoryComment.input.storyId",
66
+ "requestStr": "$storyId:ID! ",
67
+ "required": true,
68
+ "responseStr": "storyId:$storyId ",
69
+ "type": {
70
+ "kind": [
71
+ "NON_NULL",
72
+ "SCALAR"
73
+ ],
74
+ "name": "ID",
75
+ "non_null": false
76
+ },
77
+ "varName": "storyId"
78
+ }
79
+ },
80
+ "interfaces": null,
81
+ "kind": "INPUT_OBJECT",
82
+ "name": "DeleteStoryCommentInput",
83
+ "possibleTypes": null
84
+ },
85
+ "indexType": "input_object",
86
+ "kind": [
87
+ "NON_NULL",
88
+ "INPUT_OBJECT"
89
+ ],
90
+ "name": "DeleteStoryCommentInput",
91
+ "non_null": false
92
+ },
93
+ "varName": "deleteStoryCommentInput"
94
+ }
95
+ },
96
+ "deprecationReason": null,
97
+ "description": "Delete a previously posted comment using the comment ID.",
98
+ "isDeprecated": false,
99
+ "name": "deleteStoryComment",
100
+ "type": {
101
+ "kind": "OBJECT",
102
+ "name": "DeleteStoryCommentPayload",
103
+ "ofType": null
104
+ }
105
+ }
106
+ },
107
+ "deprecationReason": null,
108
+ "description": null,
109
+ "fieldTypes": {
110
+ "ActorRef": true,
111
+ "DeleteStoryCommentPayload": true,
112
+ "StoryComment": true
113
+ },
114
+ "isDeprecated": false,
115
+ "name": "xdr",
116
+ "operationArgs": {
117
+ "accountId": {
118
+ "defaultValue": null,
119
+ "description": null,
120
+ "id_str": "accountId",
121
+ "name": "accountId",
122
+ "path": "accountId",
123
+ "requestStr": "$accountId:ID! ",
124
+ "required": true,
125
+ "responseStr": "accountId:$accountId ",
126
+ "type": {
127
+ "kind": [
128
+ "NON_NULL",
129
+ "SCALAR"
130
+ ],
131
+ "name": "ID",
132
+ "non_null": false
133
+ },
134
+ "varName": "accountId"
135
+ },
136
+ "deleteStoryCommentInput": {
137
+ "defaultValue": null,
138
+ "description": null,
139
+ "id_str": "deleteStoryComment___input",
140
+ "name": "input",
141
+ "path": "deleteStoryComment.input",
142
+ "requestStr": "$deleteStoryCommentInput:DeleteStoryCommentInput! ",
143
+ "required": true,
144
+ "responseStr": "input:$deleteStoryCommentInput ",
145
+ "type": {
146
+ "definition": {
147
+ "description": null,
148
+ "enumValues": null,
149
+ "fields": null,
150
+ "inputFields": {
151
+ "commentId": {
152
+ "defaultValue": null,
153
+ "description": "The comment ID",
154
+ "id_str": "deleteStoryComment___input___commentId",
155
+ "name": "commentId",
156
+ "path": "deleteStoryComment.input.commentId",
157
+ "requestStr": "$commentId:ID! ",
158
+ "required": true,
159
+ "responseStr": "commentId:$commentId ",
160
+ "type": {
161
+ "kind": [
162
+ "NON_NULL",
163
+ "SCALAR"
164
+ ],
165
+ "name": "ID",
166
+ "non_null": false
167
+ },
168
+ "varName": "commentId"
169
+ },
170
+ "storyId": {
171
+ "defaultValue": null,
172
+ "description": "The relevant Story",
173
+ "id_str": "deleteStoryComment___input___storyId",
174
+ "name": "storyId",
175
+ "path": "deleteStoryComment.input.storyId",
176
+ "requestStr": "$storyId:ID! ",
177
+ "required": true,
178
+ "responseStr": "storyId:$storyId ",
179
+ "type": {
180
+ "kind": [
181
+ "NON_NULL",
182
+ "SCALAR"
183
+ ],
184
+ "name": "ID",
185
+ "non_null": false
186
+ },
187
+ "varName": "storyId"
188
+ }
189
+ },
190
+ "interfaces": null,
191
+ "kind": "INPUT_OBJECT",
192
+ "name": "DeleteStoryCommentInput",
193
+ "possibleTypes": null
194
+ },
195
+ "indexType": "input_object",
196
+ "kind": [
197
+ "NON_NULL",
198
+ "INPUT_OBJECT"
199
+ ],
200
+ "name": "DeleteStoryCommentInput",
201
+ "non_null": false
202
+ },
203
+ "varName": "deleteStoryCommentInput"
204
+ }
205
+ },
206
+ "path": "mutation.xdr.deleteStoryComment",
207
+ "type": {
208
+ "definition": {
209
+ "description": null,
210
+ "enumValues": null,
211
+ "fields": {
212
+ "deleteStoryComment": {
213
+ "args": {
214
+ "deleteStoryComment___input": {
215
+ "defaultValue": null,
216
+ "description": null,
217
+ "id_str": "deleteStoryComment___input",
218
+ "name": "input",
219
+ "path": "deleteStoryComment.input",
220
+ "requestStr": "$deleteStoryCommentInput:DeleteStoryCommentInput! ",
221
+ "required": true,
222
+ "responseStr": "input:$deleteStoryCommentInput ",
223
+ "type": {
224
+ "definition": {
225
+ "description": null,
226
+ "enumValues": null,
227
+ "fields": null,
228
+ "inputFields": {
229
+ "commentId": {
230
+ "defaultValue": null,
231
+ "description": "The comment ID",
232
+ "id_str": "deleteStoryComment___input___commentId",
233
+ "name": "commentId",
234
+ "path": "deleteStoryComment.input.commentId",
235
+ "requestStr": "$commentId:ID! ",
236
+ "required": true,
237
+ "responseStr": "commentId:$commentId ",
238
+ "type": {
239
+ "kind": [
240
+ "NON_NULL",
241
+ "SCALAR"
242
+ ],
243
+ "name": "ID",
244
+ "non_null": false
245
+ },
246
+ "varName": "commentId"
247
+ },
248
+ "storyId": {
249
+ "defaultValue": null,
250
+ "description": "The relevant Story",
251
+ "id_str": "deleteStoryComment___input___storyId",
252
+ "name": "storyId",
253
+ "path": "deleteStoryComment.input.storyId",
254
+ "requestStr": "$storyId:ID! ",
255
+ "required": true,
256
+ "responseStr": "storyId:$storyId ",
257
+ "type": {
258
+ "kind": [
259
+ "NON_NULL",
260
+ "SCALAR"
261
+ ],
262
+ "name": "ID",
263
+ "non_null": false
264
+ },
265
+ "varName": "storyId"
266
+ }
267
+ },
268
+ "interfaces": null,
269
+ "kind": "INPUT_OBJECT",
270
+ "name": "DeleteStoryCommentInput",
271
+ "possibleTypes": null
272
+ },
273
+ "indexType": "input_object",
274
+ "kind": [
275
+ "NON_NULL",
276
+ "INPUT_OBJECT"
277
+ ],
278
+ "name": "DeleteStoryCommentInput",
279
+ "non_null": false
280
+ },
281
+ "varName": "deleteStoryCommentInput"
282
+ }
283
+ },
284
+ "deprecationReason": null,
285
+ "description": "Delete a previously posted comment using the comment ID.",
286
+ "id_str": "deleteStoryComment",
287
+ "isDeprecated": false,
288
+ "name": "deleteStoryComment",
289
+ "path": "deleteStoryComment",
290
+ "requestStr": "$deleteStoryCommentPayload:DeleteStoryCommentPayload ",
291
+ "required": false,
292
+ "responseStr": "deleteStoryComment:$deleteStoryCommentPayload ",
293
+ "type": {
294
+ "definition": {
295
+ "description": null,
296
+ "enumValues": null,
297
+ "fields": {
298
+ "comment": {
299
+ "args": {},
300
+ "deprecationReason": null,
301
+ "description": "Delete an existing comment from an XDR story",
302
+ "id_str": "deleteStoryComment___comment",
303
+ "isDeprecated": false,
304
+ "name": "comment",
305
+ "path": "deleteStoryComment.comment",
306
+ "requestStr": "$storyComment:StoryComment! ",
307
+ "required": true,
308
+ "responseStr": "comment:$storyComment ",
309
+ "type": {
310
+ "definition": {
311
+ "description": null,
312
+ "enumValues": null,
313
+ "fields": {
314
+ "actor": {
315
+ "alias": "actorRefActor: actor",
316
+ "args": {},
317
+ "deprecationReason": null,
318
+ "description": null,
319
+ "id_str": "deleteStoryComment___comment___actor",
320
+ "isDeprecated": false,
321
+ "name": "actor",
322
+ "path": "deleteStoryComment.comment.actor",
323
+ "requestStr": "$actorRef:ActorRef! ",
324
+ "required": true,
325
+ "responseStr": "actor:$actorRef ",
326
+ "type": {
327
+ "definition": {
328
+ "description": null,
329
+ "enumValues": null,
330
+ "fields": {
331
+ "id": {
332
+ "args": {},
333
+ "deprecationReason": null,
334
+ "description": null,
335
+ "id_str": "deleteStoryComment___comment___actor___id",
336
+ "isDeprecated": false,
337
+ "name": "id",
338
+ "path": "deleteStoryComment.comment.actor.id",
339
+ "requestStr": "$id:ID! ",
340
+ "required": true,
341
+ "responseStr": "id:$id ",
342
+ "type": {
343
+ "kind": [
344
+ "NON_NULL",
345
+ "SCALAR"
346
+ ],
347
+ "name": "ID",
348
+ "non_null": false
349
+ },
350
+ "varName": "id"
351
+ },
352
+ "name": {
353
+ "args": {},
354
+ "deprecationReason": null,
355
+ "description": null,
356
+ "id_str": "deleteStoryComment___comment___actor___name",
357
+ "isDeprecated": false,
358
+ "name": "name",
359
+ "path": "deleteStoryComment.comment.actor.name",
360
+ "requestStr": "$name:String! ",
361
+ "required": true,
362
+ "responseStr": "name:$name ",
363
+ "type": {
364
+ "kind": [
365
+ "NON_NULL",
366
+ "SCALAR"
367
+ ],
368
+ "name": "String",
369
+ "non_null": false
370
+ },
371
+ "varName": "name"
372
+ }
373
+ },
374
+ "inputFields": null,
375
+ "interfaces": {},
376
+ "kind": "INTERFACE",
377
+ "name": "ActorRef",
378
+ "possibleTypes": {
379
+ "AdminRef": {
380
+ "description": null,
381
+ "enumValues": null,
382
+ "fields": {
383
+ "id": {
384
+ "alias": "adminRefId: id",
385
+ "args": {},
386
+ "deprecationReason": null,
387
+ "description": null,
388
+ "id_str": "deleteStoryComment___comment___actor___AdminRef___id",
389
+ "isDeprecated": false,
390
+ "name": "id",
391
+ "path": "deleteStoryComment.comment.actor.AdminRef.id",
392
+ "requestStr": "$id:ID! ",
393
+ "required": true,
394
+ "responseStr": "id:$id ",
395
+ "type": {
396
+ "kind": [
397
+ "NON_NULL",
398
+ "SCALAR"
399
+ ],
400
+ "name": "ID",
401
+ "non_null": false
402
+ },
403
+ "varName": "id"
404
+ },
405
+ "name": {
406
+ "alias": "adminRefName: name",
407
+ "args": {},
408
+ "deprecationReason": null,
409
+ "description": null,
410
+ "id_str": "deleteStoryComment___comment___actor___AdminRef___name",
411
+ "isDeprecated": false,
412
+ "name": "name",
413
+ "path": "deleteStoryComment.comment.actor.AdminRef.name",
414
+ "requestStr": "$name:String! ",
415
+ "required": true,
416
+ "responseStr": "name:$name ",
417
+ "type": {
418
+ "kind": [
419
+ "NON_NULL",
420
+ "SCALAR"
421
+ ],
422
+ "name": "String",
423
+ "non_null": false
424
+ },
425
+ "varName": "name"
426
+ }
427
+ },
428
+ "inputFields": null,
429
+ "interfaces": {},
430
+ "kind": "OBJECT",
431
+ "name": "AdminRef",
432
+ "possibleTypes": null
433
+ },
434
+ "ApiKeyRef": {
435
+ "description": null,
436
+ "enumValues": null,
437
+ "fields": {
438
+ "id": {
439
+ "alias": "apiKeyRefId: id",
440
+ "args": {},
441
+ "deprecationReason": null,
442
+ "description": null,
443
+ "id_str": "deleteStoryComment___comment___actor___ApiKeyRef___id",
444
+ "isDeprecated": false,
445
+ "name": "id",
446
+ "path": "deleteStoryComment.comment.actor.ApiKeyRef.id",
447
+ "requestStr": "$id:ID! ",
448
+ "required": true,
449
+ "responseStr": "id:$id ",
450
+ "type": {
451
+ "kind": [
452
+ "NON_NULL",
453
+ "SCALAR"
454
+ ],
455
+ "name": "ID",
456
+ "non_null": false
457
+ },
458
+ "varName": "id"
459
+ },
460
+ "name": {
461
+ "alias": "apiKeyRefName: name",
462
+ "args": {},
463
+ "deprecationReason": null,
464
+ "description": null,
465
+ "id_str": "deleteStoryComment___comment___actor___ApiKeyRef___name",
466
+ "isDeprecated": false,
467
+ "name": "name",
468
+ "path": "deleteStoryComment.comment.actor.ApiKeyRef.name",
469
+ "requestStr": "$name:String! ",
470
+ "required": true,
471
+ "responseStr": "name:$name ",
472
+ "type": {
473
+ "kind": [
474
+ "NON_NULL",
475
+ "SCALAR"
476
+ ],
477
+ "name": "String",
478
+ "non_null": false
479
+ },
480
+ "varName": "name"
481
+ }
482
+ },
483
+ "inputFields": null,
484
+ "interfaces": {},
485
+ "kind": "OBJECT",
486
+ "name": "ApiKeyRef",
487
+ "possibleTypes": null
488
+ }
489
+ }
490
+ },
491
+ "indexType": "interface",
492
+ "kind": [
493
+ "NON_NULL",
494
+ "INTERFACE"
495
+ ],
496
+ "name": "ActorRef",
497
+ "non_null": false
498
+ },
499
+ "varName": "actorRef"
500
+ },
501
+ "createdAt": {
502
+ "args": {},
503
+ "deprecationReason": null,
504
+ "description": null,
505
+ "id_str": "deleteStoryComment___comment___createdAt",
506
+ "isDeprecated": false,
507
+ "name": "createdAt",
508
+ "path": "deleteStoryComment.comment.createdAt",
509
+ "requestStr": "$createdAt:Time! ",
510
+ "required": true,
511
+ "responseStr": "createdAt:$createdAt ",
512
+ "type": {
513
+ "kind": [
514
+ "NON_NULL",
515
+ "SCALAR"
516
+ ],
517
+ "name": "Time",
518
+ "non_null": false
519
+ },
520
+ "varName": "createdAt"
521
+ },
522
+ "id": {
523
+ "args": {},
524
+ "deprecationReason": null,
525
+ "description": null,
526
+ "id_str": "deleteStoryComment___comment___id",
527
+ "isDeprecated": false,
528
+ "name": "id",
529
+ "path": "deleteStoryComment.comment.id",
530
+ "requestStr": "$id:ID! ",
531
+ "required": true,
532
+ "responseStr": "id:$id ",
533
+ "type": {
534
+ "kind": [
535
+ "NON_NULL",
536
+ "SCALAR"
537
+ ],
538
+ "name": "ID",
539
+ "non_null": false
540
+ },
541
+ "varName": "id"
542
+ },
543
+ "text": {
544
+ "args": {},
545
+ "deprecationReason": null,
546
+ "description": null,
547
+ "id_str": "deleteStoryComment___comment___text",
548
+ "isDeprecated": false,
549
+ "name": "text",
550
+ "path": "deleteStoryComment.comment.text",
551
+ "requestStr": "$text:String! ",
552
+ "required": true,
553
+ "responseStr": "text:$text ",
554
+ "type": {
555
+ "kind": [
556
+ "NON_NULL",
557
+ "SCALAR"
558
+ ],
559
+ "name": "String",
560
+ "non_null": false
561
+ },
562
+ "varName": "text"
563
+ }
564
+ },
565
+ "inputFields": null,
566
+ "interfaces": {},
567
+ "kind": "OBJECT",
568
+ "name": "StoryComment",
569
+ "possibleTypes": null
570
+ },
571
+ "indexType": "object",
572
+ "kind": [
573
+ "NON_NULL",
574
+ "OBJECT"
575
+ ],
576
+ "name": "StoryComment",
577
+ "non_null": false
578
+ },
579
+ "varName": "storyComment"
580
+ }
581
+ },
582
+ "inputFields": null,
583
+ "interfaces": {},
584
+ "kind": "OBJECT",
585
+ "name": "DeleteStoryCommentPayload",
586
+ "possibleTypes": null
587
+ },
588
+ "indexType": "object",
589
+ "kind": [
590
+ "OBJECT"
591
+ ],
592
+ "name": "DeleteStoryCommentPayload",
593
+ "non_null": false
594
+ },
595
+ "varName": "deleteStoryCommentPayload"
596
+ }
597
+ },
598
+ "inputFields": null,
599
+ "interfaces": [],
600
+ "kind": "OBJECT",
601
+ "name": "XdrMutations",
602
+ "possibleTypes": null
603
+ },
604
+ "indexType": "object",
605
+ "kind": [
606
+ "NON_NULL",
607
+ "OBJECT"
608
+ ],
609
+ "name": "XdrMutations",
610
+ "non_null": false
611
+ },
612
+ "variablesPayload": {
613
+ "deleteStoryCommentInput": {
614
+ "commentId": {
615
+ "commentId": "ID"
616
+ },
617
+ "storyId": {
618
+ "storyId": "ID"
619
+ }
620
+ }
621
+ }
622
+ }