catocli 3.0.10__py3-none-any.whl → 3.0.12__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 (59) hide show
  1. catocli/Utils/clidriver.py +2 -2
  2. catocli/Utils/graphql_utils.py +15 -5
  3. catocli/Utils/help_formatter.py +50 -15
  4. catocli/__init__.py +1 -1
  5. catocli/parsers/custom/__init__.py +1 -1
  6. catocli/parsers/custom/customLib.py +3 -1
  7. catocli/parsers/mutation_groups_createGroup/README.md +39 -1
  8. catocli/parsers/mutation_groups_deleteGroup/README.md +39 -1
  9. catocli/parsers/mutation_groups_updateGroup/README.md +39 -1
  10. catocli/parsers/query_accountMetrics/README.md +29 -2
  11. catocli/parsers/query_accountSnapshot/README.md +16 -0
  12. catocli/parsers/query_appStats/README.md +11 -1
  13. catocli/parsers/query_appStatsTimeSeries/README.md +16 -2
  14. catocli/parsers/query_auditFeed/README.md +3 -1
  15. catocli/parsers/query_catalogs/README.md +178 -0
  16. catocli/parsers/query_container/README.md +49 -0
  17. catocli/parsers/query_devices/README.md +728 -0
  18. catocli/parsers/query_enterpriseDirectory/README.md +83 -0
  19. catocli/parsers/query_events/README.md +5 -1
  20. catocli/parsers/query_eventsTimeSeries/README.md +10 -2
  21. catocli/parsers/query_groups_groupList/README.md +39 -1
  22. catocli/parsers/query_hardware/README.md +153 -0
  23. catocli/parsers/query_hardwareManagement/README.md +56 -0
  24. catocli/parsers/query_popLocations/README.md +63 -0
  25. catocli/parsers/query_sandbox/README.md +69 -0
  26. catocli/parsers/query_socketPortMetrics/README.md +5 -1
  27. catocli/parsers/query_socketPortMetricsTimeSeries/README.md +10 -2
  28. catocli/parsers/query_xdr_stories/README.md +7 -2
  29. {catocli-3.0.10.dist-info → catocli-3.0.12.dist-info}/METADATA +1 -1
  30. {catocli-3.0.10.dist-info → catocli-3.0.12.dist-info}/RECORD +59 -59
  31. models/mutation.accountManagement.disableAccount.json +2 -2
  32. models/mutation.accountManagement.removeAccount.json +2 -2
  33. models/mutation.groups.createGroup.json +810 -0
  34. models/mutation.groups.deleteGroup.json +810 -0
  35. models/mutation.groups.updateGroup.json +810 -0
  36. models/query.accountMetrics.json +333 -1
  37. models/query.accountSnapshot.json +50 -1
  38. models/query.appStats.json +38 -0
  39. models/query.appStatsTimeSeries.json +78 -1
  40. models/query.auditFeed.json +105 -0
  41. models/query.catalogs.json +2708 -1
  42. models/query.container.json +793 -1
  43. models/query.devices.json +10338 -1
  44. models/query.enterpriseDirectory.json +1315 -1
  45. models/query.events.json +38 -0
  46. models/query.eventsFeed.json +1587 -0
  47. models/query.eventsTimeSeries.json +78 -1
  48. models/query.groups.groupList.json +810 -0
  49. models/query.hardware.json +2333 -1
  50. models/query.hardwareManagement.json +1086 -1
  51. models/query.popLocations.json +1172 -1
  52. models/query.sandbox.json +825 -1
  53. models/query.socketPortMetrics.json +38 -0
  54. models/query.socketPortMetricsTimeSeries.json +78 -1
  55. schema/catolib.py +107 -37
  56. {catocli-3.0.10.dist-info → catocli-3.0.12.dist-info}/WHEEL +0 -0
  57. {catocli-3.0.10.dist-info → catocli-3.0.12.dist-info}/entry_points.txt +0 -0
  58. {catocli-3.0.10.dist-info → catocli-3.0.12.dist-info}/licenses/LICENSE +0 -0
  59. {catocli-3.0.10.dist-info → catocli-3.0.12.dist-info}/top_level.txt +0 -0
@@ -44,6 +44,2543 @@
44
44
  "non_null": false
45
45
  },
46
46
  "varName": "accountId"
