catocli 1.0.19__py3-none-any.whl → 1.0.20__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.
- catocli/Utils/clidriver.py +6 -0
- catocli/__init__.py +1 -1
- catocli/parsers/mutation_policy/__init__.py +174 -0
- catocli/parsers/mutation_policy_dynamicIpAllocation/README.md +7 -0
- catocli/parsers/mutation_policy_dynamicIpAllocation_addRule/README.md +18 -0
- catocli/parsers/mutation_policy_dynamicIpAllocation_addSection/README.md +18 -0
- catocli/parsers/mutation_policy_dynamicIpAllocation_createPolicyRevision/README.md +18 -0
- catocli/parsers/mutation_policy_dynamicIpAllocation_discardPolicyRevision/README.md +18 -0
- catocli/parsers/mutation_policy_dynamicIpAllocation_moveRule/README.md +18 -0
- catocli/parsers/mutation_policy_dynamicIpAllocation_moveSection/README.md +18 -0
- catocli/parsers/mutation_policy_dynamicIpAllocation_publishPolicyRevision/README.md +18 -0
- catocli/parsers/mutation_policy_dynamicIpAllocation_removeRule/README.md +18 -0
- catocli/parsers/mutation_policy_dynamicIpAllocation_removeSection/README.md +18 -0
- catocli/parsers/mutation_policy_dynamicIpAllocation_updatePolicy/README.md +18 -0
- catocli/parsers/mutation_policy_dynamicIpAllocation_updateRule/README.md +18 -0
- catocli/parsers/mutation_policy_dynamicIpAllocation_updateSection/README.md +18 -0
- catocli/parsers/mutation_sandbox/README.md +7 -0
- catocli/parsers/mutation_sandbox/__init__.py +37 -0
- catocli/parsers/mutation_sandbox_deleteReport/README.md +17 -0
- catocli/parsers/mutation_sandbox_uploadFile/README.md +17 -0
- catocli/parsers/mutation_site/__init__.py +28 -0
- catocli/parsers/mutation_site_addIpsecIkeV2Site/README.md +1 -1
- catocli/parsers/mutation_site_addIpsecIkeV2SiteTunnels/README.md +1 -1
- catocli/parsers/mutation_site_addSecondaryAwsVSocket/README.md +17 -0
- catocli/parsers/mutation_site_addSecondaryAzureVSocket/README.md +17 -0
- catocli/parsers/mutation_site_addSocketSite/README.md +1 -1
- catocli/parsers/mutation_site_updateIpsecIkeV2SiteTunnels/README.md +1 -1
- catocli/parsers/mutation_site_updateSocketInterface/README.md +1 -1
- catocli/parsers/mutation_sites/__init__.py +28 -0
- catocli/parsers/mutation_sites_addIpsecIkeV2Site/README.md +1 -1
- catocli/parsers/mutation_sites_addIpsecIkeV2SiteTunnels/README.md +1 -1
- catocli/parsers/mutation_sites_addSecondaryAwsVSocket/README.md +17 -0
- catocli/parsers/mutation_sites_addSecondaryAzureVSocket/README.md +17 -0
- catocli/parsers/mutation_sites_addSocketSite/README.md +1 -1
- catocli/parsers/mutation_sites_updateIpsecIkeV2SiteTunnels/README.md +1 -1
- catocli/parsers/mutation_sites_updateSocketInterface/README.md +1 -1
- catocli/parsers/mutation_xdr/README.md +7 -0
- catocli/parsers/mutation_xdr/__init__.py +51 -0
- catocli/parsers/mutation_xdr_addStoryComment/README.md +17 -0
- catocli/parsers/mutation_xdr_analystFeedback/README.md +18 -0
- catocli/parsers/mutation_xdr_deleteStoryComment/README.md +17 -0
- catocli/parsers/query_accountMetrics/README.md +2 -1
- catocli/parsers/query_appStatsTimeSeries/README.md +2 -1
- catocli/parsers/query_eventsFeed/README.md +1 -1
- catocli/parsers/query_eventsTimeSeries/README.md +2 -1
- catocli/parsers/query_policy/README.md +2 -1
- catocli/parsers/query_sandbox/README.md +17 -0
- catocli/parsers/query_sandbox/__init__.py +17 -0
- catocli/parsers/query_xdr_story/README.md +1 -1
- {catocli-1.0.19.dist-info → catocli-1.0.20.dist-info}/METADATA +1 -1
- {catocli-1.0.19.dist-info → catocli-1.0.20.dist-info}/RECORD +100 -50
- models/mutation.policy.dynamicIpAllocation.addRule.json +3696 -0
- models/mutation.policy.dynamicIpAllocation.addSection.json +1358 -0
- models/mutation.policy.dynamicIpAllocation.createPolicyRevision.json +2175 -0
- models/mutation.policy.dynamicIpAllocation.discardPolicyRevision.json +2109 -0
- models/mutation.policy.dynamicIpAllocation.moveRule.json +1907 -0
- models/mutation.policy.dynamicIpAllocation.moveSection.json +1259 -0
- models/mutation.policy.dynamicIpAllocation.publishPolicyRevision.json +2166 -0
- models/mutation.policy.dynamicIpAllocation.removeRule.json +1555 -0
- models/mutation.policy.dynamicIpAllocation.removeSection.json +958 -0
- models/mutation.policy.dynamicIpAllocation.updatePolicy.json +2185 -0
- models/mutation.policy.dynamicIpAllocation.updateRule.json +3374 -0
- models/mutation.policy.dynamicIpAllocation.updateSection.json +1111 -0
- models/mutation.sandbox.deleteReport.json +302 -0
- models/mutation.sandbox.uploadFile.json +301 -0
- models/mutation.site.addIpsecIkeV2Site.json +57 -0
- models/mutation.site.addIpsecIkeV2SiteTunnels.json +222 -0
- models/mutation.site.addSecondaryAwsVSocket.json +707 -0
- models/mutation.site.addSecondaryAzureVSocket.json +647 -0
- models/mutation.site.addSocketSite.json +72 -15
- models/mutation.site.updateIpsecIkeV2SiteTunnels.json +222 -0
- models/mutation.site.updateNetworkRange.json +3 -3
- models/mutation.site.updateSocketInterface.json +126 -18
- models/mutation.sites.addIpsecIkeV2Site.json +57 -0
- models/mutation.sites.addIpsecIkeV2SiteTunnels.json +222 -0
- models/mutation.sites.addSecondaryAwsVSocket.json +707 -0
- models/mutation.sites.addSecondaryAzureVSocket.json +647 -0
- models/mutation.sites.addSocketSite.json +72 -15
- models/mutation.sites.updateIpsecIkeV2SiteTunnels.json +222 -0
- models/mutation.sites.updateNetworkRange.json +3 -3
- models/mutation.sites.updateSocketInterface.json +126 -18
- models/mutation.xdr.addStoryComment.json +622 -0
- models/mutation.xdr.analystFeedback.json +28820 -0
- models/mutation.xdr.deleteStoryComment.json +622 -0
- models/query.accountMetrics.json +341 -0
- models/query.accountSnapshot.json +120 -0
- models/query.appStatsTimeSeries.json +37 -0
- models/query.auditFeed.json +292 -52
- models/query.events.json +1196 -236
- models/query.eventsFeed.json +292 -52
- models/query.eventsTimeSeries.json +941 -184
- models/query.policy.json +2047 -156
- models/query.sandbox.json +2047 -0
- models/query.xdr.stories.json +134 -4
- models/query.xdr.story.json +116 -4
- schema/catolib.py +3 -4
- {catocli-1.0.19.dist-info → catocli-1.0.20.dist-info}/LICENSE +0 -0
- {catocli-1.0.19.dist-info → catocli-1.0.20.dist-info}/WHEEL +0 -0
- {catocli-1.0.19.dist-info → catocli-1.0.20.dist-info}/entry_points.txt +0 -0
- {catocli-1.0.19.dist-info → catocli-1.0.20.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
|
+
}
|