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