47
+ },
48
+ "applicationRefInput": {
49
+ "defaultValue": null,
50
+ "description": null,
51
+ "id_str": "catalogApplication___input",
52
+ "name": "input",
53
+ "path": "catalogApplication.input",
54
+ "requestStr": "$applicationRefInput:ApplicationRefInput! ",
55
+ "required": true,
56
+ "responseStr": "input:$applicationRefInput ",
57
+ "type": {
58
+ "definition": {
59
+ "description": null,
60
+ "enumValues": null,
61
+ "fields": null,
62
+ "inputFields": {
63
+ "by": {
64
+ "defaultValue": "ID",
65
+ "description": null,
66
+ "id_str": "catalogApplication___input___by",
67
+ "name": "by",
68
+ "path": "catalogApplication.input.by",
69
+ "requestStr": "$by:ObjectRefBy! ",
70
+ "required": true,
71
+ "responseStr": "by:$by ",
72
+ "type": {
73
+ "definition": {
74
+ "description": null,
75
+ "enumValues": [
76
+ {
77
+ "deprecationReason": null,
78
+ "description": null,
79
+ "isDeprecated": false,
80
+ "name": "ID"
81
+ },
82
+ {
83
+ "deprecationReason": null,
84
+ "description": null,
85
+ "isDeprecated": false,
86
+ "name": "NAME"
87
+ }
88
+ ],
89
+ "fields": null,
90
+ "inputFields": null,
91
+ "interfaces": null,
92
+ "kind": "ENUM",
93
+ "name": "ObjectRefBy",
94
+ "possibleTypes": null
95
+ },
96
+ "indexType": "enum",
97
+ "kind": [
98
+ "NON_NULL",
99
+ "ENUM"
100
+ ],
101
+ "name": "ObjectRefBy",
102
+ "non_null": false
103
+ },
104
+ "varName": "by"
105
+ },
106
+ "input": {
107
+ "defaultValue": null,
108
+ "description": null,
109
+ "id_str": "catalogApplication___input___input",
110
+ "name": "input",
111
+ "path": "catalogApplication.input.input",
112
+ "requestStr": "$input:String! ",
113
+ "required": true,
114
+ "responseStr": "input:$input ",
115
+ "type": {
116
+ "kind": [
117
+ "NON_NULL",
118
+ "SCALAR"
119
+ ],
120
+ "name": "String",
121
+ "non_null": false
122
+ },
123
+ "varName": "input"
124
+ }
125
+ },
126
+ "interfaces": null,
127
+ "kind": "INPUT_OBJECT",
128
+ "name": "ApplicationRefInput",
129
+ "possibleTypes": null
130
+ },
131
+ "indexType": "input_object",
132
+ "kind": [
133
+ "NON_NULL",
134
+ "INPUT_OBJECT"
135
+ ],
136
+ "name": "ApplicationRefInput",
137
+ "non_null": false
138
+ },
139
+ "varName": "applicationRefInput"
140
+ },
141
+ "catalogApplicationContentTypeGroupListInput": {
142
+ "defaultValue": null,
143
+ "description": null,
144
+ "id_str": "contentTypeGroupList___input",
145
+ "name": "input",
146
+ "path": "contentTypeGroupList.input",
147
+ "requestStr": "$catalogApplicationContentTypeGroupListInput:CatalogApplicationContentTypeGroupListInput! ",
148
+ "required": true,
149
+ "responseStr": "input:$catalogApplicationContentTypeGroupListInput ",
150
+ "type": {
151
+ "definition": {
152
+ "description": null,
153
+ "enumValues": null,
154
+ "fields": null,
155
+ "inputFields": {
156
+ "filter": {
157
+ "defaultValue": null,
158
+ "description": null,
159
+ "id_str": "contentTypeGroupList___input___filter",
160
+ "name": "filter",
161
+ "path": "contentTypeGroupList.input.filter",
162
+ "requestStr": "$catalogApplicationContentTypeGroupFilterInput:[CatalogApplicationContentTypeGroupFilterInput] ",
163
+ "required": false,
164
+ "responseStr": "filter:$catalogApplicationContentTypeGroupFilterInput ",
165
+ "type": {
166
+ "definition": {
167
+ "description": null,
168
+ "enumValues": null,
169
+ "fields": null,
170
+ "inputFields": {
171
+ "contentType": {
172
+ "defaultValue": null,
173
+ "description": null,
174
+ "id_str": "contentTypeGroupList___input___filter___contentType",
175
+ "name": "contentType",
176
+ "path": "contentTypeGroupList.input.filter.contentType",
177
+ "requestStr": "$catalogApplicationContentTypeFilterInput:[CatalogApplicationContentTypeFilterInput] ",
178
+ "required": false,
179
+ "responseStr": "contentType:$catalogApplicationContentTypeFilterInput ",
180
+ "type": {
181
+ "definition": {
182
+ "description": null,
183
+ "enumValues": null,
184
+ "fields": null,
185
+ "inputFields": {
186
+ "id": {
187
+ "defaultValue": null,
188
+ "description": null,
189
+ "id_str": "contentTypeGroupList___input___filter___contentType___id",
190
+ "name": "id",
191
+ "path": "contentTypeGroupList.input.filter.contentType.id",
192
+ "requestStr": "$idFilterInput:[IdFilterInput] ",
193
+ "required": false,
194
+ "responseStr": "id:$idFilterInput ",
195
+ "type": {
196
+ "definition": {
197
+ "description": null,
198
+ "enumValues": null,
199
+ "fields": null,
200
+ "inputFields": {
201
+ "eq": {
202
+ "defaultValue": null,
203
+ "description": null,
204
+ "id_str": "contentTypeGroupList___input___filter___contentType___id___eq",
205
+ "name": "eq",
206
+ "path": "contentTypeGroupList.input.filter.contentType.id.eq",
207
+ "requestStr": "$eq:ID ",
208
+ "required": false,
209
+ "responseStr": "eq:$eq ",
210
+ "type": {
211
+ "kind": [
212
+ "SCALAR"
213
+ ],
214
+ "name": "ID",
215
+ "non_null": false
216
+ },
217
+ "varName": "eq"
218
+ },
219
+ "in": {
220
+ "defaultValue": null,
221
+ "description": null,
222
+ "id_str": "contentTypeGroupList___input___filter___contentType___id___in",
223
+ "name": "in",
224
+ "path": "contentTypeGroupList.input.filter.contentType.id.in",
225
+ "requestStr": "$in:[ID] ",
226
+ "required": false,
227
+ "responseStr": "in:$in ",
228
+ "type": {
229
+ "kind": [
230
+ "LIST",
231
+ "NON_NULL",
232
+ "SCALAR"
233
+ ],
234
+ "name": "ID",
235
+ "non_null": false
236
+ },
237
+ "varName": "in"
238
+ },
239
+ "neq": {
240
+ "defaultValue": null,
241
+ "description": null,
242
+ "id_str": "contentTypeGroupList___input___filter___contentType___id___neq",
243
+ "name": "neq",
244
+ "path": "contentTypeGroupList.input.filter.contentType.id.neq",
245
+ "requestStr": "$neq:ID ",
246
+ "required": false,
247
+ "responseStr": "neq:$neq ",
248
+ "type": {
249
+ "kind": [
250
+ "SCALAR"
251
+ ],
252
+ "name": "ID",
253
+ "non_null": false
254
+ },
255
+ "varName": "neq"
256
+ },
257
+ "nin": {
258
+ "defaultValue": null,
259
+ "description": null,
260
+ "id_str": "contentTypeGroupList___input___filter___contentType___id___nin",
261
+ "name": "nin",
262
+ "path": "contentTypeGroupList.input.filter.contentType.id.nin",
263
+ "requestStr": "$nin:[ID] ",
264
+ "required": false,
265
+ "responseStr": "nin:$nin ",
266
+ "type": {
267
+ "kind": [
268
+ "LIST",
269
+ "NON_NULL",
270
+ "SCALAR"
271
+ ],
272
+ "name": "ID",
273
+ "non_null": false
274
+ },
275
+ "varName": "nin"
276
+ }
277
+ },
278
+ "interfaces": null,
279
+ "kind": "INPUT_OBJECT",
280
+ "name": "IdFilterInput",
281
+ "possibleTypes": null
282
+ },
283
+ "indexType": "input_object",
284
+ "kind": [
285
+ "LIST",
286
+ "NON_NULL",
287
+ "INPUT_OBJECT"
288
+ ],
289
+ "name": "IdFilterInput",
290
+ "non_null": false
291
+ },
292
+ "varName": "idFilterInput"
293
+ },
294
+ "name": {
295
+ "defaultValue": null,
296
+ "description": null,
297
+ "id_str": "contentTypeGroupList___input___filter___contentType___name",
298
+ "name": "name",
299
+ "path": "contentTypeGroupList.input.filter.contentType.name",
300
+ "requestStr": "$stringFilterInput:[StringFilterInput] ",
301
+ "required": false,
302
+ "responseStr": "name:$stringFilterInput ",
303
+ "type": {
304
+ "definition": {
305
+ "description": null,
306
+ "enumValues": null,
307
+ "fields": null,
308
+ "inputFields": {
309
+ "eq": {
310
+ "defaultValue": null,
311
+ "description": null,
312
+ "id_str": "contentTypeGroupList___input___filter___contentType___name___eq",
313
+ "name": "eq",
314
+ "path": "contentTypeGroupList.input.filter.contentType.name.eq",
315
+ "requestStr": "$eq:String ",
316
+ "required": false,
317
+ "responseStr": "eq:$eq ",
318
+ "type": {
319
+ "kind": [
320
+ "SCALAR"
321
+ ],
322
+ "name": "String",
323
+ "non_null": false
324
+ },
325
+ "varName": "eq"
326
+ },
327
+ "in": {
328
+ "defaultValue": null,
329
+ "description": null,
330
+ "id_str": "contentTypeGroupList___input___filter___contentType___name___in",
331
+ "name": "in",
332
+ "path": "contentTypeGroupList.input.filter.contentType.name.in",
333
+ "requestStr": "$in:[String] ",
334
+ "required": false,
335
+ "responseStr": "in:$in ",
336
+ "type": {
337
+ "kind": [
338
+ "LIST",
339
+ "NON_NULL",
340
+ "SCALAR"
341
+ ],
342
+ "name": "String",
343
+ "non_null": false
344
+ },
345
+ "varName": "in"
346
+ },
347
+ "neq": {
348
+ "defaultValue": null,
349
+ "description": null,
350
+ "id_str": "contentTypeGroupList___input___filter___contentType___name___neq",
351
+ "name": "neq",
352
+ "path": "contentTypeGroupList.input.filter.contentType.name.neq",
353
+ "requestStr": "$neq:String ",
354
+ "required": false,
355
+ "responseStr": "neq:$neq ",
356
+ "type": {
357
+ "kind": [
358
+ "SCALAR"
359
+ ],
360
+ "name": "String",
361
+ "non_null": false
362
+ },
363
+ "varName": "neq"
364
+ },
365
+ "nin": {
366
+ "defaultValue": null,
367
+ "description": null,
368
+ "id_str": "contentTypeGroupList___input___filter___contentType___name___nin",
369
+ "name": "nin",
370
+ "path": "contentTypeGroupList.input.filter.contentType.name.nin",
371
+ "requestStr": "$nin:[String] ",
372
+ "required": false,
373
+ "responseStr": "nin:$nin ",
374
+ "type": {
375
+ "kind": [
376
+ "LIST",
377
+ "NON_NULL",
378
+ "SCALAR"
379
+ ],
380
+ "name": "String",
381
+ "non_null": false
382
+ },
383
+ "varName": "nin"
384
+ }
385
+ },
386
+ "interfaces": null,
387
+ "kind": "INPUT_OBJECT",
388
+ "name": "StringFilterInput",
389
+ "possibleTypes": null
390
+ },
391
+ "indexType": "input_object",
392
+ "kind": [
393
+ "LIST",
394
+ "NON_NULL",
395
+ "INPUT_OBJECT"
396
+ ],
397
+ "name": "StringFilterInput",
398
+ "non_null": false
399
+ },
400
+ "varName": "stringFilterInput"
401
+ }
402
+ },
403
+ "interfaces": null,
404
+ "kind": "INPUT_OBJECT",
405
+ "name": "CatalogApplicationContentTypeFilterInput",
406
+ "possibleTypes": null
407
+ },
408
+ "indexType": "input_object",
409
+ "kind": [
410
+ "LIST",
411
+ "NON_NULL",
412
+ "INPUT_OBJECT"
413
+ ],
414
+ "name": "CatalogApplicationContentTypeFilterInput",
415
+ "non_null": false
416
+ },
417
+ "varName": "catalogApplicationContentTypeFilterInput"
418
+ },
419
+ "id": {
420
+ "defaultValue": null,
421
+ "description": null,
422
+ "id_str": "contentTypeGroupList___input___filter___id",
423
+ "name": "id",
424
+ "path": "contentTypeGroupList.input.filter.id",
425
+ "requestStr": "$idFilterInput:[IdFilterInput] ",
426
+ "required": false,
427
+ "responseStr": "id:$idFilterInput ",
428
+ "type": {
429
+ "definition": {
430
+ "description": null,
431
+ "enumValues": null,
432
+ "fields": null,
433
+ "inputFields": {
434
+ "eq": {
435
+ "defaultValue": null,
436
+ "description": null,
437
+ "id_str": "contentTypeGroupList___input___filter___id___eq",
438
+ "name": "eq",
439
+ "path": "contentTypeGroupList.input.filter.id.eq",
440
+ "requestStr": "$eq:ID ",
441
+ "required": false,
442
+ "responseStr": "eq:$eq ",
443
+ "type": {
444
+ "kind": [
445
+ "SCALAR"
446
+ ],
447
+ "name": "ID",
448
+ "non_null": false
449
+ },
450
+ "varName": "eq"
451
+ },
452
+ "in": {
453
+ "defaultValue": null,
454
+ "description": null,
455
+ "id_str": "contentTypeGroupList___input___filter___id___in",
456
+ "name": "in",
457
+ "path": "contentTypeGroupList.input.filter.id.in",
458
+ "requestStr": "$in:[ID] ",
459
+ "required": false,
460
+ "responseStr": "in:$in ",
461
+ "type": {
462
+ "kind": [
463
+ "LIST",
464
+ "NON_NULL",
465
+ "SCALAR"
466
+ ],
467
+ "name": "ID",
468
+ "non_null": false
469
+ },
470
+ "varName": "in"
471
+ },
472
+ "neq": {
473
+ "defaultValue": null,
474
+ "description": null,
475
+ "id_str": "contentTypeGroupList___input___filter___id___neq",
476
+ "name": "neq",
477
+ "path": "contentTypeGroupList.input.filter.id.neq",
478
+ "requestStr": "$neq:ID ",
479
+ "required": false,
480
+ "responseStr": "neq:$neq ",
481
+ "type": {
482
+ "kind": [
483
+ "SCALAR"
484
+ ],
485
+ "name": "ID",
486
+ "non_null": false
487
+ },
488
+ "varName": "neq"
489
+ },
490
+ "nin": {
491
+ "defaultValue": null,
492
+ "description": null,
493
+ "id_str": "contentTypeGroupList___input___filter___id___nin",
494
+ "name": "nin",
495
+ "path": "contentTypeGroupList.input.filter.id.nin",
496
+ "requestStr": "$nin:[ID] ",
497
+ "required": false,
498
+ "responseStr": "nin:$nin ",
499
+ "type": {
500
+ "kind": [
501
+ "LIST",
502
+ "NON_NULL",
503
+ "SCALAR"
504
+ ],
505
+ "name": "ID",
506
+ "non_null": false
507
+ },
508
+ "varName": "nin"
509
+ }
510
+ },
511
+ "interfaces": null,
512
+ "kind": "INPUT_OBJECT",
513
+ "name": "IdFilterInput",
514
+ "possibleTypes": null
515
+ },
516
+ "indexType": "input_object",
517
+ "kind": [
518
+ "LIST",
519
+ "NON_NULL",
520
+ "INPUT_OBJECT"
521
+ ],
522
+ "name": "IdFilterInput",
523
+ "non_null": false
524
+ },
525
+ "varName": "idFilterInput"
526
+ },
527
+ "name": {
528
+ "defaultValue": null,
529
+ "description": null,
530
+ "id_str": "contentTypeGroupList___input___filter___name",
531
+ "name": "name",
532
+ "path": "contentTypeGroupList.input.filter.name",
533
+ "requestStr": "$stringFilterInput:[StringFilterInput] ",
534
+ "required": false,
535
+ "responseStr": "name:$stringFilterInput ",
536
+ "type": {
537
+ "definition": {
538
+ "description": null,
539
+ "enumValues": null,
540
+ "fields": null,
541
+ "inputFields": {
542
+ "eq": {
543
+ "defaultValue": null,
544
+ "description": null,
545
+ "id_str": "contentTypeGroupList___input___filter___name___eq",
546
+ "name": "eq",
547
+ "path": "contentTypeGroupList.input.filter.name.eq",
548
+ "requestStr": "$eq:String ",
549
+ "required": false,
550
+ "responseStr": "eq:$eq ",
551
+ "type": {
552
+ "kind": [
553
+ "SCALAR"
554
+ ],
555
+ "name": "String",
556
+ "non_null": false
557
+ },
558
+ "varName": "eq"
559
+ },
560
+ "in": {
561
+ "defaultValue": null,
562
+ "description": null,
563
+ "id_str": "contentTypeGroupList___input___filter___name___in",
564
+ "name": "in",
565
+ "path": "contentTypeGroupList.input.filter.name.in",
566
+ "requestStr": "$in:[String] ",
567
+ "required": false,
568
+ "responseStr": "in:$in ",
569
+ "type": {
570
+ "kind": [
571
+ "LIST",
572
+ "NON_NULL",
573
+ "SCALAR"
574
+ ],
575
+ "name": "String",
576
+ "non_null": false
577
+ },
578
+ "varName": "in"
579
+ },
580
+ "neq": {
581
+ "defaultValue": null,
582
+ "description": null,
583
+ "id_str": "contentTypeGroupList___input___filter___name___neq",
584
+ "name": "neq",
585
+ "path": "contentTypeGroupList.input.filter.name.neq",
586
+ "requestStr": "$neq:String ",
587
+ "required": false,
588
+ "responseStr": "neq:$neq ",
589
+ "type": {
590
+ "kind": [
591
+ "SCALAR"
592
+ ],
593
+ "name": "String",
594
+ "non_null": false
595
+ },
596
+ "varName": "neq"
597
+ },
598
+ "nin": {
599
+ "defaultValue": null,
600
+ "description": null,
601
+ "id_str": "contentTypeGroupList___input___filter___name___nin",
602
+ "name": "nin",
603
+ "path": "contentTypeGroupList.input.filter.name.nin",
604
+ "requestStr": "$nin:[String] ",
605
+ "required": false,
606
+ "responseStr": "nin:$nin ",
607
+ "type": {
608
+ "kind": [
609
+ "LIST",
610
+ "NON_NULL",
611
+ "SCALAR"
612
+ ],
613
+ "name": "String",
614
+ "non_null": false
615
+ },
616
+ "varName": "nin"
617
+ }
618
+ },
619
+ "interfaces": null,
620
+ "kind": "INPUT_OBJECT",
621
+ "name": "StringFilterInput",
622
+ "possibleTypes": null
623
+ },
624
+ "indexType": "input_object",
625
+ "kind": [
626
+ "LIST",
627
+ "NON_NULL",
628
+ "INPUT_OBJECT"
629
+ ],
630
+ "name": "StringFilterInput",
631
+ "non_null": false
632
+ },
633
+ "varName": "stringFilterInput"
634
+ }
635
+ },
636
+ "interfaces": null,
637
+ "kind": "INPUT_OBJECT",
638
+ "name": "CatalogApplicationContentTypeGroupFilterInput",
639
+ "possibleTypes": null
640
+ },
641
+ "indexType": "input_object",
642
+ "kind": [
643
+ "LIST",
644
+ "NON_NULL",
645
+ "INPUT_OBJECT"
646
+ ],
647
+ "name": "CatalogApplicationContentTypeGroupFilterInput",
648
+ "non_null": false
649
+ },
650
+ "varName": "catalogApplicationContentTypeGroupFilterInput"
651
+ },
652
+ "paging": {
653
+ "defaultValue": "{limit: 100, from: 0}",
654
+ "description": null,
655
+ "id_str": "contentTypeGroupList___input___paging",
656
+ "name": "paging",
657
+ "path": "contentTypeGroupList.input.paging",
658
+ "requestStr": "$pagingInput:PagingInput ",
659
+ "required": false,
660
+ "responseStr": "paging:$pagingInput ",
661
+ "type": {
662
+ "definition": {
663
+ "description": null,
664
+ "enumValues": null,
665
+ "fields": null,
666
+ "inputFields": {
667
+ "from": {
668
+ "defaultValue": "0",
669
+ "description": null,
670
+ "id_str": "contentTypeGroupList___input___paging___from",
671
+ "name": "from",
672
+ "path": "contentTypeGroupList.input.paging.from",
673
+ "requestStr": "$from:Int! ",
674
+ "required": true,
675
+ "responseStr": "from:$from ",
676
+ "type": {
677
+ "kind": [
678
+ "NON_NULL",
679
+ "SCALAR"
680
+ ],
681
+ "name": "Int",
682
+ "non_null": false
683
+ },
684
+ "varName": "from"
685
+ },
686
+ "limit": {
687
+ "defaultValue": "100",
688
+ "description": null,
689
+ "id_str": "contentTypeGroupList___input___paging___limit",
690
+ "name": "limit",
691
+ "path": "contentTypeGroupList.input.paging.limit",
692
+ "requestStr": "$limit:Int! ",
693
+ "required": true,
694
+ "responseStr": "limit:$limit ",
695
+ "type": {
696
+ "kind": [
697
+ "NON_NULL",
698
+ "SCALAR"
699
+ ],
700
+ "name": "Int",
701
+ "non_null": false
702
+ },
703
+ "varName": "limit"
704
+ }
705
+ },
706
+ "interfaces": null,
707
+ "kind": "INPUT_OBJECT",
708
+ "name": "PagingInput",
709
+ "possibleTypes": null
710
+ },
711
+ "indexType": "input_object",
712
+ "kind": [
713
+ "INPUT_OBJECT"
714
+ ],
715
+ "name": "PagingInput",
716
+ "non_null": false
717
+ },
718
+ "varName": "pagingInput"
719
+ },
720
+ "sort": {
721
+ "defaultValue": null,
722
+ "description": null,
723
+ "id_str": "contentTypeGroupList___input___sort",
724
+ "name": "sort",
725
+ "path": "contentTypeGroupList.input.sort",
726
+ "requestStr": "$catalogApplicationContentTypeGroupSortInput:CatalogApplicationContentTypeGroupSortInput ",
727
+ "required": false,
728
+ "responseStr": "sort:$catalogApplicationContentTypeGroupSortInput ",
729
+ "type": {
730
+ "definition": {
731
+ "description": null,
732
+ "enumValues": null,
733
+ "fields": null,
734
+ "inputFields": {
735
+ "name": {
736
+ "defaultValue": null,
737
+ "description": null,
738
+ "id_str": "contentTypeGroupList___input___sort___name",
739
+ "name": "name",
740
+ "path": "contentTypeGroupList.input.sort.name",
741
+ "requestStr": "$sortOrderInput:SortOrderInput ",
742
+ "required": false,
743
+ "responseStr": "name:$sortOrderInput ",
744
+ "type": {
745
+ "definition": {
746
+ "description": null,
747
+ "enumValues": null,
748
+ "fields": null,
749
+ "inputFields": {
750
+ "direction": {
751
+ "defaultValue": "ASC",
752
+ "description": null,
753
+ "id_str": "contentTypeGroupList___input___sort___name___direction",
754
+ "name": "direction",
755
+ "path": "contentTypeGroupList.input.sort.name.direction",
756
+ "requestStr": "$direction:SortOrder! ",
757
+ "required": true,
758
+ "responseStr": "direction:$direction ",
759
+ "type": {
760
+ "definition": {
761
+ "description": null,
762
+ "enumValues": [
763
+ {
764
+ "deprecationReason": null,
765
+ "description": null,
766
+ "isDeprecated": false,
767
+ "name": "ASC"
768
+ },
769
+ {
770
+ "deprecationReason": null,
771
+ "description": null,
772
+ "isDeprecated": false,
773
+ "name": "DESC"
774
+ }
775
+ ],
776
+ "fields": null,
777
+ "inputFields": null,
778
+ "interfaces": null,
779
+ "kind": "ENUM",
780
+ "name": "SortOrder",
781
+ "possibleTypes": null
782
+ },
783
+ "indexType": "enum",
784
+ "kind": [
785
+ "NON_NULL",
786
+ "ENUM"
787
+ ],
788
+ "name": "SortOrder",
789
+ "non_null": false
790
+ },
791
+ "varName": "direction"
792
+ },
793
+ "priority": {
794
+ "defaultValue": "1",
795
+ "description": null,
796
+ "id_str": "contentTypeGroupList___input___sort___name___priority",
797
+ "name": "priority",
798
+ "path": "contentTypeGroupList.input.sort.name.priority",
799
+ "requestStr": "$priority:Int! ",
800
+ "required": true,
801
+ "responseStr": "priority:$priority ",
802
+ "type": {
803
+ "kind": [
804
+ "NON_NULL",
805
+ "SCALAR"
806
+ ],
807
+ "name": "Int",
808
+ "non_null": false
809
+ },
810
+ "varName": "priority"
811
+ }
812
+ },
813
+ "interfaces": null,
814
+ "kind": "INPUT_OBJECT",
815
+ "name": "SortOrderInput",
816
+ "possibleTypes": null
817
+ },
818
+ "indexType": "input_object",
819
+ "kind": [
820
+ "INPUT_OBJECT"
821
+ ],
822
+ "name": "SortOrderInput",
823
+ "non_null": false
824
+ },
825
+ "varName": "sortOrderInput"
826
+ }
827
+ },
828
+ "interfaces": null,
829
+ "kind": "INPUT_OBJECT",
830
+ "name": "CatalogApplicationContentTypeGroupSortInput",
831
+ "possibleTypes": null
832
+ },
833
+ "indexType": "input_object",
834
+ "kind": [
835
+ "INPUT_OBJECT"
836
+ ],
837
+ "name": "CatalogApplicationContentTypeGroupSortInput",
838
+ "non_null": false
839
+ },
840
+ "varName": "catalogApplicationContentTypeGroupSortInput"
841
+ }
842
+ },
843
+ "interfaces": null,
844
+ "kind": "INPUT_OBJECT",
845
+ "name": "CatalogApplicationContentTypeGroupListInput",
846
+ "possibleTypes": null
847
+ },
848
+ "indexType": "input_object",
849
+ "kind": [
850
+ "NON_NULL",
851
+ "INPUT_OBJECT"
852
+ ],
853
+ "name": "CatalogApplicationContentTypeGroupListInput",
854
+ "non_null": false
855
+ },
856
+ "varName": "catalogApplicationContentTypeGroupListInput"
857
+ },
858
+ "catalogApplicationListInput": {
859
+ "defaultValue": null,
860
+ "description": null,
861
+ "id_str": "catalogApplicationList___input",
862
+ "name": "input",
863
+ "path": "catalogApplicationList.input",
864
+ "requestStr": "$catalogApplicationListInput:CatalogApplicationListInput! ",
865
+ "required": true,
866
+ "responseStr": "input:$catalogApplicationListInput ",
867
+ "type": {
868
+ "definition": {
869
+ "description": null,
870
+ "enumValues": null,
871
+ "fields": null,
872
+ "inputFields": {
873
+ "filter": {
874
+ "defaultValue": null,
875
+ "description": null,
876
+ "id_str": "catalogApplicationList___input___filter",
877
+ "name": "filter",
878
+ "path": "catalogApplicationList.input.filter",
879
+ "requestStr": "$catalogApplicationFilterInput:[CatalogApplicationFilterInput] ",
880
+ "required": false,
881
+ "responseStr": "filter:$catalogApplicationFilterInput ",
882
+ "type": {
883
+ "definition": {
884
+ "description": null,
885
+ "enumValues": null,
886
+ "fields": null,
887
+ "inputFields": {
888
+ "activity": {
889
+ "defaultValue": null,
890
+ "description": null,
891
+ "id_str": "catalogApplicationList___input___filter___activity",
892
+ "name": "activity",
893
+ "path": "catalogApplicationList.input.filter.activity",
894
+ "requestStr": "$catalogApplicationActivityFilterInput:[CatalogApplicationActivityFilterInput] ",
895
+ "required": false,
896
+ "responseStr": "activity:$catalogApplicationActivityFilterInput ",
897
+ "type": {
898
+ "definition": {
899
+ "description": null,
900
+ "enumValues": null,
901
+ "fields": null,
902
+ "inputFields": {
903
+ "hasAny": {
904
+ "defaultValue": null,
905
+ "description": null,
906
+ "id_str": "catalogApplicationList___input___filter___activity___hasAny",
907
+ "name": "hasAny",
908
+ "path": "catalogApplicationList.input.filter.activity.hasAny",
909
+ "requestStr": "$catalogApplicationActivityRefInput:[CatalogApplicationActivityRefInput] ",
910
+ "required": false,
911
+ "responseStr": "hasAny:$catalogApplicationActivityRefInput ",
912
+ "type": {
913
+ "definition": {
914
+ "description": null,
915
+ "enumValues": null,
916
+ "fields": null,
917
+ "inputFields": {
918
+ "by": {
919
+ "defaultValue": "ID",
920
+ "description": null,
921
+ "id_str": "catalogApplicationList___input___filter___activity___hasAny___by",
922
+ "name": "by",
923
+ "path": "catalogApplicationList.input.filter.activity.hasAny.by",
924
+ "requestStr": "$by:ObjectRefBy! ",
925
+ "required": true,
926
+ "responseStr": "by:$by ",
927
+ "type": {
928
+ "definition": {
929
+ "description": null,
930
+ "enumValues": [
931
+ {
932
+ "deprecationReason": null,
933
+ "description": null,
934
+ "isDeprecated": false,
935
+ "name": "ID"
936
+ },
937
+ {
938
+ "deprecationReason": null,
939
+ "description": null,
940
+ "isDeprecated": false,
941
+ "name": "NAME"
942
+ }
943
+ ],
944
+ "fields": null,
945
+ "inputFields": null,
946
+ "interfaces": null,
947
+ "kind": "ENUM",
948
+ "name": "ObjectRefBy",
949
+ "possibleTypes": null
950
+ },
951
+ "indexType": "enum",
952
+ "kind": [
953
+ "NON_NULL",
954
+ "ENUM"
955
+ ],
956
+ "name": "ObjectRefBy",
957
+ "non_null": false
958
+ },
959
+ "varName": "by"
960
+ },
961
+ "input": {
962
+ "defaultValue": null,
963
+ "description": null,
964
+ "id_str": "catalogApplicationList___input___filter___activity___hasAny___input",
965
+ "name": "input",
966
+ "path": "catalogApplicationList.input.filter.activity.hasAny.input",
967
+ "requestStr": "$input:String! ",
968
+ "required": true,
969
+ "responseStr": "input:$input ",
970
+ "type": {
971
+ "kind": [
972
+ "NON_NULL",
973
+ "SCALAR"
974
+ ],
975
+ "name": "String",
976
+ "non_null": false
977
+ },
978
+ "varName": "input"
979
+ }
980
+ },
981
+ "interfaces": null,
982
+ "kind": "INPUT_OBJECT",
983
+ "name": "CatalogApplicationActivityRefInput",
984
+ "possibleTypes": null
985
+ },
986
+ "indexType": "input_object",
987
+ "kind": [
988
+ "LIST",
989
+ "NON_NULL",
990
+ "INPUT_OBJECT"
991
+ ],
992
+ "name": "CatalogApplicationActivityRefInput",
993
+ "non_null": false
994
+ },
995
+ "varName": "catalogApplicationActivityRefInput"
996
+ }
997
+ },
998
+ "interfaces": null,
999
+ "kind": "INPUT_OBJECT",
1000
+ "name": "CatalogApplicationActivityFilterInput",
1001
+ "possibleTypes": null
1002
+ },
1003
+ "indexType": "input_object",
1004
+ "kind": [
1005
+ "LIST",
1006
+ "NON_NULL",
1007
+ "INPUT_OBJECT"
1008
+ ],
1009
+ "name": "CatalogApplicationActivityFilterInput",
1010
+ "non_null": false
1011
+ },
1012
+ "varName": "catalogApplicationActivityFilterInput"
1013
+ },
1014
+ "capability": {
1015
+ "defaultValue": null,
1016
+ "description": null,
1017
+ "id_str": "catalogApplicationList___input___filter___capability",
1018
+ "name": "capability",
1019
+ "path": "catalogApplicationList.input.filter.capability",
1020
+ "requestStr": "$catalogApplicationCapabilityFilterInput:[CatalogApplicationCapabilityFilterInput] ",
1021
+ "required": false,
1022
+ "responseStr": "capability:$catalogApplicationCapabilityFilterInput ",
1023
+ "type": {
1024
+ "definition": {
1025
+ "description": null,
1026
+ "enumValues": null,
1027
+ "fields": null,
1028
+ "inputFields": {
1029
+ "hasAny": {
1030
+ "defaultValue": null,
1031
+ "description": null,
1032
+ "id_str": "catalogApplicationList___input___filter___capability___hasAny",
1033
+ "name": "hasAny",
1034
+ "path": "catalogApplicationList.input.filter.capability.hasAny",
1035
+ "requestStr": "$hasAny:[CatalogApplicationCapability] ",
1036
+ "required": false,
1037
+ "responseStr": "hasAny:$hasAny ",
1038
+ "type": {
1039
+ "definition": {
1040
+ "description": null,
1041
+ "enumValues": [
1042
+ {
1043
+ "deprecationReason": null,
1044
+ "description": null,
1045
+ "isDeprecated": false,
1046
+ "name": "APP_CONTROL_INLINE"
1047
+ },
1048
+ {
1049
+ "deprecationReason": null,
1050
+ "description": null,
1051
+ "isDeprecated": false,
1052
+ "name": "DATA_PROTECTION_INLINE"
1053
+ },
1054
+ {
1055
+ "deprecationReason": null,
1056
+ "description": null,
1057
+ "isDeprecated": false,
1058
+ "name": "APP_CONTROL_API"
1059
+ },
1060
+ {
1061
+ "deprecationReason": null,
1062
+ "description": null,
1063
+ "isDeprecated": false,
1064
+ "name": "DATA_PROTECTION_API"
1065
+ },
1066
+ {
1067
+ "deprecationReason": null,
1068
+ "description": null,
1069
+ "isDeprecated": false,
1070
+ "name": "FILE_CONTROL_INLINE"
1071
+ },
1072
+ {
1073
+ "deprecationReason": null,
1074
+ "description": null,
1075
+ "isDeprecated": false,
1076
+ "name": "ANTI_MALWARE_INLINE"
1077
+ },
1078
+ {
1079
+ "deprecationReason": null,
1080
+ "description": null,
1081
+ "isDeprecated": false,
1082
+ "name": "LAN_FIREWALL"
1083
+ },
1084
+ {
1085
+ "deprecationReason": null,
1086
+ "description": null,
1087
+ "isDeprecated": false,
1088
+ "name": "FIREWALL_INTLINE"
1089
+ }
1090
+ ],
1091
+ "fields": null,
1092
+ "inputFields": null,
1093
+ "interfaces": null,
1094
+ "kind": "ENUM",
1095
+ "name": "CatalogApplicationCapability",
1096
+ "possibleTypes": null
1097
+ },
1098
+ "indexType": "enum",
1099
+ "kind": [
1100
+ "LIST",
1101
+ "NON_NULL",
1102
+ "ENUM"
1103
+ ],
1104
+ "name": "CatalogApplicationCapability",
1105
+ "non_null": false
1106
+ },
1107
+ "varName": "hasAny"
1108
+ }
1109
+ },
1110
+ "interfaces": null,
1111
+ "kind": "INPUT_OBJECT",
1112
+ "name": "CatalogApplicationCapabilityFilterInput",
1113
+ "possibleTypes": null
1114
+ },
1115
+ "indexType": "input_object",
1116
+ "kind": [
1117
+ "LIST",
1118
+ "NON_NULL",
1119
+ "INPUT_OBJECT"
1120
+ ],
1121
+ "name": "CatalogApplicationCapabilityFilterInput",
1122
+ "non_null": false
1123
+ },
1124
+ "varName": "catalogApplicationCapabilityFilterInput"
1125
+ },
1126
+ "category": {
1127
+ "defaultValue": null,
1128
+ "description": null,
1129
+ "id_str": "catalogApplicationList___input___filter___category",
1130
+ "name": "category",
1131
+ "path": "catalogApplicationList.input.filter.category",
1132
+ "requestStr": "$catalogApplicationCategoryFilterInput:[CatalogApplicationCategoryFilterInput] ",
1133
+ "required": false,
1134
+ "responseStr": "category:$catalogApplicationCategoryFilterInput ",
1135
+ "type": {
1136
+ "definition": {
1137
+ "description": null,
1138
+ "enumValues": null,
1139
+ "fields": null,
1140
+ "inputFields": {
1141
+ "hasAny": {
1142
+ "defaultValue": null,
1143
+ "description": null,
1144
+ "id_str": "catalogApplicationList___input___filter___category___hasAny",
1145
+ "name": "hasAny",
1146
+ "path": "catalogApplicationList.input.filter.category.hasAny",
1147
+ "requestStr": "$applicationCategoryRefInput:[ApplicationCategoryRefInput] ",
1148
+ "required": false,
1149
+ "responseStr": "hasAny:$applicationCategoryRefInput ",
1150
+ "type": {
1151
+ "definition": {
1152
+ "description": null,
1153
+ "enumValues": null,
1154
+ "fields": null,
1155
+ "inputFields": {
1156
+ "by": {
1157
+ "defaultValue": "ID",
1158
+ "description": null,
1159
+ "id_str": "catalogApplicationList___input___filter___category___hasAny___by",
1160
+ "name": "by",
1161
+ "path": "catalogApplicationList.input.filter.category.hasAny.by",
1162
+ "requestStr": "$by:ObjectRefBy! ",
1163
+ "required": true,
1164
+ "responseStr": "by:$by ",
1165
+ "type": {
1166
+ "definition": {
1167
+ "description": null,
1168
+ "enumValues": [
1169
+ {
1170
+ "deprecationReason": null,
1171
+ "description": null,
1172
+ "isDeprecated": false,
1173
+ "name": "ID"
1174
+ },
1175
+ {
1176
+ "deprecationReason": null,
1177
+ "description": null,
1178
+ "isDeprecated": false,
1179
+ "name": "NAME"
1180
+ }
1181
+ ],
1182
+ "fields": null,
1183
+ "inputFields": null,
1184
+ "interfaces": null,
1185
+ "kind": "ENUM",
1186
+ "name": "ObjectRefBy",
1187
+ "possibleTypes": null
1188
+ },
1189
+ "indexType": "enum",
1190
+ "kind": [
1191
+ "NON_NULL",
1192
+ "ENUM"
1193
+ ],
1194
+ "name": "ObjectRefBy",
1195
+ "non_null": false
1196
+ },
1197
+ "varName": "by"
1198
+ },
1199
+ "input": {
1200
+ "defaultValue": null,
1201
+ "description": null,
1202
+ "id_str": "catalogApplicationList___input___filter___category___hasAny___input",
1203
+ "name": "input",
1204
+ "path": "catalogApplicationList.input.filter.category.hasAny.input",
1205
+ "requestStr": "$input:String! ",
1206
+ "required": true,
1207
+ "responseStr": "input:$input ",
1208
+ "type": {
1209
+ "kind": [
1210
+ "NON_NULL",
1211
+ "SCALAR"
1212
+ ],
1213
+ "name": "String",
1214
+ "non_null": false
1215
+ },
1216
+ "varName": "input"
1217
+ }
1218
+ },
1219
+ "interfaces": null,
1220
+ "kind": "INPUT_OBJECT",
1221
+ "name": "ApplicationCategoryRefInput",
1222
+ "possibleTypes": null
1223
+ },
1224
+ "indexType": "input_object",
1225
+ "kind": [
1226
+ "LIST",
1227
+ "NON_NULL",
1228
+ "INPUT_OBJECT"
1229
+ ],
1230
+ "name": "ApplicationCategoryRefInput",
1231
+ "non_null": false
1232
+ },
1233
+ "varName": "applicationCategoryRefInput"
1234
+ }
1235
+ },
1236
+ "interfaces": null,
1237
+ "kind": "INPUT_OBJECT",
1238
+ "name": "CatalogApplicationCategoryFilterInput",
1239
+ "possibleTypes": null
1240
+ },
1241
+ "indexType": "input_object",
1242
+ "kind": [
1243
+ "LIST",
1244
+ "NON_NULL",
1245
+ "INPUT_OBJECT"
1246
+ ],
1247
+ "name": "CatalogApplicationCategoryFilterInput",
1248
+ "non_null": false
1249
+ },
1250
+ "varName": "catalogApplicationCategoryFilterInput"
1251
+ },
1252
+ "id": {
1253
+ "defaultValue": null,
1254
+ "description": null,
1255
+ "id_str": "catalogApplicationList___input___filter___id",
1256
+ "name": "id",
1257
+ "path": "catalogApplicationList.input.filter.id",
1258
+ "requestStr": "$idFilterInput:[IdFilterInput] ",
1259
+ "required": false,
1260
+ "responseStr": "id:$idFilterInput ",
1261
+ "type": {
1262
+ "definition": {
1263
+ "description": null,
1264
+ "enumValues": null,
1265
+ "fields": null,
1266
+ "inputFields": {
1267
+ "eq": {
1268
+ "defaultValue": null,
1269
+ "description": null,
1270
+ "id_str": "catalogApplicationList___input___filter___id___eq",
1271
+ "name": "eq",
1272
+ "path": "catalogApplicationList.input.filter.id.eq",
1273
+ "requestStr": "$eq:ID ",
1274
+ "required": false,
1275
+ "responseStr": "eq:$eq ",
1276
+ "type": {
1277
+ "kind": [
1278
+ "SCALAR"
1279
+ ],
1280
+ "name": "ID",
1281
+ "non_null": false
1282
+ },
1283
+ "varName": "eq"
1284
+ },
1285
+ "in": {
1286
+ "defaultValue": null,
1287
+ "description": null,
1288
+ "id_str": "catalogApplicationList___input___filter___id___in",
1289
+ "name": "in",
1290
+ "path": "catalogApplicationList.input.filter.id.in",
1291
+ "requestStr": "$in:[ID] ",
1292
+ "required": false,
1293
+ "responseStr": "in:$in ",
1294
+ "type": {
1295
+ "kind": [
1296
+ "LIST",
1297
+ "NON_NULL",
1298
+ "SCALAR"
1299
+ ],
1300
+ "name": "ID",
1301
+ "non_null": false
1302
+ },
1303
+ "varName": "in"
1304
+ },
1305
+ "neq": {
1306
+ "defaultValue": null,
1307
+ "description": null,
1308
+ "id_str": "catalogApplicationList___input___filter___id___neq",
1309
+ "name": "neq",
1310
+ "path": "catalogApplicationList.input.filter.id.neq",
1311
+ "requestStr": "$neq:ID ",
1312
+ "required": false,
1313
+ "responseStr": "neq:$neq ",
1314
+ "type": {
1315
+ "kind": [
1316
+ "SCALAR"
1317
+ ],
1318
+ "name": "ID",
1319
+ "non_null": false
1320
+ },
1321
+ "varName": "neq"
1322
+ },
1323
+ "nin": {
1324
+ "defaultValue": null,
1325
+ "description": null,
1326
+ "id_str": "catalogApplicationList___input___filter___id___nin",
1327
+ "name": "nin",
1328
+ "path": "catalogApplicationList.input.filter.id.nin",
1329
+ "requestStr": "$nin:[ID] ",
1330
+ "required": false,
1331
+ "responseStr": "nin:$nin ",
1332
+ "type": {
1333
+ "kind": [
1334
+ "LIST",
1335
+ "NON_NULL",
1336
+ "SCALAR"
1337
+ ],
1338
+ "name": "ID",
1339
+ "non_null": false
1340
+ },
1341
+ "varName": "nin"
1342
+ }
1343
+ },
1344
+ "interfaces": null,
1345
+ "kind": "INPUT_OBJECT",
1346
+ "name": "IdFilterInput",
1347
+ "possibleTypes": null
1348
+ },
1349
+ "indexType": "input_object",
1350
+ "kind": [
1351
+ "LIST",
1352
+ "NON_NULL",
1353
+ "INPUT_OBJECT"
1354
+ ],
1355
+ "name": "IdFilterInput",
1356
+ "non_null": false
1357
+ },
1358
+ "varName": "idFilterInput"
1359
+ },
1360
+ "name": {
1361
+ "defaultValue": null,
1362
+ "description": null,
1363
+ "id_str": "catalogApplicationList___input___filter___name",
1364
+ "name": "name",
1365
+ "path": "catalogApplicationList.input.filter.name",
1366
+ "requestStr": "$stringFilterInput:[StringFilterInput] ",
1367
+ "required": false,
1368
+ "responseStr": "name:$stringFilterInput ",
1369
+ "type": {
1370
+ "definition": {
1371
+ "description": null,
1372
+ "enumValues": null,
1373
+ "fields": null,
1374
+ "inputFields": {
1375
+ "eq": {
1376
+ "defaultValue": null,
1377
+ "description": null,
1378
+ "id_str": "catalogApplicationList___input___filter___name___eq",
1379
+ "name": "eq",
1380
+ "path": "catalogApplicationList.input.filter.name.eq",
1381
+ "requestStr": "$eq:String ",
1382
+ "required": false,
1383
+ "responseStr": "eq:$eq ",
1384
+ "type": {
1385
+ "kind": [
1386
+ "SCALAR"
1387
+ ],
1388
+ "name": "String",
1389
+ "non_null": false
1390
+ },
1391
+ "varName": "eq"
1392
+ },
1393
+ "in": {
1394
+ "defaultValue": null,
1395
+ "description": null,
1396
+ "id_str": "catalogApplicationList___input___filter___name___in",
1397
+ "name": "in",
1398
+ "path": "catalogApplicationList.input.filter.name.in",
1399
+ "requestStr": "$in:[String] ",
1400
+ "required": false,
1401
+ "responseStr": "in:$in ",
1402
+ "type": {
1403
+ "kind": [
1404
+ "LIST",
1405
+ "NON_NULL",
1406
+ "SCALAR"
1407
+ ],
1408
+ "name": "String",
1409
+ "non_null": false
1410
+ },
1411
+ "varName": "in"
1412
+ },
1413
+ "neq": {
1414
+ "defaultValue": null,
1415
+ "description": null,
1416
+ "id_str": "catalogApplicationList___input___filter___name___neq",
1417
+ "name": "neq",
1418
+ "path": "catalogApplicationList.input.filter.name.neq",
1419
+ "requestStr": "$neq:String ",
1420
+ "required": false,
1421
+ "responseStr": "neq:$neq ",
1422
+ "type": {
1423
+ "kind": [
1424
+ "SCALAR"
1425
+ ],
1426
+ "name": "String",
1427
+ "non_null": false
1428
+ },
1429
+ "varName": "neq"
1430
+ },
1431
+ "nin": {
1432
+ "defaultValue": null,
1433
+ "description": null,
1434
+ "id_str": "catalogApplicationList___input___filter___name___nin",
1435
+ "name": "nin",
1436
+ "path": "catalogApplicationList.input.filter.name.nin",
1437
+ "requestStr": "$nin:[String] ",
1438
+ "required": false,
1439
+ "responseStr": "nin:$nin ",
1440
+ "type": {
1441
+ "kind": [
1442
+ "LIST",
1443
+ "NON_NULL",
1444
+ "SCALAR"
1445
+ ],
1446
+ "name": "String",
1447
+ "non_null": false
1448
+ },
1449
+ "varName": "nin"
1450
+ }
1451
+ },
1452
+ "interfaces": null,
1453
+ "kind": "INPUT_OBJECT",
1454
+ "name": "StringFilterInput",
1455
+ "possibleTypes": null
1456
+ },
1457
+ "indexType": "input_object",
1458
+ "kind": [
1459
+ "LIST",
1460
+ "NON_NULL",
1461
+ "INPUT_OBJECT"
1462
+ ],
1463
+ "name": "StringFilterInput",
1464
+ "non_null": false
1465
+ },
1466
+ "varName": "stringFilterInput"
1467
+ },
1468
+ "recentlyAdded": {
1469
+ "defaultValue": null,
1470
+ "description": null,
1471
+ "id_str": "catalogApplicationList___input___filter___recentlyAdded",
1472
+ "name": "recentlyAdded",
1473
+ "path": "catalogApplicationList.input.filter.recentlyAdded",
1474
+ "requestStr": "$booleanFilterInput:[BooleanFilterInput] ",
1475
+ "required": false,
1476
+ "responseStr": "recentlyAdded:$booleanFilterInput ",
1477
+ "type": {
1478
+ "definition": {
1479
+ "description": null,
1480
+ "enumValues": null,
1481
+ "fields": null,
1482
+ "inputFields": {
1483
+ "eq": {
1484
+ "defaultValue": null,
1485
+ "description": null,
1486
+ "id_str": "catalogApplicationList___input___filter___recentlyAdded___eq",
1487
+ "name": "eq",
1488
+ "path": "catalogApplicationList.input.filter.recentlyAdded.eq",
1489
+ "requestStr": "$eq:Boolean ",
1490
+ "required": false,
1491
+ "responseStr": "eq:$eq ",
1492
+ "type": {
1493
+ "kind": [
1494
+ "SCALAR"
1495
+ ],
1496
+ "name": "Boolean",
1497
+ "non_null": false
1498
+ },
1499
+ "varName": "eq"
1500
+ },
1501
+ "neq": {
1502
+ "defaultValue": null,
1503
+ "description": null,
1504
+ "id_str": "catalogApplicationList___input___filter___recentlyAdded___neq",
1505
+ "name": "neq",
1506
+ "path": "catalogApplicationList.input.filter.recentlyAdded.neq",
1507
+ "requestStr": "$neq:Boolean ",
1508
+ "required": false,
1509
+ "responseStr": "neq:$neq ",
1510
+ "type": {
1511
+ "kind": [
1512
+ "SCALAR"
1513
+ ],
1514
+ "name": "Boolean",
1515
+ "non_null": false
1516
+ },
1517
+ "varName": "neq"
1518
+ }
1519
+ },
1520
+ "interfaces": null,
1521
+ "kind": "INPUT_OBJECT",
1522
+ "name": "BooleanFilterInput",
1523
+ "possibleTypes": null
1524
+ },
1525
+ "indexType": "input_object",
1526
+ "kind": [
1527
+ "LIST",
1528
+ "NON_NULL",
1529
+ "INPUT_OBJECT"
1530
+ ],
1531
+ "name": "BooleanFilterInput",
1532
+ "non_null": false
1533
+ },
1534
+ "varName": "booleanFilterInput"
1535
+ },
1536
+ "risk": {
1537
+ "defaultValue": null,
1538
+ "description": null,
1539
+ "id_str": "catalogApplicationList___input___filter___risk",
1540
+ "name": "risk",
1541
+ "path": "catalogApplicationList.input.filter.risk",
1542
+ "requestStr": "$intFilterInput:[IntFilterInput] ",
1543
+ "required": false,
1544
+ "responseStr": "risk:$intFilterInput ",
1545
+ "type": {
1546
+ "definition": {
1547
+ "description": null,
1548
+ "enumValues": null,
1549
+ "fields": null,
1550
+ "inputFields": {
1551
+ "between": {
1552
+ "defaultValue": null,
1553
+ "description": null,
1554
+ "id_str": "catalogApplicationList___input___filter___risk___between",
1555
+ "name": "between",
1556
+ "path": "catalogApplicationList.input.filter.risk.between",
1557
+ "requestStr": "$between:[Int] ",
1558
+ "required": false,
1559
+ "responseStr": "between:$between ",
1560
+ "type": {
1561
+ "kind": [
1562
+ "LIST",
1563
+ "NON_NULL",
1564
+ "SCALAR"
1565
+ ],
1566
+ "name": "Int",
1567
+ "non_null": false
1568
+ },
1569
+ "varName": "between"
1570
+ },
1571
+ "eq": {
1572
+ "defaultValue": null,
1573
+ "description": null,
1574
+ "id_str": "catalogApplicationList___input___filter___risk___eq",
1575
+ "name": "eq",
1576
+ "path": "catalogApplicationList.input.filter.risk.eq",
1577
+ "requestStr": "$eq:Int ",
1578
+ "required": false,
1579
+ "responseStr": "eq:$eq ",
1580
+ "type": {
1581
+ "kind": [
1582
+ "SCALAR"
1583
+ ],
1584
+ "name": "Int",
1585
+ "non_null": false
1586
+ },
1587
+ "varName": "eq"
1588
+ },
1589
+ "gt": {
1590
+ "defaultValue": null,
1591
+ "description": null,
1592
+ "id_str": "catalogApplicationList___input___filter___risk___gt",
1593
+ "name": "gt",
1594
+ "path": "catalogApplicationList.input.filter.risk.gt",
1595
+ "requestStr": "$gt:Int ",
1596
+ "required": false,
1597
+ "responseStr": "gt:$gt ",
1598
+ "type": {
1599
+ "kind": [
1600
+ "SCALAR"
1601
+ ],
1602
+ "name": "Int",
1603
+ "non_null": false
1604
+ },
1605
+ "varName": "gt"
1606
+ },
1607
+ "gte": {
1608
+ "defaultValue": null,
1609
+ "description": null,
1610
+ "id_str": "catalogApplicationList___input___filter___risk___gte",
1611
+ "name": "gte",
1612
+ "path": "catalogApplicationList.input.filter.risk.gte",
1613
+ "requestStr": "$gte:Int ",
1614
+ "required": false,
1615
+ "responseStr": "gte:$gte ",
1616
+ "type": {
1617
+ "kind": [
1618
+ "SCALAR"
1619
+ ],
1620
+ "name": "Int",
1621
+ "non_null": false
1622
+ },
1623
+ "varName": "gte"
1624
+ },
1625
+ "in": {
1626
+ "defaultValue": null,
1627
+ "description": null,
1628
+ "id_str": "catalogApplicationList___input___filter___risk___in",
1629
+ "name": "in",
1630
+ "path": "catalogApplicationList.input.filter.risk.in",
1631
+ "requestStr": "$in:[Int] ",
1632
+ "required": false,
1633
+ "responseStr": "in:$in ",
1634
+ "type": {
1635
+ "kind": [
1636
+ "LIST",
1637
+ "NON_NULL",
1638
+ "SCALAR"
1639
+ ],
1640
+ "name": "Int",
1641
+ "non_null": false
1642
+ },
1643
+ "varName": "in"
1644
+ },
1645
+ "lt": {
1646
+ "defaultValue": null,
1647
+ "description": null,
1648
+ "id_str": "catalogApplicationList___input___filter___risk___lt",
1649
+ "name": "lt",
1650
+ "path": "catalogApplicationList.input.filter.risk.lt",
1651
+ "requestStr": "$lt:Int ",
1652
+ "required": false,
1653
+ "responseStr": "lt:$lt ",
1654
+ "type": {
1655
+ "kind": [
1656
+ "SCALAR"
1657
+ ],
1658
+ "name": "Int",
1659
+ "non_null": false
1660
+ },
1661
+ "varName": "lt"
1662
+ },
1663
+ "lte": {
1664
+ "defaultValue": null,
1665
+ "description": null,
1666
+ "id_str": "catalogApplicationList___input___filter___risk___lte",
1667
+ "name": "lte",
1668
+ "path": "catalogApplicationList.input.filter.risk.lte",
1669
+ "requestStr": "$lte:Int ",
1670
+ "required": false,
1671
+ "responseStr": "lte:$lte ",
1672
+ "type": {
1673
+ "kind": [
1674
+ "SCALAR"
1675
+ ],
1676
+ "name": "Int",
1677
+ "non_null": false
1678
+ },
1679
+ "varName": "lte"
1680
+ },
1681
+ "neq": {
1682
+ "defaultValue": null,
1683
+ "description": null,
1684
+ "id_str": "catalogApplicationList___input___filter___risk___neq",
1685
+ "name": "neq",
1686
+ "path": "catalogApplicationList.input.filter.risk.neq",
1687
+ "requestStr": "$neq:Int ",
1688
+ "required": false,
1689
+ "responseStr": "neq:$neq ",
1690
+ "type": {
1691
+ "kind": [
1692
+ "SCALAR"
1693
+ ],
1694
+ "name": "Int",
1695
+ "non_null": false
1696
+ },
1697
+ "varName": "neq"
1698
+ },
1699
+ "nin": {
1700
+ "defaultValue": null,
1701
+ "description": null,
1702
+ "id_str": "catalogApplicationList___input___filter___risk___nin",
1703
+ "name": "nin",
1704
+ "path": "catalogApplicationList.input.filter.risk.nin",
1705
+ "requestStr": "$nin:[Int] ",
1706
+ "required": false,
1707
+ "responseStr": "nin:$nin ",
1708
+ "type": {
1709
+ "kind": [
1710
+ "LIST",
1711
+ "NON_NULL",
1712
+ "SCALAR"
1713
+ ],
1714
+ "name": "Int",
1715
+ "non_null": false
1716
+ },
1717
+ "varName": "nin"
1718
+ }
1719
+ },
1720
+ "interfaces": null,
1721
+ "kind": "INPUT_OBJECT",
1722
+ "name": "IntFilterInput",
1723
+ "possibleTypes": null
1724
+ },
1725
+ "indexType": "input_object",
1726
+ "kind": [
1727
+ "LIST",
1728
+ "NON_NULL",
1729
+ "INPUT_OBJECT"
1730
+ ],
1731
+ "name": "IntFilterInput",
1732
+ "non_null": false
1733
+ },
1734
+ "varName": "intFilterInput"
1735
+ },
1736
+ "type": {
1737
+ "defaultValue": null,
1738
+ "description": null,
1739
+ "id_str": "catalogApplicationList___input___filter___type",
1740
+ "name": "type",
1741
+ "path": "catalogApplicationList.input.filter.type",
1742
+ "requestStr": "$catalogApplicationTypeFilterInput:[CatalogApplicationTypeFilterInput] ",
1743
+ "required": false,
1744
+ "responseStr": "type:$catalogApplicationTypeFilterInput ",
1745
+ "type": {
1746
+ "definition": {
1747
+ "description": null,
1748
+ "enumValues": null,
1749
+ "fields": null,
1750
+ "inputFields": {
1751
+ "eq": {
1752
+ "defaultValue": null,
1753
+ "description": null,
1754
+ "id_str": "catalogApplicationList___input___filter___type___eq",
1755
+ "name": "eq",
1756
+ "path": "catalogApplicationList.input.filter.type.eq",
1757
+ "requestStr": "$eq:CatalogApplicationType ",
1758
+ "required": false,
1759
+ "responseStr": "eq:$eq ",
1760
+ "type": {
1761
+ "definition": {
1762
+ "description": null,
1763
+ "enumValues": [
1764
+ {
1765
+ "deprecationReason": null,
1766
+ "description": null,
1767
+ "isDeprecated": false,
1768
+ "name": "APPLICATION"
1769
+ },
1770
+ {
1771
+ "deprecationReason": null,
1772
+ "description": null,
1773
+ "isDeprecated": false,
1774
+ "name": "SERVICE"
1775
+ },
1776
+ {
1777
+ "deprecationReason": null,
1778
+ "description": null,
1779
+ "isDeprecated": false,
1780
+ "name": "CLOUD_APPLICATION"
1781
+ }
1782
+ ],
1783
+ "fields": null,
1784
+ "inputFields": null,
1785
+ "interfaces": null,
1786
+ "kind": "ENUM",
1787
+ "name": "CatalogApplicationType",
1788
+ "possibleTypes": null
1789
+ },
1790
+ "indexType": "enum",
1791
+ "kind": [
1792
+ "ENUM"
1793
+ ],
1794
+ "name": "CatalogApplicationType",
1795
+ "non_null": false
1796
+ },
1797
+ "varName": "eq"
1798
+ },
1799
+ "in": {
1800
+ "defaultValue": null,
1801
+ "description": null,
1802
+ "id_str": "catalogApplicationList___input___filter___type___in",
1803
+ "name": "in",
1804
+ "path": "catalogApplicationList.input.filter.type.in",
1805
+ "requestStr": "$in:[CatalogApplicationType] ",
1806
+ "required": false,
1807
+ "responseStr": "in:$in ",
1808
+ "type": {
1809
+ "definition": {
1810
+ "description": null,
1811
+ "enumValues": [
1812
+ {
1813
+ "deprecationReason": null,
1814
+ "description": null,
1815
+ "isDeprecated": false,
1816
+ "name": "APPLICATION"
1817
+ },
1818
+ {
1819
+ "deprecationReason": null,
1820
+ "description": null,
1821
+ "isDeprecated": false,
1822
+ "name": "SERVICE"
1823
+ },
1824
+ {
1825
+ "deprecationReason": null,
1826
+ "description": null,
1827
+ "isDeprecated": false,
1828
+ "name": "CLOUD_APPLICATION"
1829
+ }
1830
+ ],
1831
+ "fields": null,
1832
+ "inputFields": null,
1833
+ "interfaces": null,
1834
+ "kind": "ENUM",
1835
+ "name": "CatalogApplicationType",
1836
+ "possibleTypes": null
1837
+ },
1838
+ "indexType": "enum",
1839
+ "kind": [
1840
+ "LIST",
1841
+ "NON_NULL",
1842
+ "ENUM"
1843
+ ],
1844
+ "name": "CatalogApplicationType",
1845
+ "non_null": false
1846
+ },
1847
+ "varName": "in"
1848
+ },
1849
+ "neq": {
1850
+ "defaultValue": null,
1851
+ "description": null,
1852
+ "id_str": "catalogApplicationList___input___filter___type___neq",
1853
+ "name": "neq",
1854
+ "path": "catalogApplicationList.input.filter.type.neq",
1855
+ "requestStr": "$neq:CatalogApplicationType ",
1856
+ "required": false,
1857
+ "responseStr": "neq:$neq ",
1858
+ "type": {
1859
+ "definition": {
1860
+ "description": null,
1861
+ "enumValues": [
1862
+ {
1863
+ "deprecationReason": null,
1864
+ "description": null,
1865
+ "isDeprecated": false,
1866
+ "name": "APPLICATION"
1867
+ },
1868
+ {
1869
+ "deprecationReason": null,
1870
+ "description": null,
1871
+ "isDeprecated": false,
1872
+ "name": "SERVICE"
1873
+ },
1874
+ {
1875
+ "deprecationReason": null,
1876
+ "description": null,
1877
+ "isDeprecated": false,
1878
+ "name": "CLOUD_APPLICATION"
1879
+ }
1880
+ ],
1881
+ "fields": null,
1882
+ "inputFields": null,
1883
+ "interfaces": null,
1884
+ "kind": "ENUM",
1885
+ "name": "CatalogApplicationType",
1886
+ "possibleTypes": null
1887
+ },
1888
+ "indexType": "enum",
1889
+ "kind": [
1890
+ "ENUM"
1891
+ ],
1892
+ "name": "CatalogApplicationType",
1893
+ "non_null": false
1894
+ },
1895
+ "varName": "neq"
1896
+ },
1897
+ "nin": {
1898
+ "defaultValue": null,
1899
+ "description": null,
1900
+ "id_str": "catalogApplicationList___input___filter___type___nin",
1901
+ "name": "nin",
1902
+ "path": "catalogApplicationList.input.filter.type.nin",
1903
+ "requestStr": "$nin:[CatalogApplicationType] ",
1904
+ "required": false,
1905
+ "responseStr": "nin:$nin ",
1906
+ "type": {
1907
+ "definition": {
1908
+ "description": null,
1909
+ "enumValues": [
1910
+ {
1911
+ "deprecationReason": null,
1912
+ "description": null,
1913
+ "isDeprecated": false,
1914
+ "name": "APPLICATION"
1915
+ },
1916
+ {
1917
+ "deprecationReason": null,
1918
+ "description": null,
1919
+ "isDeprecated": false,
1920
+ "name": "SERVICE"
1921
+ },
1922
+ {
1923
+ "deprecationReason": null,
1924
+ "description": null,
1925
+ "isDeprecated": false,
1926
+ "name": "CLOUD_APPLICATION"
1927
+ }
1928
+ ],
1929
+ "fields": null,
1930
+ "inputFields": null,
1931
+ "interfaces": null,
1932
+ "kind": "ENUM",
1933
+ "name": "CatalogApplicationType",
1934
+ "possibleTypes": null
1935
+ },
1936
+ "indexType": "enum",
1937
+ "kind": [
1938
+ "LIST",
1939
+ "NON_NULL",
1940
+ "ENUM"
1941
+ ],
1942
+ "name": "CatalogApplicationType",
1943
+ "non_null": false
1944
+ },
1945
+ "varName": "nin"
1946
+ }
1947
+ },
1948
+ "interfaces": null,
1949
+ "kind": "INPUT_OBJECT",
1950
+ "name": "CatalogApplicationTypeFilterInput",
1951
+ "possibleTypes": null
1952
+ },
1953
+ "indexType": "input_object",
1954
+ "kind": [
1955
+ "LIST",
1956
+ "NON_NULL",
1957
+ "INPUT_OBJECT"
1958
+ ],
1959
+ "name": "CatalogApplicationTypeFilterInput",
1960
+ "non_null": false
1961
+ },
1962
+ "varName": "catalogApplicationTypeFilterInput"
1963
+ }
1964
+ },
1965
+ "interfaces": null,
1966
+ "kind": "INPUT_OBJECT",
1967
+ "name": "CatalogApplicationFilterInput",
1968
+ "possibleTypes": null
1969
+ },
1970
+ "indexType": "input_object",
1971
+ "kind": [
1972
+ "LIST",
1973
+ "NON_NULL",
1974
+ "INPUT_OBJECT"
1975
+ ],
1976
+ "name": "CatalogApplicationFilterInput",
1977
+ "non_null": false
1978
+ },
1979
+ "varName": "catalogApplicationFilterInput"
1980
+ },
1981
+ "paging": {
1982
+ "defaultValue": "{limit: 100, from: 0}",
1983
+ "description": null,
1984
+ "id_str": "catalogApplicationList___input___paging",
1985
+ "name": "paging",
1986
+ "path": "catalogApplicationList.input.paging",
1987
+ "requestStr": "$pagingInput:PagingInput ",
1988
+ "required": false,
1989
+ "responseStr": "paging:$pagingInput ",
1990
+ "type": {
1991
+ "definition": {
1992
+ "description": null,
1993
+ "enumValues": null,
1994
+ "fields": null,
1995
+ "inputFields": {
1996
+ "from": {
1997
+ "defaultValue": "0",
1998
+ "description": null,
1999
+ "id_str": "catalogApplicationList___input___paging___from",
2000
+ "name": "from",
2001
+ "path": "catalogApplicationList.input.paging.from",
2002
+ "requestStr": "$from:Int! ",
2003
+ "required": true,
2004
+ "responseStr": "from:$from ",
2005
+ "type": {
2006
+ "kind": [
2007
+ "NON_NULL",
2008
+ "SCALAR"
2009
+ ],
2010
+ "name": "Int",
2011
+ "non_null": false
2012
+ },
2013
+ "varName": "from"
2014
+ },
2015
+ "limit": {
2016
+ "defaultValue": "100",
2017
+ "description": null,
2018
+ "id_str": "catalogApplicationList___input___paging___limit",
2019
+ "name": "limit",
2020
+ "path": "catalogApplicationList.input.paging.limit",
2021
+ "requestStr": "$limit:Int! ",
2022
+ "required": true,
2023
+ "responseStr": "limit:$limit ",
2024
+ "type": {
2025
+ "kind": [
2026
+ "NON_NULL",
2027
+ "SCALAR"
2028
+ ],
2029
+ "name": "Int",
2030
+ "non_null": false
2031
+ },
2032
+ "varName": "limit"
2033
+ }
2034
+ },
2035
+ "interfaces": null,
2036
+ "kind": "INPUT_OBJECT",
2037
+ "name": "PagingInput",
2038
+ "possibleTypes": null
2039
+ },
2040
+ "indexType": "input_object",
2041
+ "kind": [
2042
+ "INPUT_OBJECT"
2043
+ ],
2044
+ "name": "PagingInput",
2045
+ "non_null": false
2046
+ },
2047
+ "varName": "pagingInput"
2048
+ },
2049
+ "sort": {
2050
+ "defaultValue": null,
2051
+ "description": null,
2052
+ "id_str": "catalogApplicationList___input___sort",
2053
+ "name": "sort",
2054
+ "path": "catalogApplicationList.input.sort",
2055
+ "requestStr": "$catalogApplicationSortInput:CatalogApplicationSortInput ",
2056
+ "required": false,
2057
+ "responseStr": "sort:$catalogApplicationSortInput ",
2058
+ "type": {
2059
+ "definition": {
2060
+ "description": null,
2061
+ "enumValues": null,
2062
+ "fields": null,
2063
+ "inputFields": {
2064
+ "category": {
2065
+ "defaultValue": null,
2066
+ "description": null,
2067
+ "id_str": "catalogApplicationList___input___sort___category",
2068
+ "name": "category",
2069
+ "path": "catalogApplicationList.input.sort.category",
2070
+ "requestStr": "$catalogApplicationCategorySortInput:CatalogApplicationCategorySortInput ",
2071
+ "required": false,
2072
+ "responseStr": "category:$catalogApplicationCategorySortInput ",
2073
+ "type": {
2074
+ "definition": {
2075
+ "description": null,
2076
+ "enumValues": null,
2077
+ "fields": null,
2078
+ "inputFields": {
2079
+ "name": {
2080
+ "defaultValue": null,
2081
+ "description": null,
2082
+ "id_str": "catalogApplicationList___input___sort___category___name",
2083
+ "name": "name",
2084
+ "path": "catalogApplicationList.input.sort.category.name",
2085
+ "requestStr": "$sortOrderInput:SortOrderInput ",
2086
+ "required": false,
2087
+ "responseStr": "name:$sortOrderInput ",
2088
+ "type": {
2089
+ "definition": {
2090
+ "description": null,
2091
+ "enumValues": null,
2092
+ "fields": null,
2093
+ "inputFields": {
2094
+ "direction": {
2095
+ "defaultValue": "ASC",
2096
+ "description": null,
2097
+ "id_str": "catalogApplicationList___input___sort___category___name___direction",
2098
+ "name": "direction",
2099
+ "path": "catalogApplicationList.input.sort.category.name.direction",
2100
+ "requestStr": "$direction:SortOrder! ",
2101
+ "required": true,
2102
+ "responseStr": "direction:$direction ",
2103
+ "type": {
2104
+ "definition": {
2105
+ "description": null,
2106
+ "enumValues": [
2107
+ {
2108
+ "deprecationReason": null,
2109
+ "description": null,
2110
+ "isDeprecated": false,
2111
+ "name": "ASC"
2112
+ },
2113
+ {
2114
+ "deprecationReason": null,
2115
+ "description": null,
2116
+ "isDeprecated": false,
2117
+ "name": "DESC"
2118
+ }
2119
+ ],
2120
+ "fields": null,
2121
+ "inputFields": null,
2122
+ "interfaces": null,
2123
+ "kind": "ENUM",
2124
+ "name": "SortOrder",
2125
+ "possibleTypes": null
2126
+ },
2127
+ "indexType": "enum",
2128
+ "kind": [
2129
+ "NON_NULL",
2130
+ "ENUM"
2131
+ ],
2132
+ "name": "SortOrder",
2133
+ "non_null": false
2134
+ },
2135
+ "varName": "direction"
2136
+ },
2137
+ "priority": {
2138
+ "defaultValue": "1",
2139
+ "description": null,
2140
+ "id_str": "catalogApplicationList___input___sort___category___name___priority",
2141
+ "name": "priority",
2142
+ "path": "catalogApplicationList.input.sort.category.name.priority",
2143
+ "requestStr": "$priority:Int! ",
2144
+ "required": true,
2145
+ "responseStr": "priority:$priority ",
2146
+ "type": {
2147
+ "kind": [
2148
+ "NON_NULL",
2149
+ "SCALAR"
2150
+ ],
2151
+ "name": "Int",
2152
+ "non_null": false
2153
+ },
2154
+ "varName": "priority"
2155
+ }
2156
+ },
2157
+ "interfaces": null,
2158
+ "kind": "INPUT_OBJECT",
2159
+ "name": "SortOrderInput",
2160
+ "possibleTypes": null
2161
+ },
2162
+ "indexType": "input_object",
2163
+ "kind": [
2164
+ "INPUT_OBJECT"
2165
+ ],
2166
+ "name": "SortOrderInput",
2167
+ "non_null": false
2168
+ },
2169
+ "varName": "sortOrderInput"
2170
+ }
2171
+ },
2172
+ "interfaces": null,
2173
+ "kind": "INPUT_OBJECT",
2174
+ "name": "CatalogApplicationCategorySortInput",
2175
+ "possibleTypes": null
2176
+ },
2177
+ "indexType": "input_object",
2178
+ "kind": [
2179
+ "INPUT_OBJECT"
2180
+ ],
2181
+ "name": "CatalogApplicationCategorySortInput",
2182
+ "non_null": false
2183
+ },
2184
+ "varName": "catalogApplicationCategorySortInput"
2185
+ },
2186
+ "description": {
2187
+ "defaultValue": null,
2188
+ "description": null,
2189
+ "id_str": "catalogApplicationList___input___sort___description",
2190
+ "name": "description",
2191
+ "path": "catalogApplicationList.input.sort.description",
2192
+ "requestStr": "$sortOrderInput:SortOrderInput ",
2193
+ "required": false,
2194
+ "responseStr": "description:$sortOrderInput ",
2195
+ "type": {
2196
+ "definition": {
2197
+ "description": null,
2198
+ "enumValues": null,
2199
+ "fields": null,
2200
+ "inputFields": {
2201
+ "direction": {
2202
+ "defaultValue": "ASC",
2203
+ "description": null,
2204
+ "id_str": "catalogApplicationList___input___sort___description___direction",
2205
+ "name": "direction",
2206
+ "path": "catalogApplicationList.input.sort.description.direction",
2207
+ "requestStr": "$direction:SortOrder! ",
2208
+ "required": true,
2209
+ "responseStr": "direction:$direction ",
2210
+ "type": {
2211
+ "definition": {
2212
+ "description": null,
2213
+ "enumValues": [
2214
+ {
2215
+ "deprecationReason": null,
2216
+ "description": null,
2217
+ "isDeprecated": false,
2218
+ "name": "ASC"
2219
+ },
2220
+ {
2221
+ "deprecationReason": null,
2222
+ "description": null,
2223
+ "isDeprecated": false,
2224
+ "name": "DESC"
2225
+ }
2226
+ ],
2227
+ "fields": null,
2228
+ "inputFields": null,
2229
+ "interfaces": null,
2230
+ "kind": "ENUM",
2231
+ "name": "SortOrder",
2232
+ "possibleTypes": null
2233
+ },
2234
+ "indexType": "enum",
2235
+ "kind": [
2236
+ "NON_NULL",
2237
+ "ENUM"
2238
+ ],
2239
+ "name": "SortOrder",
2240
+ "non_null": false
2241
+ },
2242
+ "varName": "direction"
2243
+ },
2244
+ "priority": {
2245
+ "defaultValue": "1",
2246
+ "description": null,
2247
+ "id_str": "catalogApplicationList___input___sort___description___priority",
2248
+ "name": "priority",
2249
+ "path": "catalogApplicationList.input.sort.description.priority",
2250
+ "requestStr": "$priority:Int! ",
2251
+ "required": true,
2252
+ "responseStr": "priority:$priority ",
2253
+ "type": {
2254
+ "kind": [
2255
+ "NON_NULL",
2256
+ "SCALAR"
2257
+ ],
2258
+ "name": "Int",
2259
+ "non_null": false
2260
+ },
2261
+ "varName": "priority"
2262
+ }
2263
+ },
2264
+ "interfaces": null,
2265
+ "kind": "INPUT_OBJECT",
2266
+ "name": "SortOrderInput",
2267
+ "possibleTypes": null
2268
+ },
2269
+ "indexType": "input_object",
2270
+ "kind": [
2271
+ "INPUT_OBJECT"
2272
+ ],
2273
+ "name": "SortOrderInput",
2274
+ "non_null": false
2275
+ },
2276
+ "varName": "sortOrderInput"
2277
+ },
2278
+ "name": {
2279
+ "defaultValue": null,
2280
+ "description": null,
2281
+ "id_str": "catalogApplicationList___input___sort___name",
2282
+ "name": "name",
2283
+ "path": "catalogApplicationList.input.sort.name",
2284
+ "requestStr": "$sortOrderInput:SortOrderInput ",
2285
+ "required": false,
2286
+ "responseStr": "name:$sortOrderInput ",
2287
+ "type": {
2288
+ "definition": {
2289
+ "description": null,
2290
+ "enumValues": null,
2291
+ "fields": null,
2292
+ "inputFields": {
2293
+ "direction": {
2294
+ "defaultValue": "ASC",
2295
+ "description": null,
2296
+ "id_str": "catalogApplicationList___input___sort___name___direction",
2297
+ "name": "direction",
2298
+ "path": "catalogApplicationList.input.sort.name.direction",
2299
+ "requestStr": "$direction:SortOrder! ",
2300
+ "required": true,
2301
+ "responseStr": "direction:$direction ",
2302
+ "type": {
2303
+ "definition": {
2304
+ "description": null,
2305
+ "enumValues": [
2306
+ {
2307
+ "deprecationReason": null,
2308
+ "description": null,
2309
+ "isDeprecated": false,
2310
+ "name": "ASC"
2311
+ },
2312
+ {
2313
+ "deprecationReason": null,
2314
+ "description": null,
2315
+ "isDeprecated": false,
2316
+ "name": "DESC"
2317
+ }
2318
+ ],
2319
+ "fields": null,
2320
+ "inputFields": null,
2321
+ "interfaces": null,
2322
+ "kind": "ENUM",
2323
+ "name": "SortOrder",
2324
+ "possibleTypes": null
2325
+ },
2326
+ "indexType": "enum",
2327
+ "kind": [
2328
+ "NON_NULL",
2329
+ "ENUM"
2330
+ ],
2331
+ "name": "SortOrder",
2332
+ "non_null": false
2333
+ },
2334
+ "varName": "direction"
2335
+ },
2336
+ "priority": {
2337
+ "defaultValue": "1",
2338
+ "description": null,
2339
+ "id_str": "catalogApplicationList___input___sort___name___priority",
2340
+ "name": "priority",
2341
+ "path": "catalogApplicationList.input.sort.name.priority",
2342
+ "requestStr": "$priority:Int! ",
2343
+ "required": true,
2344
+ "responseStr": "priority:$priority ",
2345
+ "type": {
2346
+ "kind": [
2347
+ "NON_NULL",
2348
+ "SCALAR"
2349
+ ],
2350
+ "name": "Int",
2351
+ "non_null": false
2352
+ },
2353
+ "varName": "priority"
2354
+ }
2355
+ },
2356
+ "interfaces": null,
2357
+ "kind": "INPUT_OBJECT",
2358
+ "name": "SortOrderInput",
2359
+ "possibleTypes": null
2360
+ },
2361
+ "indexType": "input_object",
2362
+ "kind": [
2363
+ "INPUT_OBJECT"
2364
+ ],
2365
+ "name": "SortOrderInput",
2366
+ "non_null": false
2367
+ },
2368
+ "varName": "sortOrderInput"
2369
+ },
2370
+ "risk": {
2371
+ "defaultValue": null,
2372
+ "description": null,
2373
+ "id_str": "catalogApplicationList___input___sort___risk",
2374
+ "name": "risk",
2375
+ "path": "catalogApplicationList.input.sort.risk",
2376
+ "requestStr": "$sortOrderInput:SortOrderInput ",
2377
+ "required": false,
2378
+ "responseStr": "risk:$sortOrderInput ",
2379
+ "type": {
2380
+ "definition": {
2381
+ "description": null,
2382
+ "enumValues": null,
2383
+ "fields": null,
2384
+ "inputFields": {
2385
+ "direction": {
2386
+ "defaultValue": "ASC",
2387
+ "description": null,
2388
+ "id_str": "catalogApplicationList___input___sort___risk___direction",
2389
+ "name": "direction",
2390
+ "path": "catalogApplicationList.input.sort.risk.direction",
2391
+ "requestStr": "$direction:SortOrder! ",
2392
+ "required": true,
2393
+ "responseStr": "direction:$direction ",
2394
+ "type": {
2395
+ "definition": {
2396
+ "description": null,
2397
+ "enumValues": [
2398
+ {
2399
+ "deprecationReason": null,
2400
+ "description": null,
2401
+ "isDeprecated": false,
2402
+ "name": "ASC"
2403
+ },
2404
+ {
2405
+ "deprecationReason": null,
2406
+ "description": null,
2407
+ "isDeprecated": false,
2408
+ "name": "DESC"
2409
+ }
2410
+ ],
2411
+ "fields": null,
2412
+ "inputFields": null,
2413
+ "interfaces": null,
2414
+ "kind": "ENUM",
2415
+ "name": "SortOrder",
2416
+ "possibleTypes": null
2417
+ },
2418
+ "indexType": "enum",
2419
+ "kind": [
2420
+ "NON_NULL",
2421
+ "ENUM"
2422
+ ],
2423
+ "name": "SortOrder",
2424
+ "non_null": false
2425
+ },
2426
+ "varName": "direction"
2427
+ },
2428
+ "priority": {
2429
+ "defaultValue": "1",
2430
+ "description": null,
2431
+ "id_str": "catalogApplicationList___input___sort___risk___priority",
2432
+ "name": "priority",
2433
+ "path": "catalogApplicationList.input.sort.risk.priority",
2434
+ "requestStr": "$priority:Int! ",
2435
+ "required": true,
2436
+ "responseStr": "priority:$priority ",
2437
+ "type": {
2438
+ "kind": [
2439
+ "NON_NULL",
2440
+ "SCALAR"
2441
+ ],
2442
+ "name": "Int",
2443
+ "non_null": false
2444
+ },
2445
+ "varName": "priority"
2446
+ }
2447
+ },
2448
+ "interfaces": null,
2449
+ "kind": "INPUT_OBJECT",
2450
+ "name": "SortOrderInput",
2451
+ "possibleTypes": null
2452
+ },
2453
+ "indexType": "input_object",
2454
+ "kind": [
2455
+ "INPUT_OBJECT"
2456
+ ],
2457
+ "name": "SortOrderInput",
2458
+ "non_null": false
2459
+ },
2460
+ "varName": "sortOrderInput"
2461
+ },
2462
+ "type": {
2463
+ "defaultValue": null,
2464
+ "description": null,
2465
+ "id_str": "catalogApplicationList___input___sort___type",
2466
+ "name": "type",
2467
+ "path": "catalogApplicationList.input.sort.type",
2468
+ "requestStr": "$sortOrderInput:SortOrderInput ",
2469
+ "required": false,
2470
+ "responseStr": "type:$sortOrderInput ",
2471
+ "type": {
2472
+ "definition": {
2473
+ "description": null,
2474
+ "enumValues": null,
2475
+ "fields": null,
2476
+ "inputFields": {
2477
+ "direction": {
2478
+ "defaultValue": "ASC",
2479
+ "description": null,
2480
+ "id_str": "catalogApplicationList___input___sort___type___direction",
2481
+ "name": "direction",
2482
+ "path": "catalogApplicationList.input.sort.type.direction",
2483
+ "requestStr": "$direction:SortOrder! ",
2484
+ "required": true,
2485
+ "responseStr": "direction:$direction ",
2486
+ "type": {
2487
+ "definition": {
2488
+ "description": null,
2489
+ "enumValues": [
2490
+ {
2491
+ "deprecationReason": null,
2492
+ "description": null,
2493
+ "isDeprecated": false,
2494
+ "name": "ASC"
2495
+ },
2496
+ {
2497
+ "deprecationReason": null,
2498
+ "description": null,
2499
+ "isDeprecated": false,
2500
+ "name": "DESC"
2501
+ }
2502
+ ],
2503
+ "fields": null,
2504
+ "inputFields": null,
2505
+ "interfaces": null,
2506
+ "kind": "ENUM",
2507
+ "name": "SortOrder",
2508
+ "possibleTypes": null
2509
+ },
2510
+ "indexType": "enum",
2511
+ "kind": [
2512
+ "NON_NULL",
2513
+ "ENUM"
2514
+ ],
2515
+ "name": "SortOrder",
2516
+ "non_null": false
2517
+ },
2518
+ "varName": "direction"
2519
+ },
2520
+ "priority": {
2521
+ "defaultValue": "1",
2522
+ "description": null,
2523
+ "id_str": "catalogApplicationList___input___sort___type___priority",
2524
+ "name": "priority",
2525
+ "path": "catalogApplicationList.input.sort.type.priority",
2526
+ "requestStr": "$priority:Int! ",
2527
+ "required": true,
2528
+ "responseStr": "priority:$priority ",
2529
+ "type": {
2530
+ "kind": [
2531
+ "NON_NULL",
2532
+ "SCALAR"
2533
+ ],
2534
+ "name": "Int",
2535
+ "non_null": false
2536
+ },
2537
+ "varName": "priority"
2538
+ }
2539
+ },
2540
+ "interfaces": null,
2541
+ "kind": "INPUT_OBJECT",
2542
+ "name": "SortOrderInput",
2543
+ "possibleTypes": null
2544
+ },
2545
+ "indexType": "input_object",
2546
+ "kind": [
2547
+ "INPUT_OBJECT"
2548
+ ],
2549
+ "name": "SortOrderInput",
2550
+ "non_null": false
2551
+ },
2552
+ "varName": "sortOrderInput"
2553
+ }
2554
+ },
2555
+ "interfaces": null,
2556
+ "kind": "INPUT_OBJECT",
2557
+ "name": "CatalogApplicationSortInput",
2558
+ "possibleTypes": null
2559
+ },
2560
+ "indexType": "input_object",
2561
+ "kind": [
2562
+ "INPUT_OBJECT"
2563
+ ],
2564
+ "name": "CatalogApplicationSortInput",
2565
+ "non_null": false
2566
+ },
2567
+ "varName": "catalogApplicationSortInput"
2568
+ }
2569
+ },
2570
+ "interfaces": null,
2571
+ "kind": "INPUT_OBJECT",
2572
+ "name": "CatalogApplicationListInput",
2573
+ "possibleTypes": null
2574
+ },
2575
+ "indexType": "input_object",
2576
+ "kind": [
2577
+ "NON_NULL",
2578
+ "INPUT_OBJECT"
2579
+ ],
2580
+ "name": "CatalogApplicationListInput",
2581
+ "non_null": false
2582
+ },
2583
+ "varName": "catalogApplicationListInput"
47
2584
  }
