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.

Files changed (100) hide show
  1. catocli/Utils/clidriver.py +6 -0
  2. catocli/__init__.py +1 -1
  3. catocli/parsers/mutation_policy/__init__.py +174 -0
  4. catocli/parsers/mutation_policy_dynamicIpAllocation/README.md +7 -0
  5. catocli/parsers/mutation_policy_dynamicIpAllocation_addRule/README.md +18 -0
  6. catocli/parsers/mutation_policy_dynamicIpAllocation_addSection/README.md +18 -0
  7. catocli/parsers/mutation_policy_dynamicIpAllocation_createPolicyRevision/README.md +18 -0
  8. catocli/parsers/mutation_policy_dynamicIpAllocation_discardPolicyRevision/README.md +18 -0
  9. catocli/parsers/mutation_policy_dynamicIpAllocation_moveRule/README.md +18 -0
  10. catocli/parsers/mutation_policy_dynamicIpAllocation_moveSection/README.md +18 -0
  11. catocli/parsers/mutation_policy_dynamicIpAllocation_publishPolicyRevision/README.md +18 -0
  12. catocli/parsers/mutation_policy_dynamicIpAllocation_removeRule/README.md +18 -0
  13. catocli/parsers/mutation_policy_dynamicIpAllocation_removeSection/README.md +18 -0
  14. catocli/parsers/mutation_policy_dynamicIpAllocation_updatePolicy/README.md +18 -0
  15. catocli/parsers/mutation_policy_dynamicIpAllocation_updateRule/README.md +18 -0
  16. catocli/parsers/mutation_policy_dynamicIpAllocation_updateSection/README.md +18 -0
  17. catocli/parsers/mutation_sandbox/README.md +7 -0
  18. catocli/parsers/mutation_sandbox/__init__.py +37 -0
  19. catocli/parsers/mutation_sandbox_deleteReport/README.md +17 -0
  20. catocli/parsers/mutation_sandbox_uploadFile/README.md +17 -0
  21. catocli/parsers/mutation_site/__init__.py +28 -0
  22. catocli/parsers/mutation_site_addIpsecIkeV2Site/README.md +1 -1
  23. catocli/parsers/mutation_site_addIpsecIkeV2SiteTunnels/README.md +1 -1
  24. catocli/parsers/mutation_site_addSecondaryAwsVSocket/README.md +17 -0
  25. catocli/parsers/mutation_site_addSecondaryAzureVSocket/README.md +17 -0
  26. catocli/parsers/mutation_site_addSocketSite/README.md +1 -1
  27. catocli/parsers/mutation_site_updateIpsecIkeV2SiteTunnels/README.md +1 -1
  28. catocli/parsers/mutation_site_updateSocketInterface/README.md +1 -1
  29. catocli/parsers/mutation_sites/__init__.py +28 -0
  30. catocli/parsers/mutation_sites_addIpsecIkeV2Site/README.md +1 -1
  31. catocli/parsers/mutation_sites_addIpsecIkeV2SiteTunnels/README.md +1 -1
  32. catocli/parsers/mutation_sites_addSecondaryAwsVSocket/README.md +17 -0
  33. catocli/parsers/mutation_sites_addSecondaryAzureVSocket/README.md +17 -0
  34. catocli/parsers/mutation_sites_addSocketSite/README.md +1 -1
  35. catocli/parsers/mutation_sites_updateIpsecIkeV2SiteTunnels/README.md +1 -1
  36. catocli/parsers/mutation_sites_updateSocketInterface/README.md +1 -1
  37. catocli/parsers/mutation_xdr/README.md +7 -0
  38. catocli/parsers/mutation_xdr/__init__.py +51 -0
  39. catocli/parsers/mutation_xdr_addStoryComment/README.md +17 -0
  40. catocli/parsers/mutation_xdr_analystFeedback/README.md +18 -0
  41. catocli/parsers/mutation_xdr_deleteStoryComment/README.md +17 -0
  42. catocli/parsers/query_accountMetrics/README.md +2 -1
  43. catocli/parsers/query_appStatsTimeSeries/README.md +2 -1
  44. catocli/parsers/query_eventsFeed/README.md +1 -1
  45. catocli/parsers/query_eventsTimeSeries/README.md +2 -1
  46. catocli/parsers/query_policy/README.md +2 -1
  47. catocli/parsers/query_sandbox/README.md +17 -0
  48. catocli/parsers/query_sandbox/__init__.py +17 -0
  49. catocli/parsers/query_xdr_story/README.md +1 -1
  50. {catocli-1.0.19.dist-info → catocli-1.0.20.dist-info}/METADATA +1 -1
  51. {catocli-1.0.19.dist-info → catocli-1.0.20.dist-info}/RECORD +100 -50
  52. models/mutation.policy.dynamicIpAllocation.addRule.json +3696 -0
  53. models/mutation.policy.dynamicIpAllocation.addSection.json +1358 -0
  54. models/mutation.policy.dynamicIpAllocation.createPolicyRevision.json +2175 -0
  55. models/mutation.policy.dynamicIpAllocation.discardPolicyRevision.json +2109 -0
  56. models/mutation.policy.dynamicIpAllocation.moveRule.json +1907 -0
  57. models/mutation.policy.dynamicIpAllocation.moveSection.json +1259 -0
  58. models/mutation.policy.dynamicIpAllocation.publishPolicyRevision.json +2166 -0
  59. models/mutation.policy.dynamicIpAllocation.removeRule.json +1555 -0
  60. models/mutation.policy.dynamicIpAllocation.removeSection.json +958 -0
  61. models/mutation.policy.dynamicIpAllocation.updatePolicy.json +2185 -0
  62. models/mutation.policy.dynamicIpAllocation.updateRule.json +3374 -0
  63. models/mutation.policy.dynamicIpAllocation.updateSection.json +1111 -0
  64. models/mutation.sandbox.deleteReport.json +302 -0
  65. models/mutation.sandbox.uploadFile.json +301 -0
  66. models/mutation.site.addIpsecIkeV2Site.json +57 -0
  67. models/mutation.site.addIpsecIkeV2SiteTunnels.json +222 -0
  68. models/mutation.site.addSecondaryAwsVSocket.json +707 -0
  69. models/mutation.site.addSecondaryAzureVSocket.json +647 -0
  70. models/mutation.site.addSocketSite.json +72 -15
  71. models/mutation.site.updateIpsecIkeV2SiteTunnels.json +222 -0
  72. models/mutation.site.updateNetworkRange.json +3 -3
  73. models/mutation.site.updateSocketInterface.json +126 -18
  74. models/mutation.sites.addIpsecIkeV2Site.json +57 -0
  75. models/mutation.sites.addIpsecIkeV2SiteTunnels.json +222 -0
  76. models/mutation.sites.addSecondaryAwsVSocket.json +707 -0
  77. models/mutation.sites.addSecondaryAzureVSocket.json +647 -0
  78. models/mutation.sites.addSocketSite.json +72 -15
  79. models/mutation.sites.updateIpsecIkeV2SiteTunnels.json +222 -0
  80. models/mutation.sites.updateNetworkRange.json +3 -3
  81. models/mutation.sites.updateSocketInterface.json +126 -18
  82. models/mutation.xdr.addStoryComment.json +622 -0
  83. models/mutation.xdr.analystFeedback.json +28820 -0
  84. models/mutation.xdr.deleteStoryComment.json +622 -0
  85. models/query.accountMetrics.json +341 -0
  86. models/query.accountSnapshot.json +120 -0
  87. models/query.appStatsTimeSeries.json +37 -0
  88. models/query.auditFeed.json +292 -52
  89. models/query.events.json +1196 -236
  90. models/query.eventsFeed.json +292 -52
  91. models/query.eventsTimeSeries.json +941 -184
  92. models/query.policy.json +2047 -156
  93. models/query.sandbox.json +2047 -0
  94. models/query.xdr.stories.json +134 -4
  95. models/query.xdr.story.json +116 -4
  96. schema/catolib.py +3 -4
  97. {catocli-1.0.19.dist-info → catocli-1.0.20.dist-info}/LICENSE +0 -0
  98. {catocli-1.0.19.dist-info → catocli-1.0.20.dist-info}/WHEEL +0 -0
  99. {catocli-1.0.19.dist-info → catocli-1.0.20.dist-info}/entry_points.txt +0 -0
  100. {catocli-1.0.19.dist-info → catocli-1.0.20.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,2047 @@
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
+ "deprecationReason": null,
24
+ "description": null,
25
+ "fieldTypes": {
26
+ "DateTimeFilterInput": true,
27
+ "PageInfo": true,
28
+ "PagingInput": true,
29
+ "SandboxReport": true,
30
+ "SandboxReportsFilterInput": true,
31
+ "SandboxReportsPayload": true,
32
+ "SandboxReportsSortInput": true,
33
+ "SandboxStatus": true,
34
+ "SandboxVerdict": true,
35
+ "SortOrder": true,
36
+ "SortOrderInput": true,
37
+ "StringFilterInput": true
38
+ },
39
+ "isDeprecated": false,
40
+ "name": "sandbox",
41
+ "operationArgs": {
42
+ "accountId": {
43
+ "defaultValue": null,
44
+ "description": null,
45
+ "id_str": "accountId",
46
+ "name": "accountId",
47
+ "path": "accountId",
48
+ "requestStr": "$accountId:ID! ",
49
+ "required": true,
50
+ "responseStr": "accountId:$accountId ",
51
+ "type": {
52
+ "kind": [
53
+ "NON_NULL",
54
+ "SCALAR"
55
+ ],
56
+ "name": "ID",
57
+ "non_null": false
58
+ },
59
+ "varName": "accountId"
60
+ },
61
+ "sandboxReportsInput": {
62
+ "defaultValue": null,
63
+ "description": null,
64
+ "id_str": "reports___input",
65
+ "name": "input",
66
+ "path": "reports.input",
67
+ "requestStr": "$sandboxReportsInput:SandboxReportsInput ",
68
+ "required": false,
69
+ "responseStr": "input:$sandboxReportsInput ",
70
+ "type": {
71
+ "definition": {
72
+ "description": " Sandbox reports query input ",
73
+ "enumValues": null,
74
+ "fields": null,
75
+ "inputFields": {
76
+ "filter": {
77
+ "defaultValue": null,
78
+ "description": " Query filter criteria ",
79
+ "id_str": "reports___input___filter",
80
+ "name": "filter",
81
+ "path": "reports.input.filter",
82
+ "requestStr": "$sandboxReportsFilterInput:SandboxReportsFilterInput ",
83
+ "required": false,
84
+ "responseStr": "filter:$sandboxReportsFilterInput ",
85
+ "type": {
86
+ "definition": {
87
+ "description": " Sandbox reports query filter ",
88
+ "enumValues": null,
89
+ "fields": null,
90
+ "inputFields": {
91
+ "fileHash": {
92
+ "defaultValue": null,
93
+ "description": " File hash filter ",
94
+ "id_str": "reports___input___filter___fileHash",
95
+ "name": "fileHash",
96
+ "path": "reports.input.filter.fileHash",
97
+ "requestStr": "$stringFilterInput:[StringFilterInput] ",
98
+ "required": false,
99
+ "responseStr": "fileHash:$stringFilterInput ",
100
+ "type": {
101
+ "definition": {
102
+ "description": null,
103
+ "enumValues": null,
104
+ "fields": null,
105
+ "inputFields": {
106
+ "eq": {
107
+ "defaultValue": null,
108
+ "description": null,
109
+ "id_str": "reports___input___filter___fileHash___eq",
110
+ "name": "eq",
111
+ "path": "reports.input.filter.fileHash.eq",
112
+ "requestStr": "$eq:String ",
113
+ "required": false,
114
+ "responseStr": "eq:$eq ",
115
+ "type": {
116
+ "kind": [
117
+ "SCALAR"
118
+ ],
119
+ "name": "String",
120
+ "non_null": false
121
+ },
122
+ "varName": "eq"
123
+ },
124
+ "in": {
125
+ "defaultValue": null,
126
+ "description": null,
127
+ "id_str": "reports___input___filter___fileHash___in",
128
+ "name": "in",
129
+ "path": "reports.input.filter.fileHash.in",
130
+ "requestStr": "$in:[String] ",
131
+ "required": false,
132
+ "responseStr": "in:$in ",
133
+ "type": {
134
+ "kind": [
135
+ "LIST",
136
+ "NON_NULL",
137
+ "SCALAR"
138
+ ],
139
+ "name": "String",
140
+ "non_null": false
141
+ },
142
+ "varName": "in"
143
+ },
144
+ "neq": {
145
+ "defaultValue": null,
146
+ "description": null,
147
+ "id_str": "reports___input___filter___fileHash___neq",
148
+ "name": "neq",
149
+ "path": "reports.input.filter.fileHash.neq",
150
+ "requestStr": "$neq:String ",
151
+ "required": false,
152
+ "responseStr": "neq:$neq ",
153
+ "type": {
154
+ "kind": [
155
+ "SCALAR"
156
+ ],
157
+ "name": "String",
158
+ "non_null": false
159
+ },
160
+ "varName": "neq"
161
+ },
162
+ "nin": {
163
+ "defaultValue": null,
164
+ "description": null,
165
+ "id_str": "reports___input___filter___fileHash___nin",
166
+ "name": "nin",
167
+ "path": "reports.input.filter.fileHash.nin",
168
+ "requestStr": "$nin:[String] ",
169
+ "required": false,
170
+ "responseStr": "nin:$nin ",
171
+ "type": {
172
+ "kind": [
173
+ "LIST",
174
+ "NON_NULL",
175
+ "SCALAR"
176
+ ],
177
+ "name": "String",
178
+ "non_null": false
179
+ },
180
+ "varName": "nin"
181
+ }
182
+ },
183
+ "interfaces": null,
184
+ "kind": "INPUT_OBJECT",
185
+ "name": "StringFilterInput",
186
+ "possibleTypes": null
187
+ },
188
+ "indexType": "input_object",
189
+ "kind": [
190
+ "LIST",
191
+ "NON_NULL",
192
+ "INPUT_OBJECT"
193
+ ],
194
+ "name": "StringFilterInput",
195
+ "non_null": false
196
+ },
197
+ "varName": "stringFilterInput"
198
+ },
199
+ "fileName": {
200
+ "defaultValue": null,
201
+ "description": " File name filter ",
202
+ "id_str": "reports___input___filter___fileName",
203
+ "name": "fileName",
204
+ "path": "reports.input.filter.fileName",
205
+ "requestStr": "$stringFilterInput:[StringFilterInput] ",
206
+ "required": false,
207
+ "responseStr": "fileName:$stringFilterInput ",
208
+ "type": {
209
+ "definition": {
210
+ "description": null,
211
+ "enumValues": null,
212
+ "fields": null,
213
+ "inputFields": {
214
+ "eq": {
215
+ "defaultValue": null,
216
+ "description": null,
217
+ "id_str": "reports___input___filter___fileName___eq",
218
+ "name": "eq",
219
+ "path": "reports.input.filter.fileName.eq",
220
+ "requestStr": "$eq:String ",
221
+ "required": false,
222
+ "responseStr": "eq:$eq ",
223
+ "type": {
224
+ "kind": [
225
+ "SCALAR"
226
+ ],
227
+ "name": "String",
228
+ "non_null": false
229
+ },
230
+ "varName": "eq"
231
+ },
232
+ "in": {
233
+ "defaultValue": null,
234
+ "description": null,
235
+ "id_str": "reports___input___filter___fileName___in",
236
+ "name": "in",
237
+ "path": "reports.input.filter.fileName.in",
238
+ "requestStr": "$in:[String] ",
239
+ "required": false,
240
+ "responseStr": "in:$in ",
241
+ "type": {
242
+ "kind": [
243
+ "LIST",
244
+ "NON_NULL",
245
+ "SCALAR"
246
+ ],
247
+ "name": "String",
248
+ "non_null": false
249
+ },
250
+ "varName": "in"
251
+ },
252
+ "neq": {
253
+ "defaultValue": null,
254
+ "description": null,
255
+ "id_str": "reports___input___filter___fileName___neq",
256
+ "name": "neq",
257
+ "path": "reports.input.filter.fileName.neq",
258
+ "requestStr": "$neq:String ",
259
+ "required": false,
260
+ "responseStr": "neq:$neq ",
261
+ "type": {
262
+ "kind": [
263
+ "SCALAR"
264
+ ],
265
+ "name": "String",
266
+ "non_null": false
267
+ },
268
+ "varName": "neq"
269
+ },
270
+ "nin": {
271
+ "defaultValue": null,
272
+ "description": null,
273
+ "id_str": "reports___input___filter___fileName___nin",
274
+ "name": "nin",
275
+ "path": "reports.input.filter.fileName.nin",
276
+ "requestStr": "$nin:[String] ",
277
+ "required": false,
278
+ "responseStr": "nin:$nin ",
279
+ "type": {
280
+ "kind": [
281
+ "LIST",
282
+ "NON_NULL",
283
+ "SCALAR"
284
+ ],
285
+ "name": "String",
286
+ "non_null": false
287
+ },
288
+ "varName": "nin"
289
+ }
290
+ },
291
+ "interfaces": null,
292
+ "kind": "INPUT_OBJECT",
293
+ "name": "StringFilterInput",
294
+ "possibleTypes": null
295
+ },
296
+ "indexType": "input_object",
297
+ "kind": [
298
+ "LIST",
299
+ "NON_NULL",
300
+ "INPUT_OBJECT"
301
+ ],
302
+ "name": "StringFilterInput",
303
+ "non_null": false
304
+ },
305
+ "varName": "stringFilterInput"
306
+ },
307
+ "reportCreateDate": {
308
+ "defaultValue": null,
309
+ "description": " Report creation date filter ",
310
+ "id_str": "reports___input___filter___reportCreateDate",
311
+ "name": "reportCreateDate",
312
+ "path": "reports.input.filter.reportCreateDate",
313
+ "requestStr": "$dateTimeFilterInput:[DateTimeFilterInput] ",
314
+ "required": false,
315
+ "responseStr": "reportCreateDate:$dateTimeFilterInput ",
316
+ "type": {
317
+ "definition": {
318
+ "description": null,
319
+ "enumValues": null,
320
+ "fields": null,
321
+ "inputFields": {
322
+ "between": {
323
+ "defaultValue": null,
324
+ "description": null,
325
+ "id_str": "reports___input___filter___reportCreateDate___between",
326
+ "name": "between",
327
+ "path": "reports.input.filter.reportCreateDate.between",
328
+ "requestStr": "$between:[DateTime] ",
329
+ "required": false,
330
+ "responseStr": "between:$between ",
331
+ "type": {
332
+ "kind": [
333
+ "LIST",
334
+ "NON_NULL",
335
+ "SCALAR"
336
+ ],
337
+ "name": "DateTime",
338
+ "non_null": false
339
+ },
340
+ "varName": "between"
341
+ },
342
+ "eq": {
343
+ "defaultValue": null,
344
+ "description": null,
345
+ "id_str": "reports___input___filter___reportCreateDate___eq",
346
+ "name": "eq",
347
+ "path": "reports.input.filter.reportCreateDate.eq",
348
+ "requestStr": "$eq:DateTime ",
349
+ "required": false,
350
+ "responseStr": "eq:$eq ",
351
+ "type": {
352
+ "kind": [
353
+ "SCALAR"
354
+ ],
355
+ "name": "DateTime",
356
+ "non_null": false
357
+ },
358
+ "varName": "eq"
359
+ },
360
+ "gt": {
361
+ "defaultValue": null,
362
+ "description": null,
363
+ "id_str": "reports___input___filter___reportCreateDate___gt",
364
+ "name": "gt",
365
+ "path": "reports.input.filter.reportCreateDate.gt",
366
+ "requestStr": "$gt:DateTime ",
367
+ "required": false,
368
+ "responseStr": "gt:$gt ",
369
+ "type": {
370
+ "kind": [
371
+ "SCALAR"
372
+ ],
373
+ "name": "DateTime",
374
+ "non_null": false
375
+ },
376
+ "varName": "gt"
377
+ },
378
+ "gte": {
379
+ "defaultValue": null,
380
+ "description": null,
381
+ "id_str": "reports___input___filter___reportCreateDate___gte",
382
+ "name": "gte",
383
+ "path": "reports.input.filter.reportCreateDate.gte",
384
+ "requestStr": "$gte:DateTime ",
385
+ "required": false,
386
+ "responseStr": "gte:$gte ",
387
+ "type": {
388
+ "kind": [
389
+ "SCALAR"
390
+ ],
391
+ "name": "DateTime",
392
+ "non_null": false
393
+ },
394
+ "varName": "gte"
395
+ },
396
+ "in": {
397
+ "defaultValue": null,
398
+ "description": null,
399
+ "id_str": "reports___input___filter___reportCreateDate___in",
400
+ "name": "in",
401
+ "path": "reports.input.filter.reportCreateDate.in",
402
+ "requestStr": "$in:[DateTime] ",
403
+ "required": false,
404
+ "responseStr": "in:$in ",
405
+ "type": {
406
+ "kind": [
407
+ "LIST",
408
+ "NON_NULL",
409
+ "SCALAR"
410
+ ],
411
+ "name": "DateTime",
412
+ "non_null": false
413
+ },
414
+ "varName": "in"
415
+ },
416
+ "lt": {
417
+ "defaultValue": null,
418
+ "description": null,
419
+ "id_str": "reports___input___filter___reportCreateDate___lt",
420
+ "name": "lt",
421
+ "path": "reports.input.filter.reportCreateDate.lt",
422
+ "requestStr": "$lt:DateTime ",
423
+ "required": false,
424
+ "responseStr": "lt:$lt ",
425
+ "type": {
426
+ "kind": [
427
+ "SCALAR"
428
+ ],
429
+ "name": "DateTime",
430
+ "non_null": false
431
+ },
432
+ "varName": "lt"
433
+ },
434
+ "lte": {
435
+ "defaultValue": null,
436
+ "description": null,
437
+ "id_str": "reports___input___filter___reportCreateDate___lte",
438
+ "name": "lte",
439
+ "path": "reports.input.filter.reportCreateDate.lte",
440
+ "requestStr": "$lte:DateTime ",
441
+ "required": false,
442
+ "responseStr": "lte:$lte ",
443
+ "type": {
444
+ "kind": [
445
+ "SCALAR"
446
+ ],
447
+ "name": "DateTime",
448
+ "non_null": false
449
+ },
450
+ "varName": "lte"
451
+ },
452
+ "neq": {
453
+ "defaultValue": null,
454
+ "description": null,
455
+ "id_str": "reports___input___filter___reportCreateDate___neq",
456
+ "name": "neq",
457
+ "path": "reports.input.filter.reportCreateDate.neq",
458
+ "requestStr": "$neq:DateTime ",
459
+ "required": false,
460
+ "responseStr": "neq:$neq ",
461
+ "type": {
462
+ "kind": [
463
+ "SCALAR"
464
+ ],
465
+ "name": "DateTime",
466
+ "non_null": false
467
+ },
468
+ "varName": "neq"
469
+ },
470
+ "nin": {
471
+ "defaultValue": null,
472
+ "description": null,
473
+ "id_str": "reports___input___filter___reportCreateDate___nin",
474
+ "name": "nin",
475
+ "path": "reports.input.filter.reportCreateDate.nin",
476
+ "requestStr": "$nin:[DateTime] ",
477
+ "required": false,
478
+ "responseStr": "nin:$nin ",
479
+ "type": {
480
+ "kind": [
481
+ "LIST",
482
+ "NON_NULL",
483
+ "SCALAR"
484
+ ],
485
+ "name": "DateTime",
486
+ "non_null": false
487
+ },
488
+ "varName": "nin"
489
+ }
490
+ },
491
+ "interfaces": null,
492
+ "kind": "INPUT_OBJECT",
493
+ "name": "DateTimeFilterInput",
494
+ "possibleTypes": null
495
+ },
496
+ "indexType": "input_object",
497
+ "kind": [
498
+ "LIST",
499
+ "NON_NULL",
500
+ "INPUT_OBJECT"
501
+ ],
502
+ "name": "DateTimeFilterInput",
503
+ "non_null": false
504
+ },
505
+ "varName": "dateTimeFilterInput"
506
+ }
507
+ },
508
+ "interfaces": null,
509
+ "kind": "INPUT_OBJECT",
510
+ "name": "SandboxReportsFilterInput",
511
+ "possibleTypes": null
512
+ },
513
+ "indexType": "input_object",
514
+ "kind": [
515
+ "INPUT_OBJECT"
516
+ ],
517
+ "name": "SandboxReportsFilterInput",
518
+ "non_null": false
519
+ },
520
+ "varName": "sandboxReportsFilterInput"
521
+ },
522
+ "paging": {
523
+ "defaultValue": "{limit: 25, from: 0}",
524
+ "description": " Query pagination criteria ",
525
+ "id_str": "reports___input___paging",
526
+ "name": "paging",
527
+ "path": "reports.input.paging",
528
+ "requestStr": "$pagingInput:PagingInput! ",
529
+ "required": true,
530
+ "responseStr": "paging:$pagingInput ",
531
+ "type": {
532
+ "definition": {
533
+ "description": null,
534
+ "enumValues": null,
535
+ "fields": null,
536
+ "inputFields": {
537
+ "from": {
538
+ "defaultValue": "0",
539
+ "description": null,
540
+ "id_str": "reports___input___paging___from",
541
+ "name": "from",
542
+ "path": "reports.input.paging.from",
543
+ "requestStr": "$from:Int! ",
544
+ "required": true,
545
+ "responseStr": "from:$from ",
546
+ "type": {
547
+ "kind": [
548
+ "NON_NULL",
549
+ "SCALAR"
550
+ ],
551
+ "name": "Int",
552
+ "non_null": false
553
+ },
554
+ "varName": "from"
555
+ },
556
+ "limit": {
557
+ "defaultValue": "100",
558
+ "description": null,
559
+ "id_str": "reports___input___paging___limit",
560
+ "name": "limit",
561
+ "path": "reports.input.paging.limit",
562
+ "requestStr": "$limit:Int! ",
563
+ "required": true,
564
+ "responseStr": "limit:$limit ",
565
+ "type": {
566
+ "kind": [
567
+ "NON_NULL",
568
+ "SCALAR"
569
+ ],
570
+ "name": "Int",
571
+ "non_null": false
572
+ },
573
+ "varName": "limit"
574
+ }
575
+ },
576
+ "interfaces": null,
577
+ "kind": "INPUT_OBJECT",
578
+ "name": "PagingInput",
579
+ "possibleTypes": null
580
+ },
581
+ "indexType": "input_object",
582
+ "kind": [
583
+ "NON_NULL",
584
+ "INPUT_OBJECT"
585
+ ],
586
+ "name": "PagingInput",
587
+ "non_null": false
588
+ },
589
+ "varName": "pagingInput"
590
+ },
591
+ "sort": {
592
+ "defaultValue": "{reportCreateDate: {direction: DESC, priority: 1}}",
593
+ "description": " Query sorting criteria ",
594
+ "id_str": "reports___input___sort",
595
+ "name": "sort",
596
+ "path": "reports.input.sort",
597
+ "requestStr": "$sandboxReportsSortInput:SandboxReportsSortInput! ",
598
+ "required": true,
599
+ "responseStr": "sort:$sandboxReportsSortInput ",
600
+ "type": {
601
+ "definition": {
602
+ "description": " Sandbox reports query sorting ",
603
+ "enumValues": null,
604
+ "fields": null,
605
+ "inputFields": {
606
+ "fileName": {
607
+ "defaultValue": null,
608
+ "description": " Sort by file name ",
609
+ "id_str": "reports___input___sort___fileName",
610
+ "name": "fileName",
611
+ "path": "reports.input.sort.fileName",
612
+ "requestStr": "$sortOrderInput:SortOrderInput ",
613
+ "required": false,
614
+ "responseStr": "fileName:$sortOrderInput ",
615
+ "type": {
616
+ "definition": {
617
+ "description": null,
618
+ "enumValues": null,
619
+ "fields": null,
620
+ "inputFields": {
621
+ "direction": {
622
+ "defaultValue": "ASC",
623
+ "description": null,
624
+ "id_str": "reports___input___sort___fileName___direction",
625
+ "name": "direction",
626
+ "path": "reports.input.sort.fileName.direction",
627
+ "requestStr": "$direction:SortOrder! ",
628
+ "required": true,
629
+ "responseStr": "direction:$direction ",
630
+ "type": {
631
+ "definition": {
632
+ "description": null,
633
+ "enumValues": [
634
+ {
635
+ "deprecationReason": null,
636
+ "description": null,
637
+ "isDeprecated": false,
638
+ "name": "ASC"
639
+ },
640
+ {
641
+ "deprecationReason": null,
642
+ "description": null,
643
+ "isDeprecated": false,
644
+ "name": "DESC"
645
+ }
646
+ ],
647
+ "fields": null,
648
+ "inputFields": null,
649
+ "interfaces": null,
650
+ "kind": "ENUM",
651
+ "name": "SortOrder",
652
+ "possibleTypes": null
653
+ },
654
+ "indexType": "enum",
655
+ "kind": [
656
+ "NON_NULL",
657
+ "ENUM"
658
+ ],
659
+ "name": "SortOrder",
660
+ "non_null": false
661
+ },
662
+ "varName": "direction"
663
+ },
664
+ "priority": {
665
+ "defaultValue": "1",
666
+ "description": null,
667
+ "id_str": "reports___input___sort___fileName___priority",
668
+ "name": "priority",
669
+ "path": "reports.input.sort.fileName.priority",
670
+ "requestStr": "$priority:Int! ",
671
+ "required": true,
672
+ "responseStr": "priority:$priority ",
673
+ "type": {
674
+ "kind": [
675
+ "NON_NULL",
676
+ "SCALAR"
677
+ ],
678
+ "name": "Int",
679
+ "non_null": false
680
+ },
681
+ "varName": "priority"
682
+ }
683
+ },
684
+ "interfaces": null,
685
+ "kind": "INPUT_OBJECT",
686
+ "name": "SortOrderInput",
687
+ "possibleTypes": null
688
+ },
689
+ "indexType": "input_object",
690
+ "kind": [
691
+ "INPUT_OBJECT"
692
+ ],
693
+ "name": "SortOrderInput",
694
+ "non_null": false
695
+ },
696
+ "varName": "sortOrderInput"
697
+ },
698
+ "reportCreateDate": {
699
+ "defaultValue": null,
700
+ "description": " Sort by report creation date ",
701
+ "id_str": "reports___input___sort___reportCreateDate",
702
+ "name": "reportCreateDate",
703
+ "path": "reports.input.sort.reportCreateDate",
704
+ "requestStr": "$sortOrderInput:SortOrderInput ",
705
+ "required": false,
706
+ "responseStr": "reportCreateDate:$sortOrderInput ",
707
+ "type": {
708
+ "definition": {
709
+ "description": null,
710
+ "enumValues": null,
711
+ "fields": null,
712
+ "inputFields": {
713
+ "direction": {
714
+ "defaultValue": "ASC",
715
+ "description": null,
716
+ "id_str": "reports___input___sort___reportCreateDate___direction",
717
+ "name": "direction",
718
+ "path": "reports.input.sort.reportCreateDate.direction",
719
+ "requestStr": "$direction:SortOrder! ",
720
+ "required": true,
721
+ "responseStr": "direction:$direction ",
722
+ "type": {
723
+ "definition": {
724
+ "description": null,
725
+ "enumValues": [
726
+ {
727
+ "deprecationReason": null,
728
+ "description": null,
729
+ "isDeprecated": false,
730
+ "name": "ASC"
731
+ },
732
+ {
733
+ "deprecationReason": null,
734
+ "description": null,
735
+ "isDeprecated": false,
736
+ "name": "DESC"
737
+ }
738
+ ],
739
+ "fields": null,
740
+ "inputFields": null,
741
+ "interfaces": null,
742
+ "kind": "ENUM",
743
+ "name": "SortOrder",
744
+ "possibleTypes": null
745
+ },
746
+ "indexType": "enum",
747
+ "kind": [
748
+ "NON_NULL",
749
+ "ENUM"
750
+ ],
751
+ "name": "SortOrder",
752
+ "non_null": false
753
+ },
754
+ "varName": "direction"
755
+ },
756
+ "priority": {
757
+ "defaultValue": "1",
758
+ "description": null,
759
+ "id_str": "reports___input___sort___reportCreateDate___priority",
760
+ "name": "priority",
761
+ "path": "reports.input.sort.reportCreateDate.priority",
762
+ "requestStr": "$priority:Int! ",
763
+ "required": true,
764
+ "responseStr": "priority:$priority ",
765
+ "type": {
766
+ "kind": [
767
+ "NON_NULL",
768
+ "SCALAR"
769
+ ],
770
+ "name": "Int",
771
+ "non_null": false
772
+ },
773
+ "varName": "priority"
774
+ }
775
+ },
776
+ "interfaces": null,
777
+ "kind": "INPUT_OBJECT",
778
+ "name": "SortOrderInput",
779
+ "possibleTypes": null
780
+ },
781
+ "indexType": "input_object",
782
+ "kind": [
783
+ "INPUT_OBJECT"
784
+ ],
785
+ "name": "SortOrderInput",
786
+ "non_null": false
787
+ },
788
+ "varName": "sortOrderInput"
789
+ }
790
+ },
791
+ "interfaces": null,
792
+ "kind": "INPUT_OBJECT",
793
+ "name": "SandboxReportsSortInput",
794
+ "possibleTypes": null
795
+ },
796
+ "indexType": "input_object",
797
+ "kind": [
798
+ "NON_NULL",
799
+ "INPUT_OBJECT"
800
+ ],
801
+ "name": "SandboxReportsSortInput",
802
+ "non_null": false
803
+ },
804
+ "varName": "sandboxReportsSortInput"
805
+ }
806
+ },
807
+ "interfaces": null,
808
+ "kind": "INPUT_OBJECT",
809
+ "name": "SandboxReportsInput",
810
+ "possibleTypes": null
811
+ },
812
+ "indexType": "input_object",
813
+ "kind": [
814
+ "INPUT_OBJECT"
815
+ ],
816
+ "name": "SandboxReportsInput",
817
+ "non_null": false
818
+ },
819
+ "varName": "sandboxReportsInput"
820
+ }
821
+ },
822
+ "path": "query.sandbox",
823
+ "type": {
824
+ "definition": {
825
+ "description": null,
826
+ "enumValues": null,
827
+ "fields": {
828
+ "reports": {
829
+ "args": {
830
+ "reports___input": {
831
+ "defaultValue": null,
832
+ "description": null,
833
+ "id_str": "reports___input",
834
+ "name": "input",
835
+ "path": "reports.input",
836
+ "requestStr": "$sandboxReportsInput:SandboxReportsInput ",
837
+ "required": false,
838
+ "responseStr": "input:$sandboxReportsInput ",
839
+ "type": {
840
+ "definition": {
841
+ "description": " Sandbox reports query input ",
842
+ "enumValues": null,
843
+ "fields": null,
844
+ "inputFields": {
845
+ "filter": {
846
+ "defaultValue": null,
847
+ "description": " Query filter criteria ",
848
+ "id_str": "reports___input___filter",
849
+ "name": "filter",
850
+ "path": "reports.input.filter",
851
+ "requestStr": "$sandboxReportsFilterInput:SandboxReportsFilterInput ",
852
+ "required": false,
853
+ "responseStr": "filter:$sandboxReportsFilterInput ",
854
+ "type": {
855
+ "definition": {
856
+ "description": " Sandbox reports query filter ",
857
+ "enumValues": null,
858
+ "fields": null,
859
+ "inputFields": {
860
+ "fileHash": {
861
+ "defaultValue": null,
862
+ "description": " File hash filter ",
863
+ "id_str": "reports___input___filter___fileHash",
864
+ "name": "fileHash",
865
+ "path": "reports.input.filter.fileHash",
866
+ "requestStr": "$stringFilterInput:[StringFilterInput] ",
867
+ "required": false,
868
+ "responseStr": "fileHash:$stringFilterInput ",
869
+ "type": {
870
+ "definition": {
871
+ "description": null,
872
+ "enumValues": null,
873
+ "fields": null,
874
+ "inputFields": {
875
+ "eq": {
876
+ "defaultValue": null,
877
+ "description": null,
878
+ "id_str": "reports___input___filter___fileHash___eq",
879
+ "name": "eq",
880
+ "path": "reports.input.filter.fileHash.eq",
881
+ "requestStr": "$eq:String ",
882
+ "required": false,
883
+ "responseStr": "eq:$eq ",
884
+ "type": {
885
+ "kind": [
886
+ "SCALAR"
887
+ ],
888
+ "name": "String",
889
+ "non_null": false
890
+ },
891
+ "varName": "eq"
892
+ },
893
+ "in": {
894
+ "defaultValue": null,
895
+ "description": null,
896
+ "id_str": "reports___input___filter___fileHash___in",
897
+ "name": "in",
898
+ "path": "reports.input.filter.fileHash.in",
899
+ "requestStr": "$in:[String] ",
900
+ "required": false,
901
+ "responseStr": "in:$in ",
902
+ "type": {
903
+ "kind": [
904
+ "LIST",
905
+ "NON_NULL",
906
+ "SCALAR"
907
+ ],
908
+ "name": "String",
909
+ "non_null": false
910
+ },
911
+ "varName": "in"
912
+ },
913
+ "neq": {
914
+ "defaultValue": null,
915
+ "description": null,
916
+ "id_str": "reports___input___filter___fileHash___neq",
917
+ "name": "neq",
918
+ "path": "reports.input.filter.fileHash.neq",
919
+ "requestStr": "$neq:String ",
920
+ "required": false,
921
+ "responseStr": "neq:$neq ",
922
+ "type": {
923
+ "kind": [
924
+ "SCALAR"
925
+ ],
926
+ "name": "String",
927
+ "non_null": false
928
+ },
929
+ "varName": "neq"
930
+ },
931
+ "nin": {
932
+ "defaultValue": null,
933
+ "description": null,
934
+ "id_str": "reports___input___filter___fileHash___nin",
935
+ "name": "nin",
936
+ "path": "reports.input.filter.fileHash.nin",
937
+ "requestStr": "$nin:[String] ",
938
+ "required": false,
939
+ "responseStr": "nin:$nin ",
940
+ "type": {
941
+ "kind": [
942
+ "LIST",
943
+ "NON_NULL",
944
+ "SCALAR"
945
+ ],
946
+ "name": "String",
947
+ "non_null": false
948
+ },
949
+ "varName": "nin"
950
+ }
951
+ },
952
+ "interfaces": null,
953
+ "kind": "INPUT_OBJECT",
954
+ "name": "StringFilterInput",
955
+ "possibleTypes": null
956
+ },
957
+ "indexType": "input_object",
958
+ "kind": [
959
+ "LIST",
960
+ "NON_NULL",
961
+ "INPUT_OBJECT"
962
+ ],
963
+ "name": "StringFilterInput",
964
+ "non_null": false
965
+ },
966
+ "varName": "stringFilterInput"
967
+ },
968
+ "fileName": {
969
+ "defaultValue": null,
970
+ "description": " File name filter ",
971
+ "id_str": "reports___input___filter___fileName",
972
+ "name": "fileName",
973
+ "path": "reports.input.filter.fileName",
974
+ "requestStr": "$stringFilterInput:[StringFilterInput] ",
975
+ "required": false,
976
+ "responseStr": "fileName:$stringFilterInput ",
977
+ "type": {
978
+ "definition": {
979
+ "description": null,
980
+ "enumValues": null,
981
+ "fields": null,
982
+ "inputFields": {
983
+ "eq": {
984
+ "defaultValue": null,
985
+ "description": null,
986
+ "id_str": "reports___input___filter___fileName___eq",
987
+ "name": "eq",
988
+ "path": "reports.input.filter.fileName.eq",
989
+ "requestStr": "$eq:String ",
990
+ "required": false,
991
+ "responseStr": "eq:$eq ",
992
+ "type": {
993
+ "kind": [
994
+ "SCALAR"
995
+ ],
996
+ "name": "String",
997
+ "non_null": false
998
+ },
999
+ "varName": "eq"
1000
+ },
1001
+ "in": {
1002
+ "defaultValue": null,
1003
+ "description": null,
1004
+ "id_str": "reports___input___filter___fileName___in",
1005
+ "name": "in",
1006
+ "path": "reports.input.filter.fileName.in",
1007
+ "requestStr": "$in:[String] ",
1008
+ "required": false,
1009
+ "responseStr": "in:$in ",
1010
+ "type": {
1011
+ "kind": [
1012
+ "LIST",
1013
+ "NON_NULL",
1014
+ "SCALAR"
1015
+ ],
1016
+ "name": "String",
1017
+ "non_null": false
1018
+ },
1019
+ "varName": "in"
1020
+ },
1021
+ "neq": {
1022
+ "defaultValue": null,
1023
+ "description": null,
1024
+ "id_str": "reports___input___filter___fileName___neq",
1025
+ "name": "neq",
1026
+ "path": "reports.input.filter.fileName.neq",
1027
+ "requestStr": "$neq:String ",
1028
+ "required": false,
1029
+ "responseStr": "neq:$neq ",
1030
+ "type": {
1031
+ "kind": [
1032
+ "SCALAR"
1033
+ ],
1034
+ "name": "String",
1035
+ "non_null": false
1036
+ },
1037
+ "varName": "neq"
1038
+ },
1039
+ "nin": {
1040
+ "defaultValue": null,
1041
+ "description": null,
1042
+ "id_str": "reports___input___filter___fileName___nin",
1043
+ "name": "nin",
1044
+ "path": "reports.input.filter.fileName.nin",
1045
+ "requestStr": "$nin:[String] ",
1046
+ "required": false,
1047
+ "responseStr": "nin:$nin ",
1048
+ "type": {
1049
+ "kind": [
1050
+ "LIST",
1051
+ "NON_NULL",
1052
+ "SCALAR"
1053
+ ],
1054
+ "name": "String",
1055
+ "non_null": false
1056
+ },
1057
+ "varName": "nin"
1058
+ }
1059
+ },
1060
+ "interfaces": null,
1061
+ "kind": "INPUT_OBJECT",
1062
+ "name": "StringFilterInput",
1063
+ "possibleTypes": null
1064
+ },
1065
+ "indexType": "input_object",
1066
+ "kind": [
1067
+ "LIST",
1068
+ "NON_NULL",
1069
+ "INPUT_OBJECT"
1070
+ ],
1071
+ "name": "StringFilterInput",
1072
+ "non_null": false
1073
+ },
1074
+ "varName": "stringFilterInput"
1075
+ },
1076
+ "reportCreateDate": {
1077
+ "defaultValue": null,
1078
+ "description": " Report creation date filter ",
1079
+ "id_str": "reports___input___filter___reportCreateDate",
1080
+ "name": "reportCreateDate",
1081
+ "path": "reports.input.filter.reportCreateDate",
1082
+ "requestStr": "$dateTimeFilterInput:[DateTimeFilterInput] ",
1083
+ "required": false,
1084
+ "responseStr": "reportCreateDate:$dateTimeFilterInput ",
1085
+ "type": {
1086
+ "definition": {
1087
+ "description": null,
1088
+ "enumValues": null,
1089
+ "fields": null,
1090
+ "inputFields": {
1091
+ "between": {
1092
+ "defaultValue": null,
1093
+ "description": null,
1094
+ "id_str": "reports___input___filter___reportCreateDate___between",
1095
+ "name": "between",
1096
+ "path": "reports.input.filter.reportCreateDate.between",
1097
+ "requestStr": "$between:[DateTime] ",
1098
+ "required": false,
1099
+ "responseStr": "between:$between ",
1100
+ "type": {
1101
+ "kind": [
1102
+ "LIST",
1103
+ "NON_NULL",
1104
+ "SCALAR"
1105
+ ],
1106
+ "name": "DateTime",
1107
+ "non_null": false
1108
+ },
1109
+ "varName": "between"
1110
+ },
1111
+ "eq": {
1112
+ "defaultValue": null,
1113
+ "description": null,
1114
+ "id_str": "reports___input___filter___reportCreateDate___eq",
1115
+ "name": "eq",
1116
+ "path": "reports.input.filter.reportCreateDate.eq",
1117
+ "requestStr": "$eq:DateTime ",
1118
+ "required": false,
1119
+ "responseStr": "eq:$eq ",
1120
+ "type": {
1121
+ "kind": [
1122
+ "SCALAR"
1123
+ ],
1124
+ "name": "DateTime",
1125
+ "non_null": false
1126
+ },
1127
+ "varName": "eq"
1128
+ },
1129
+ "gt": {
1130
+ "defaultValue": null,
1131
+ "description": null,
1132
+ "id_str": "reports___input___filter___reportCreateDate___gt",
1133
+ "name": "gt",
1134
+ "path": "reports.input.filter.reportCreateDate.gt",
1135
+ "requestStr": "$gt:DateTime ",
1136
+ "required": false,
1137
+ "responseStr": "gt:$gt ",
1138
+ "type": {
1139
+ "kind": [
1140
+ "SCALAR"
1141
+ ],
1142
+ "name": "DateTime",
1143
+ "non_null": false
1144
+ },
1145
+ "varName": "gt"
1146
+ },
1147
+ "gte": {
1148
+ "defaultValue": null,
1149
+ "description": null,
1150
+ "id_str": "reports___input___filter___reportCreateDate___gte",
1151
+ "name": "gte",
1152
+ "path": "reports.input.filter.reportCreateDate.gte",
1153
+ "requestStr": "$gte:DateTime ",
1154
+ "required": false,
1155
+ "responseStr": "gte:$gte ",
1156
+ "type": {
1157
+ "kind": [
1158
+ "SCALAR"
1159
+ ],
1160
+ "name": "DateTime",
1161
+ "non_null": false
1162
+ },
1163
+ "varName": "gte"
1164
+ },
1165
+ "in": {
1166
+ "defaultValue": null,
1167
+ "description": null,
1168
+ "id_str": "reports___input___filter___reportCreateDate___in",
1169
+ "name": "in",
1170
+ "path": "reports.input.filter.reportCreateDate.in",
1171
+ "requestStr": "$in:[DateTime] ",
1172
+ "required": false,
1173
+ "responseStr": "in:$in ",
1174
+ "type": {
1175
+ "kind": [
1176
+ "LIST",
1177
+ "NON_NULL",
1178
+ "SCALAR"
1179
+ ],
1180
+ "name": "DateTime",
1181
+ "non_null": false
1182
+ },
1183
+ "varName": "in"
1184
+ },
1185
+ "lt": {
1186
+ "defaultValue": null,
1187
+ "description": null,
1188
+ "id_str": "reports___input___filter___reportCreateDate___lt",
1189
+ "name": "lt",
1190
+ "path": "reports.input.filter.reportCreateDate.lt",
1191
+ "requestStr": "$lt:DateTime ",
1192
+ "required": false,
1193
+ "responseStr": "lt:$lt ",
1194
+ "type": {
1195
+ "kind": [
1196
+ "SCALAR"
1197
+ ],
1198
+ "name": "DateTime",
1199
+ "non_null": false
1200
+ },
1201
+ "varName": "lt"
1202
+ },
1203
+ "lte": {
1204
+ "defaultValue": null,
1205
+ "description": null,
1206
+ "id_str": "reports___input___filter___reportCreateDate___lte",
1207
+ "name": "lte",
1208
+ "path": "reports.input.filter.reportCreateDate.lte",
1209
+ "requestStr": "$lte:DateTime ",
1210
+ "required": false,
1211
+ "responseStr": "lte:$lte ",
1212
+ "type": {
1213
+ "kind": [
1214
+ "SCALAR"
1215
+ ],
1216
+ "name": "DateTime",
1217
+ "non_null": false
1218
+ },
1219
+ "varName": "lte"
1220
+ },
1221
+ "neq": {
1222
+ "defaultValue": null,
1223
+ "description": null,
1224
+ "id_str": "reports___input___filter___reportCreateDate___neq",
1225
+ "name": "neq",
1226
+ "path": "reports.input.filter.reportCreateDate.neq",
1227
+ "requestStr": "$neq:DateTime ",
1228
+ "required": false,
1229
+ "responseStr": "neq:$neq ",
1230
+ "type": {
1231
+ "kind": [
1232
+ "SCALAR"
1233
+ ],
1234
+ "name": "DateTime",
1235
+ "non_null": false
1236
+ },
1237
+ "varName": "neq"
1238
+ },
1239
+ "nin": {
1240
+ "defaultValue": null,
1241
+ "description": null,
1242
+ "id_str": "reports___input___filter___reportCreateDate___nin",
1243
+ "name": "nin",
1244
+ "path": "reports.input.filter.reportCreateDate.nin",
1245
+ "requestStr": "$nin:[DateTime] ",
1246
+ "required": false,
1247
+ "responseStr": "nin:$nin ",
1248
+ "type": {
1249
+ "kind": [
1250
+ "LIST",
1251
+ "NON_NULL",
1252
+ "SCALAR"
1253
+ ],
1254
+ "name": "DateTime",
1255
+ "non_null": false
1256
+ },
1257
+ "varName": "nin"
1258
+ }
1259
+ },
1260
+ "interfaces": null,
1261
+ "kind": "INPUT_OBJECT",
1262
+ "name": "DateTimeFilterInput",
1263
+ "possibleTypes": null
1264
+ },
1265
+ "indexType": "input_object",
1266
+ "kind": [
1267
+ "LIST",
1268
+ "NON_NULL",
1269
+ "INPUT_OBJECT"
1270
+ ],
1271
+ "name": "DateTimeFilterInput",
1272
+ "non_null": false
1273
+ },
1274
+ "varName": "dateTimeFilterInput"
1275
+ }
1276
+ },
1277
+ "interfaces": null,
1278
+ "kind": "INPUT_OBJECT",
1279
+ "name": "SandboxReportsFilterInput",
1280
+ "possibleTypes": null
1281
+ },
1282
+ "indexType": "input_object",
1283
+ "kind": [
1284
+ "INPUT_OBJECT"
1285
+ ],
1286
+ "name": "SandboxReportsFilterInput",
1287
+ "non_null": false
1288
+ },
1289
+ "varName": "sandboxReportsFilterInput"
1290
+ },
1291
+ "paging": {
1292
+ "defaultValue": "{limit: 25, from: 0}",
1293
+ "description": " Query pagination criteria ",
1294
+ "id_str": "reports___input___paging",
1295
+ "name": "paging",
1296
+ "path": "reports.input.paging",
1297
+ "requestStr": "$pagingInput:PagingInput! ",
1298
+ "required": true,
1299
+ "responseStr": "paging:$pagingInput ",
1300
+ "type": {
1301
+ "definition": {
1302
+ "description": null,
1303
+ "enumValues": null,
1304
+ "fields": null,
1305
+ "inputFields": {
1306
+ "from": {
1307
+ "defaultValue": "0",
1308
+ "description": null,
1309
+ "id_str": "reports___input___paging___from",
1310
+ "name": "from",
1311
+ "path": "reports.input.paging.from",
1312
+ "requestStr": "$from:Int! ",
1313
+ "required": true,
1314
+ "responseStr": "from:$from ",
1315
+ "type": {
1316
+ "kind": [
1317
+ "NON_NULL",
1318
+ "SCALAR"
1319
+ ],
1320
+ "name": "Int",
1321
+ "non_null": false
1322
+ },
1323
+ "varName": "from"
1324
+ },
1325
+ "limit": {
1326
+ "defaultValue": "100",
1327
+ "description": null,
1328
+ "id_str": "reports___input___paging___limit",
1329
+ "name": "limit",
1330
+ "path": "reports.input.paging.limit",
1331
+ "requestStr": "$limit:Int! ",
1332
+ "required": true,
1333
+ "responseStr": "limit:$limit ",
1334
+ "type": {
1335
+ "kind": [
1336
+ "NON_NULL",
1337
+ "SCALAR"
1338
+ ],
1339
+ "name": "Int",
1340
+ "non_null": false
1341
+ },
1342
+ "varName": "limit"
1343
+ }
1344
+ },
1345
+ "interfaces": null,
1346
+ "kind": "INPUT_OBJECT",
1347
+ "name": "PagingInput",
1348
+ "possibleTypes": null
1349
+ },
1350
+ "indexType": "input_object",
1351
+ "kind": [
1352
+ "NON_NULL",
1353
+ "INPUT_OBJECT"
1354
+ ],
1355
+ "name": "PagingInput",
1356
+ "non_null": false
1357
+ },
1358
+ "varName": "pagingInput"
1359
+ },
1360
+ "sort": {
1361
+ "defaultValue": "{reportCreateDate: {direction: DESC, priority: 1}}",
1362
+ "description": " Query sorting criteria ",
1363
+ "id_str": "reports___input___sort",
1364
+ "name": "sort",
1365
+ "path": "reports.input.sort",
1366
+ "requestStr": "$sandboxReportsSortInput:SandboxReportsSortInput! ",
1367
+ "required": true,
1368
+ "responseStr": "sort:$sandboxReportsSortInput ",
1369
+ "type": {
1370
+ "definition": {
1371
+ "description": " Sandbox reports query sorting ",
1372
+ "enumValues": null,
1373
+ "fields": null,
1374
+ "inputFields": {
1375
+ "fileName": {
1376
+ "defaultValue": null,
1377
+ "description": " Sort by file name ",
1378
+ "id_str": "reports___input___sort___fileName",
1379
+ "name": "fileName",
1380
+ "path": "reports.input.sort.fileName",
1381
+ "requestStr": "$sortOrderInput:SortOrderInput ",
1382
+ "required": false,
1383
+ "responseStr": "fileName:$sortOrderInput ",
1384
+ "type": {
1385
+ "definition": {
1386
+ "description": null,
1387
+ "enumValues": null,
1388
+ "fields": null,
1389
+ "inputFields": {
1390
+ "direction": {
1391
+ "defaultValue": "ASC",
1392
+ "description": null,
1393
+ "id_str": "reports___input___sort___fileName___direction",
1394
+ "name": "direction",
1395
+ "path": "reports.input.sort.fileName.direction",
1396
+ "requestStr": "$direction:SortOrder! ",
1397
+ "required": true,
1398
+ "responseStr": "direction:$direction ",
1399
+ "type": {
1400
+ "definition": {
1401
+ "description": null,
1402
+ "enumValues": [
1403
+ {
1404
+ "deprecationReason": null,
1405
+ "description": null,
1406
+ "isDeprecated": false,
1407
+ "name": "ASC"
1408
+ },
1409
+ {
1410
+ "deprecationReason": null,
1411
+ "description": null,
1412
+ "isDeprecated": false,
1413
+ "name": "DESC"
1414
+ }
1415
+ ],
1416
+ "fields": null,
1417
+ "inputFields": null,
1418
+ "interfaces": null,
1419
+ "kind": "ENUM",
1420
+ "name": "SortOrder",
1421
+ "possibleTypes": null
1422
+ },
1423
+ "indexType": "enum",
1424
+ "kind": [
1425
+ "NON_NULL",
1426
+ "ENUM"
1427
+ ],
1428
+ "name": "SortOrder",
1429
+ "non_null": false
1430
+ },
1431
+ "varName": "direction"
1432
+ },
1433
+ "priority": {
1434
+ "defaultValue": "1",
1435
+ "description": null,
1436
+ "id_str": "reports___input___sort___fileName___priority",
1437
+ "name": "priority",
1438
+ "path": "reports.input.sort.fileName.priority",
1439
+ "requestStr": "$priority:Int! ",
1440
+ "required": true,
1441
+ "responseStr": "priority:$priority ",
1442
+ "type": {
1443
+ "kind": [
1444
+ "NON_NULL",
1445
+ "SCALAR"
1446
+ ],
1447
+ "name": "Int",
1448
+ "non_null": false
1449
+ },
1450
+ "varName": "priority"
1451
+ }
1452
+ },
1453
+ "interfaces": null,
1454
+ "kind": "INPUT_OBJECT",
1455
+ "name": "SortOrderInput",
1456
+ "possibleTypes": null
1457
+ },
1458
+ "indexType": "input_object",
1459
+ "kind": [
1460
+ "INPUT_OBJECT"
1461
+ ],
1462
+ "name": "SortOrderInput",
1463
+ "non_null": false
1464
+ },
1465
+ "varName": "sortOrderInput"
1466
+ },
1467
+ "reportCreateDate": {
1468
+ "defaultValue": null,
1469
+ "description": " Sort by report creation date ",
1470
+ "id_str": "reports___input___sort___reportCreateDate",
1471
+ "name": "reportCreateDate",
1472
+ "path": "reports.input.sort.reportCreateDate",
1473
+ "requestStr": "$sortOrderInput:SortOrderInput ",
1474
+ "required": false,
1475
+ "responseStr": "reportCreateDate:$sortOrderInput ",
1476
+ "type": {
1477
+ "definition": {
1478
+ "description": null,
1479
+ "enumValues": null,
1480
+ "fields": null,
1481
+ "inputFields": {
1482
+ "direction": {
1483
+ "defaultValue": "ASC",
1484
+ "description": null,
1485
+ "id_str": "reports___input___sort___reportCreateDate___direction",
1486
+ "name": "direction",
1487
+ "path": "reports.input.sort.reportCreateDate.direction",
1488
+ "requestStr": "$direction:SortOrder! ",
1489
+ "required": true,
1490
+ "responseStr": "direction:$direction ",
1491
+ "type": {
1492
+ "definition": {
1493
+ "description": null,
1494
+ "enumValues": [
1495
+ {
1496
+ "deprecationReason": null,
1497
+ "description": null,
1498
+ "isDeprecated": false,
1499
+ "name": "ASC"
1500
+ },
1501
+ {
1502
+ "deprecationReason": null,
1503
+ "description": null,
1504
+ "isDeprecated": false,
1505
+ "name": "DESC"
1506
+ }
1507
+ ],
1508
+ "fields": null,
1509
+ "inputFields": null,
1510
+ "interfaces": null,
1511
+ "kind": "ENUM",
1512
+ "name": "SortOrder",
1513
+ "possibleTypes": null
1514
+ },
1515
+ "indexType": "enum",
1516
+ "kind": [
1517
+ "NON_NULL",
1518
+ "ENUM"
1519
+ ],
1520
+ "name": "SortOrder",
1521
+ "non_null": false
1522
+ },
1523
+ "varName": "direction"
1524
+ },
1525
+ "priority": {
1526
+ "defaultValue": "1",
1527
+ "description": null,
1528
+ "id_str": "reports___input___sort___reportCreateDate___priority",
1529
+ "name": "priority",
1530
+ "path": "reports.input.sort.reportCreateDate.priority",
1531
+ "requestStr": "$priority:Int! ",
1532
+ "required": true,
1533
+ "responseStr": "priority:$priority ",
1534
+ "type": {
1535
+ "kind": [
1536
+ "NON_NULL",
1537
+ "SCALAR"
1538
+ ],
1539
+ "name": "Int",
1540
+ "non_null": false
1541
+ },
1542
+ "varName": "priority"
1543
+ }
1544
+ },
1545
+ "interfaces": null,
1546
+ "kind": "INPUT_OBJECT",
1547
+ "name": "SortOrderInput",
1548
+ "possibleTypes": null
1549
+ },
1550
+ "indexType": "input_object",
1551
+ "kind": [
1552
+ "INPUT_OBJECT"
1553
+ ],
1554
+ "name": "SortOrderInput",
1555
+ "non_null": false
1556
+ },
1557
+ "varName": "sortOrderInput"
1558
+ }
1559
+ },
1560
+ "interfaces": null,
1561
+ "kind": "INPUT_OBJECT",
1562
+ "name": "SandboxReportsSortInput",
1563
+ "possibleTypes": null
1564
+ },
1565
+ "indexType": "input_object",
1566
+ "kind": [
1567
+ "NON_NULL",
1568
+ "INPUT_OBJECT"
1569
+ ],
1570
+ "name": "SandboxReportsSortInput",
1571
+ "non_null": false
1572
+ },
1573
+ "varName": "sandboxReportsSortInput"
1574
+ }
1575
+ },
1576
+ "interfaces": null,
1577
+ "kind": "INPUT_OBJECT",
1578
+ "name": "SandboxReportsInput",
1579
+ "possibleTypes": null
1580
+ },
1581
+ "indexType": "input_object",
1582
+ "kind": [
1583
+ "INPUT_OBJECT"
1584
+ ],
1585
+ "name": "SandboxReportsInput",
1586
+ "non_null": false
1587
+ },
1588
+ "varName": "sandboxReportsInput"
1589
+ }
1590
+ },
1591
+ "deprecationReason": null,
1592
+ "description": " Get a list of sandbox reports ",
1593
+ "id_str": "reports",
1594
+ "isDeprecated": false,
1595
+ "name": "reports",
1596
+ "path": "reports",
1597
+ "requestStr": "$sandboxReportsPayload:SandboxReportsPayload! ",
1598
+ "required": true,
1599
+ "responseStr": "reports:$sandboxReportsPayload ",
1600
+ "type": {
1601
+ "definition": {
1602
+ "description": " Output of sandbox reports query ",
1603
+ "enumValues": null,
1604
+ "fields": {
1605
+ "pageInfo": {
1606
+ "alias": "pageInfoPageInfo: pageInfo",
1607
+ "args": {},
1608
+ "deprecationReason": null,
1609
+ "description": " Pagination information ",
1610
+ "id_str": "reports___pageInfo",
1611
+ "isDeprecated": false,
1612
+ "name": "pageInfo",
1613
+ "path": "reports.pageInfo",
1614
+ "requestStr": "$pageInfo:PageInfo! ",
1615
+ "required": true,
1616
+ "responseStr": "pageInfo:$pageInfo ",
1617
+ "type": {
1618
+ "definition": {
1619
+ "description": null,
1620
+ "enumValues": null,
1621
+ "fields": {
1622
+ "total": {
1623
+ "args": {},
1624
+ "deprecationReason": null,
1625
+ "description": null,
1626
+ "id_str": "reports___pageInfo___total",
1627
+ "isDeprecated": false,
1628
+ "name": "total",
1629
+ "path": "reports.pageInfo.total",
1630
+ "requestStr": "$total:Int! ",
1631
+ "required": true,
1632
+ "responseStr": "total:$total ",
1633
+ "type": {
1634
+ "kind": [
1635
+ "NON_NULL",
1636
+ "SCALAR"
1637
+ ],
1638
+ "name": "Int",
1639
+ "non_null": false
1640
+ },
1641
+ "varName": "total"
1642
+ }
1643
+ },
1644
+ "inputFields": null,
1645
+ "interfaces": {},
1646
+ "kind": "OBJECT",
1647
+ "name": "PageInfo",
1648
+ "possibleTypes": null
1649
+ },
1650
+ "indexType": "object",
1651
+ "kind": [
1652
+ "NON_NULL",
1653
+ "OBJECT"
1654
+ ],
1655
+ "name": "PageInfo",
1656
+ "non_null": false
1657
+ },
1658
+ "varName": "pageInfo"
1659
+ },
1660
+ "report": {
1661
+ "alias": "sandboxReportReport: report",
1662
+ "args": {},
1663
+ "deprecationReason": null,
1664
+ "description": " List of sandbox reports ",
1665
+ "id_str": "reports___report",
1666
+ "isDeprecated": false,
1667
+ "name": "report",
1668
+ "path": "reports.report",
1669
+ "requestStr": "$sandboxReport:[SandboxReport]! ",
1670
+ "required": true,
1671
+ "responseStr": "report:$sandboxReport ",
1672
+ "type": {
1673
+ "definition": {
1674
+ "description": " Sandbox report meta-data ",
1675
+ "enumValues": null,
1676
+ "fields": {
1677
+ "creationDate": {
1678
+ "args": {},
1679
+ "deprecationReason": null,
1680
+ "description": " Report creation date ",
1681
+ "id_str": "reports___report___creationDate",
1682
+ "isDeprecated": false,
1683
+ "name": "creationDate",
1684
+ "path": "reports.report.creationDate",
1685
+ "requestStr": "$creationDate:DateTime! ",
1686
+ "required": true,
1687
+ "responseStr": "creationDate:$creationDate ",
1688
+ "type": {
1689
+ "kind": [
1690
+ "NON_NULL",
1691
+ "SCALAR"
1692
+ ],
1693
+ "name": "DateTime",
1694
+ "non_null": false
1695
+ },
1696
+ "varName": "creationDate"
1697
+ },
1698
+ "downloadUrl": {
1699
+ "args": {},
1700
+ "deprecationReason": null,
1701
+ "description": " Report download URL (if ready) ",
1702
+ "id_str": "reports___report___downloadUrl",
1703
+ "isDeprecated": false,
1704
+ "name": "downloadUrl",
1705
+ "path": "reports.report.downloadUrl",
1706
+ "requestStr": "$downloadUrl:Url ",
1707
+ "required": false,
1708
+ "responseStr": "downloadUrl:$downloadUrl ",
1709
+ "type": {
1710
+ "kind": [
1711
+ "SCALAR"
1712
+ ],
1713
+ "name": "Url",
1714
+ "non_null": false
1715
+ },
1716
+ "varName": "downloadUrl"
1717
+ },
1718
+ "expirationDate": {
1719
+ "args": {},
1720
+ "deprecationReason": null,
1721
+ "description": " Report expiration date ",
1722
+ "id_str": "reports___report___expirationDate",
1723
+ "isDeprecated": false,
1724
+ "name": "expirationDate",
1725
+ "path": "reports.report.expirationDate",
1726
+ "requestStr": "$expirationDate:DateTime ",
1727
+ "required": false,
1728
+ "responseStr": "expirationDate:$expirationDate ",
1729
+ "type": {
1730
+ "kind": [
1731
+ "SCALAR"
1732
+ ],
1733
+ "name": "DateTime",
1734
+ "non_null": false
1735
+ },
1736
+ "varName": "expirationDate"
1737
+ },
1738
+ "fileHash": {
1739
+ "args": {},
1740
+ "deprecationReason": null,
1741
+ "description": " File hash (SHA-256) ",
1742
+ "id_str": "reports___report___fileHash",
1743
+ "isDeprecated": false,
1744
+ "name": "fileHash",
1745
+ "path": "reports.report.fileHash",
1746
+ "requestStr": "$fileHash:String! ",
1747
+ "required": true,
1748
+ "responseStr": "fileHash:$fileHash ",
1749
+ "type": {
1750
+ "kind": [
1751
+ "NON_NULL",
1752
+ "SCALAR"
1753
+ ],
1754
+ "name": "String",
1755
+ "non_null": false
1756
+ },
1757
+ "varName": "fileHash"
1758
+ },
1759
+ "fileName": {
1760
+ "args": {},
1761
+ "deprecationReason": null,
1762
+ "description": " File name ",
1763
+ "id_str": "reports___report___fileName",
1764
+ "isDeprecated": false,
1765
+ "name": "fileName",
1766
+ "path": "reports.report.fileName",
1767
+ "requestStr": "$fileName:String ",
1768
+ "required": false,
1769
+ "responseStr": "fileName:$fileName ",
1770
+ "type": {
1771
+ "kind": [
1772
+ "SCALAR"
1773
+ ],
1774
+ "name": "String",
1775
+ "non_null": false
1776
+ },
1777
+ "varName": "fileName"
1778
+ },
1779
+ "status": {
1780
+ "alias": "sandboxStatusStatus: status",
1781
+ "args": {},
1782
+ "deprecationReason": null,
1783
+ "description": " Sandbox analysis status ",
1784
+ "id_str": "reports___report___status",
1785
+ "isDeprecated": false,
1786
+ "name": "status",
1787
+ "path": "reports.report.status",
1788
+ "requestStr": "$status:SandboxStatus! ",
1789
+ "required": true,
1790
+ "responseStr": "status:$status ",
1791
+ "type": {
1792
+ "definition": {
1793
+ "description": " Sandbox analysis status ",
1794
+ "enumValues": [
1795
+ {
1796
+ "deprecationReason": null,
1797
+ "description": " File is pending analysis ",
1798
+ "isDeprecated": false,
1799
+ "name": "PENDING"
1800
+ },
1801
+ {
1802
+ "deprecationReason": null,
1803
+ "description": " File is being analyzed ",
1804
+ "isDeprecated": false,
1805
+ "name": "IN_PROGRESS"
1806
+ },
1807
+ {
1808
+ "deprecationReason": null,
1809
+ "description": " Analysis is complete - report is ready ",
1810
+ "isDeprecated": false,
1811
+ "name": "READY"
1812
+ },
1813
+ {
1814
+ "deprecationReason": null,
1815
+ "description": " Report has expired ",
1816
+ "isDeprecated": false,
1817
+ "name": "EXPIRED"
1818
+ },
1819
+ {
1820
+ "deprecationReason": null,
1821
+ "description": " Analysis has failed ",
1822
+ "isDeprecated": false,
1823
+ "name": "FAILED"
1824
+ }
1825
+ ],
1826
+ "fields": null,
1827
+ "inputFields": null,
1828
+ "interfaces": null,
1829
+ "kind": "ENUM",
1830
+ "name": "SandboxStatus",
1831
+ "possibleTypes": null
1832
+ },
1833
+ "indexType": "enum",
1834
+ "kind": [
1835
+ "NON_NULL",
1836
+ "ENUM"
1837
+ ],
1838
+ "name": "SandboxStatus",
1839
+ "non_null": false
1840
+ },
1841
+ "varName": "status"
1842
+ },
1843
+ "verdict": {
1844
+ "alias": "sandboxVerdictVerdict: verdict",
1845
+ "args": {},
1846
+ "deprecationReason": null,
1847
+ "description": " Sandbox verdict ",
1848
+ "id_str": "reports___report___verdict",
1849
+ "isDeprecated": false,
1850
+ "name": "verdict",
1851
+ "path": "reports.report.verdict",
1852
+ "requestStr": "$verdict:SandboxVerdict ",
1853
+ "required": false,
1854
+ "responseStr": "verdict:$verdict ",
1855
+ "type": {
1856
+ "definition": {
1857
+ "description": " Sandbox analysis verdict ",
1858
+ "enumValues": [
1859
+ {
1860
+ "deprecationReason": null,
1861
+ "description": " File is clean ",
1862
+ "isDeprecated": false,
1863
+ "name": "BENIGN"
1864
+ },
1865
+ {
1866
+ "deprecationReason": null,
1867
+ "description": " File is suspicious ",
1868
+ "isDeprecated": false,
1869
+ "name": "SUSPICIOUS"
1870
+ },
1871
+ {
1872
+ "deprecationReason": null,
1873
+ "description": " File is malicious ",
1874
+ "isDeprecated": false,
1875
+ "name": "MALICIOUS"
1876
+ }
1877
+ ],
1878
+ "fields": null,
1879
+ "inputFields": null,
1880
+ "interfaces": null,
1881
+ "kind": "ENUM",
1882
+ "name": "SandboxVerdict",
1883
+ "possibleTypes": null
1884
+ },
1885
+ "indexType": "enum",
1886
+ "kind": [
1887
+ "ENUM"
1888
+ ],
1889
+ "name": "SandboxVerdict",
1890
+ "non_null": false
1891
+ },
1892
+ "varName": "verdict"
1893
+ }
1894
+ },
1895
+ "inputFields": null,
1896
+ "interfaces": {},
1897
+ "kind": "OBJECT",
1898
+ "name": "SandboxReport",
1899
+ "possibleTypes": null
1900
+ },
1901
+ "indexType": "object",
1902
+ "kind": [
1903
+ "NON_NULL",
1904
+ "LIST",
1905
+ "NON_NULL",
1906
+ "OBJECT"
1907
+ ],
1908
+ "name": "SandboxReport",
1909
+ "non_null": false
1910
+ },
1911
+ "varName": "sandboxReport"
1912
+ }
1913
+ },
1914
+ "inputFields": null,
1915
+ "interfaces": {},
1916
+ "kind": "OBJECT",
1917
+ "name": "SandboxReportsPayload",
1918
+ "possibleTypes": null
1919
+ },
1920
+ "indexType": "object",
1921
+ "kind": [
1922
+ "NON_NULL",
1923
+ "OBJECT"
1924
+ ],
1925
+ "name": "SandboxReportsPayload",
1926
+ "non_null": false
1927
+ },
1928
+ "varName": "sandboxReportsPayload"
1929
+ }
1930
+ },
1931
+ "inputFields": null,
1932
+ "interfaces": [],
1933
+ "kind": "OBJECT",
1934
+ "name": "SandboxQueries",
1935
+ "possibleTypes": null
1936
+ },
1937
+ "indexType": "object",
1938
+ "kind": [
1939
+ "OBJECT"
1940
+ ],
1941
+ "name": "SandboxQueries",
1942
+ "non_null": false
1943
+ },
1944
+ "variablesPayload": {
1945
+ "sandboxReportsInput": {
1946
+ "pagingInput": {
1947
+ "from": {
1948
+ "from": "Int"
1949
+ },
1950
+ "limit": {
1951
+ "limit": "Int"
1952
+ }
1953
+ },
1954
+ "sandboxReportsFilterInput": {
1955
+ "fileHash": {
1956
+ "eq": {
1957
+ "eq": "String"
1958
+ },
1959
+ "in": {
1960
+ "in": [
1961
+ "String"
1962
+ ]
1963
+ },
1964
+ "neq": {
1965
+ "neq": "String"
1966
+ },
1967
+ "nin": {
1968
+ "nin": [
1969
+ "String"
1970
+ ]
1971
+ }
1972
+ },
1973
+ "fileName": {
1974
+ "eq": {
1975
+ "eq": "String"
1976
+ },
1977
+ "in": {
1978
+ "in": [
1979
+ "String"
1980
+ ]
1981
+ },
1982
+ "neq": {
1983
+ "neq": "String"
1984
+ },
1985
+ "nin": {
1986
+ "nin": [
1987
+ "String"
1988
+ ]
1989
+ }
1990
+ },
1991
+ "reportCreateDate": {
1992
+ "between": {
1993
+ "between": [
1994
+ "DateTime"
1995
+ ]
1996
+ },
1997
+ "eq": {
1998
+ "eq": "DateTime"
1999
+ },
2000
+ "gt": {
2001
+ "gt": "DateTime"
2002
+ },
2003
+ "gte": {
2004
+ "gte": "DateTime"
2005
+ },
2006
+ "in": {
2007
+ "in": [
2008
+ "DateTime"
2009
+ ]
2010
+ },
2011
+ "lt": {
2012
+ "lt": "DateTime"
2013
+ },
2014
+ "lte": {
2015
+ "lte": "DateTime"
2016
+ },
2017
+ "neq": {
2018
+ "neq": "DateTime"
2019
+ },
2020
+ "nin": {
2021
+ "nin": [
2022
+ "DateTime"
2023
+ ]
2024
+ }
2025
+ }
2026
+ },
2027
+ "sandboxReportsSortInput": {
2028
+ "fileName": {
2029
+ "direction": {
2030
+ "direction": "enum(SortOrder)"
2031
+ },
2032
+ "priority": {
2033
+ "priority": "Int"
2034
+ }
2035
+ },
2036
+ "reportCreateDate": {
2037
+ "direction": {
2038
+ "direction": "enum(SortOrder)"
2039
+ },
2040
+ "priority": {
2041
+ "priority": "Int"
2042
+ }
2043
+ }
2044
+ }
2045
+ }
2046
+ }
2047
+ }