48
2585
  },
49
2586
  "path": "query.catalogs",
@@ -6951,5 +9488,175 @@
6951
9488
  "name": "CatalogQueries",
6952
9489
  "non_null": false
6953
9490
  },
6954
- "variablesPayload": {}
9491
+ "variablesPayload": {
9492
+ "applicationRefInput": {
9493
+ "by": "ID",
9494
+ "input": "string"
9495
+ },
9496
+ "catalogApplicationContentTypeGroupListInput": {
9497
+ "catalogApplicationContentTypeGroupFilterInput": {
9498
+ "contentType": {
9499
+ "id": {
9500
+ "eq": "id",
9501
+ "in": [
9502
+ "id1",
9503
+ "id2"
9504
+ ],
9505
+ "neq": "id",
9506
+ "nin": [
9507
+ "id1",
9508
+ "id2"
9509
+ ]
9510
+ },
9511
+ "name": {
9512
+ "eq": "string",
9513
+ "in": [
9514
+ "string1",
9515
+ "string2"
9516
+ ],
9517
+ "neq": "string",
9518
+ "nin": [
9519
+ "string1",
9520
+ "string2"
9521
+ ]
9522
+ }
9523
+ },
9524
+ "id": {
9525
+ "eq": "id",
9526
+ "in": [
9527
+ "id1",
9528
+ "id2"
9529
+ ],
9530
+ "neq": "id",
9531
+ "nin": [
9532
+ "id1",
9533
+ "id2"
9534
+ ]
9535
+ },
9536
+ "name": {
9537
+ "eq": "string",
9538
+ "in": [
9539
+ "string1",
9540
+ "string2"
9541
+ ],
9542
+ "neq": "string",
9543
+ "nin": [
9544
+ "string1",
9545
+ "string2"
9546
+ ]
9547
+ }
9548
+ },
9549
+ "catalogApplicationContentTypeGroupSortInput": {
9550
+ "name": {
9551
+ "direction": "ASC",
9552
+ "priority": 1
9553
+ }
9554
+ },
9555
+ "pagingInput": {
9556
+ "from": 1,
9557
+ "limit": 1
9558
+ }
9559
+ },
9560
+ "catalogApplicationListInput": {
9561
+ "catalogApplicationFilterInput": {
9562
+ "activity": {
9563
+ "hasAny": {
9564
+ "by": "ID",
9565
+ "input": "string"
9566
+ }
9567
+ },
9568
+ "capability": {
9569
+ "hasAny": "APP_CONTROL_INLINE"
9570
+ },
9571
+ "category": {
9572
+ "hasAny": {
9573
+ "by": "ID",
9574
+ "input": "string"
9575
+ }
9576
+ },
9577
+ "id": {
9578
+ "eq": "id",
9579
+ "in": [
9580
+ "id1",
9581
+ "id2"
9582
+ ],
9583
+ "neq": "id",
9584
+ "nin": [
9585
+ "id1",
9586
+ "id2"
9587
+ ]
9588
+ },
9589
+ "name": {
9590
+ "eq": "string",
9591
+ "in": [
9592
+ "string1",
9593
+ "string2"
9594
+ ],
9595
+ "neq": "string",
9596
+ "nin": [
9597
+ "string1",
9598
+ "string2"
9599
+ ]
9600
+ },
9601
+ "recentlyAdded": {
9602
+ "eq": true,
9603
+ "neq": true
9604
+ },
9605
+ "risk": {
9606
+ "between": [
9607
+ 1,
9608
+ 2
9609
+ ],
9610
+ "eq": 1,
9611
+ "gt": 1,
9612
+ "gte": 1,
9613
+ "in": [
9614
+ 1,
9615
+ 2
9616
+ ],
9617
+ "lt": 1,
9618
+ "lte": 1,
9619
+ "neq": 1,
9620
+ "nin": [
9621
+ 1,
9622
+ 2
9623
+ ]
9624
+ },
9625
+ "type": {
9626
+ "eq": "APPLICATION",
9627
+ "in": "APPLICATION",
9628
+ "neq": "APPLICATION",
9629
+ "nin": "APPLICATION"
9630
+ }
9631
+ },
9632
+ "catalogApplicationSortInput": {
9633
+ "category": {
9634
+ "name": {
9635
+ "direction": "ASC",
9636
+ "priority": 1
9637
+ }
9638
+ },
9639
+ "description": {
9640
+ "direction": "ASC",
9641
+ "priority": 1
9642
+ },
9643
+ "name": {
9644
+ "direction": "ASC",
9645
+ "priority": 1
9646
+ },
9647
+ "risk": {
9648
+ "direction": "ASC",
9649
+ "priority": 1
9650
+ },
9651
+ "type": {
9652
+ "direction": "ASC",
9653
+ "priority": 1
9654
+ }
9655
+ },
9656
+ "pagingInput": {
9657
+ "from": 1,
9658
+ "limit": 1
9659
+ }
9660
+ }
9661
+ }
6955
9662
  }