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,2191 @@
44
44
  "non_null": false
45
45
  },
46
46
  "varName": "accountId"
47
+ },
48
+ "hardwareSearchInput": {
49
+ "defaultValue": null,
50
+ "description": null,
51
+ "id_str": "hardware___input",
52
+ "name": "input",
53
+ "path": "hardware.input",
54
+ "requestStr": "$hardwareSearchInput:HardwareSearchInput ",
55
+ "required": false,
56
+ "responseStr": "input:$hardwareSearchInput ",
57
+ "type": {
58
+ "definition": {
59
+ "description": null,
60
+ "enumValues": null,
61
+ "fields": null,
62
+ "inputFields": {
63
+ "filter": {
64
+ "defaultValue": null,
65
+ "description": null,
66
+ "id_str": "hardware___input___filter",
67
+ "name": "filter",
68
+ "path": "hardware.input.filter",
69
+ "requestStr": "$hardwareFilterInput:HardwareFilterInput ",
70
+ "required": false,
71
+ "responseStr": "filter:$hardwareFilterInput ",
72
+ "type": {
73
+ "definition": {
74
+ "description": null,
75
+ "enumValues": null,
76
+ "fields": null,
77
+ "inputFields": {
78
+ "account": {
79
+ "defaultValue": null,
80
+ "description": null,
81
+ "id_str": "hardware___input___filter___account",
82
+ "name": "account",
83
+ "path": "hardware.input.filter.account",
84
+ "requestStr": "$accountFilter:[AccountFilter] ",
85
+ "required": false,
86
+ "responseStr": "account:$accountFilter ",
87
+ "type": {
88
+ "definition": {
89
+ "description": null,
90
+ "enumValues": null,
91
+ "fields": null,
92
+ "inputFields": {
93
+ "accountInclusion": {
94
+ "defaultValue": null,
95
+ "description": null,
96
+ "id_str": "hardware___input___filter___account___accountInclusion",
97
+ "name": "accountInclusion",
98
+ "path": "hardware.input.filter.account.accountInclusion",
99
+ "requestStr": "$accountInclusion:AccountInclusion ",
100
+ "required": false,
101
+ "responseStr": "accountInclusion:$accountInclusion ",
102
+ "type": {
103
+ "definition": {
104
+ "description": null,
105
+ "enumValues": [
106
+ {
107
+ "deprecationReason": null,
108
+ "description": null,
109
+ "isDeprecated": false,
110
+ "name": "ALL_ACCOUNTS"
111
+ },
112
+ {
113
+ "deprecationReason": null,
114
+ "description": null,
115
+ "isDeprecated": false,
116
+ "name": "MANAGED_ACCOUNTS_ONLY"
117
+ }
118
+ ],
119
+ "fields": null,
120
+ "inputFields": null,
121
+ "interfaces": null,
122
+ "kind": "ENUM",
123
+ "name": "AccountInclusion",
124
+ "possibleTypes": null
125
+ },
126
+ "indexType": "enum",
127
+ "kind": [
128
+ "ENUM"
129
+ ],
130
+ "name": "AccountInclusion",
131
+ "non_null": false
132
+ },
133
+ "varName": "accountInclusion"
134
+ },
135
+ "in": {
136
+ "defaultValue": null,
137
+ "description": null,
138
+ "id_str": "hardware___input___filter___account___in",
139
+ "name": "in",
140
+ "path": "hardware.input.filter.account.in",
141
+ "requestStr": "$in:[ID] ",
142
+ "required": false,
143
+ "responseStr": "in:$in ",
144
+ "type": {
145
+ "kind": [
146
+ "LIST",
147
+ "NON_NULL",
148
+ "SCALAR"
149
+ ],
150
+ "name": "ID",
151
+ "non_null": false
152
+ },
153
+ "varName": "in"
154
+ }
155
+ },
156
+ "interfaces": null,
157
+ "kind": "INPUT_OBJECT",
158
+ "name": "AccountFilter",
159
+ "possibleTypes": null
160
+ },
161
+ "indexType": "input_object",
162
+ "kind": [
163
+ "LIST",
164
+ "NON_NULL",
165
+ "INPUT_OBJECT"
166
+ ],
167
+ "name": "AccountFilter",
168
+ "non_null": false
169
+ },
170
+ "varName": "accountFilter"
171
+ },
172
+ "countryCode": {
173
+ "defaultValue": null,
174
+ "description": null,
175
+ "id_str": "hardware___input___filter___countryCode",
176
+ "name": "countryCode",
177
+ "path": "hardware.input.filter.countryCode",
178
+ "requestStr": "$stringFilterInput:StringFilterInput ",
179
+ "required": false,
180
+ "responseStr": "countryCode:$stringFilterInput ",
181
+ "type": {
182
+ "definition": {
183
+ "description": null,
184
+ "enumValues": null,
185
+ "fields": null,
186
+ "inputFields": {
187
+ "eq": {
188
+ "defaultValue": null,
189
+ "description": null,
190
+ "id_str": "hardware___input___filter___countryCode___eq",
191
+ "name": "eq",
192
+ "path": "hardware.input.filter.countryCode.eq",
193
+ "requestStr": "$eq:String ",
194
+ "required": false,
195
+ "responseStr": "eq:$eq ",
196
+ "type": {
197
+ "kind": [
198
+ "SCALAR"
199
+ ],
200
+ "name": "String",
201
+ "non_null": false
202
+ },
203
+ "varName": "eq"
204
+ },
205
+ "in": {
206
+ "defaultValue": null,
207
+ "description": null,
208
+ "id_str": "hardware___input___filter___countryCode___in",
209
+ "name": "in",
210
+ "path": "hardware.input.filter.countryCode.in",
211
+ "requestStr": "$in:[String] ",
212
+ "required": false,
213
+ "responseStr": "in:$in ",
214
+ "type": {
215
+ "kind": [
216
+ "LIST",
217
+ "NON_NULL",
218
+ "SCALAR"
219
+ ],
220
+ "name": "String",
221
+ "non_null": false
222
+ },
223
+ "varName": "in"
224
+ },
225
+ "neq": {
226
+ "defaultValue": null,
227
+ "description": null,
228
+ "id_str": "hardware___input___filter___countryCode___neq",
229
+ "name": "neq",
230
+ "path": "hardware.input.filter.countryCode.neq",
231
+ "requestStr": "$neq:String ",
232
+ "required": false,
233
+ "responseStr": "neq:$neq ",
234
+ "type": {
235
+ "kind": [
236
+ "SCALAR"
237
+ ],
238
+ "name": "String",
239
+ "non_null": false
240
+ },
241
+ "varName": "neq"
242
+ },
243
+ "nin": {
244
+ "defaultValue": null,
245
+ "description": null,
246
+ "id_str": "hardware___input___filter___countryCode___nin",
247
+ "name": "nin",
248
+ "path": "hardware.input.filter.countryCode.nin",
249
+ "requestStr": "$nin:[String] ",
250
+ "required": false,
251
+ "responseStr": "nin:$nin ",
252
+ "type": {
253
+ "kind": [
254
+ "LIST",
255
+ "NON_NULL",
256
+ "SCALAR"
257
+ ],
258
+ "name": "String",
259
+ "non_null": false
260
+ },
261
+ "varName": "nin"
262
+ }
263
+ },
264
+ "interfaces": null,
265
+ "kind": "INPUT_OBJECT",
266
+ "name": "StringFilterInput",
267
+ "possibleTypes": null
268
+ },
269
+ "indexType": "input_object",
270
+ "kind": [
271
+ "INPUT_OBJECT"
272
+ ],
273
+ "name": "StringFilterInput",
274
+ "non_null": false
275
+ },
276
+ "varName": "stringFilterInput"
277
+ },
278
+ "countryName": {
279
+ "defaultValue": null,
280
+ "description": null,
281
+ "id_str": "hardware___input___filter___countryName",
282
+ "name": "countryName",
283
+ "path": "hardware.input.filter.countryName",
284
+ "requestStr": "$stringFilterInput:[StringFilterInput] ",
285
+ "required": false,
286
+ "responseStr": "countryName:$stringFilterInput ",
287
+ "type": {
288
+ "definition": {
289
+ "description": null,
290
+ "enumValues": null,
291
+ "fields": null,
292
+ "inputFields": {
293
+ "eq": {
294
+ "defaultValue": null,
295
+ "description": null,
296
+ "id_str": "hardware___input___filter___countryName___eq",
297
+ "name": "eq",
298
+ "path": "hardware.input.filter.countryName.eq",
299
+ "requestStr": "$eq:String ",
300
+ "required": false,
301
+ "responseStr": "eq:$eq ",
302
+ "type": {
303
+ "kind": [
304
+ "SCALAR"
305
+ ],
306
+ "name": "String",
307
+ "non_null": false
308
+ },
309
+ "varName": "eq"
310
+ },
311
+ "in": {
312
+ "defaultValue": null,
313
+ "description": null,
314
+ "id_str": "hardware___input___filter___countryName___in",
315
+ "name": "in",
316
+ "path": "hardware.input.filter.countryName.in",
317
+ "requestStr": "$in:[String] ",
318
+ "required": false,
319
+ "responseStr": "in:$in ",
320
+ "type": {
321
+ "kind": [
322
+ "LIST",
323
+ "NON_NULL",
324
+ "SCALAR"
325
+ ],
326
+ "name": "String",
327
+ "non_null": false
328
+ },
329
+ "varName": "in"
330
+ },
331
+ "neq": {
332
+ "defaultValue": null,
333
+ "description": null,
334
+ "id_str": "hardware___input___filter___countryName___neq",
335
+ "name": "neq",
336
+ "path": "hardware.input.filter.countryName.neq",
337
+ "requestStr": "$neq:String ",
338
+ "required": false,
339
+ "responseStr": "neq:$neq ",
340
+ "type": {
341
+ "kind": [
342
+ "SCALAR"
343
+ ],
344
+ "name": "String",
345
+ "non_null": false
346
+ },
347
+ "varName": "neq"
348
+ },
349
+ "nin": {
350
+ "defaultValue": null,
351
+ "description": null,
352
+ "id_str": "hardware___input___filter___countryName___nin",
353
+ "name": "nin",
354
+ "path": "hardware.input.filter.countryName.nin",
355
+ "requestStr": "$nin:[String] ",
356
+ "required": false,
357
+ "responseStr": "nin:$nin ",
358
+ "type": {
359
+ "kind": [
360
+ "LIST",
361
+ "NON_NULL",
362
+ "SCALAR"
363
+ ],
364
+ "name": "String",
365
+ "non_null": false
366
+ },
367
+ "varName": "nin"
368
+ }
369
+ },
370
+ "interfaces": null,
371
+ "kind": "INPUT_OBJECT",
372
+ "name": "StringFilterInput",
373
+ "possibleTypes": null
374
+ },
375
+ "indexType": "input_object",
376
+ "kind": [
377
+ "LIST",
378
+ "NON_NULL",
379
+ "INPUT_OBJECT"
380
+ ],
381
+ "name": "StringFilterInput",
382
+ "non_null": false
383
+ },
384
+ "varName": "stringFilterInput"
385
+ },
386
+ "freeText": {
387
+ "defaultValue": null,
388
+ "description": "Will run contains operation for the provided text on the following fields productType,\nsfId, siteName, quoteId, model, zipCode, country, city, state, street, companyName, contactName,\ntrackingUrl, trackingNumber and comment with OR between them",
389
+ "id_str": "hardware___input___filter___freeText",
390
+ "name": "freeText",
391
+ "path": "hardware.input.filter.freeText",
392
+ "requestStr": "$freeTextFilterInput:FreeTextFilterInput ",
393
+ "required": false,
394
+ "responseStr": "freeText:$freeTextFilterInput ",
395
+ "type": {
396
+ "definition": {
397
+ "description": null,
398
+ "enumValues": null,
399
+ "fields": null,
400
+ "inputFields": {
401
+ "search": {
402
+ "defaultValue": null,
403
+ "description": null,
404
+ "id_str": "hardware___input___filter___freeText___search",
405
+ "name": "search",
406
+ "path": "hardware.input.filter.freeText.search",
407
+ "requestStr": "$search:String! ",
408
+ "required": true,
409
+ "responseStr": "search:$search ",
410
+ "type": {
411
+ "kind": [
412
+ "NON_NULL",
413
+ "SCALAR"
414
+ ],
415
+ "name": "String",
416
+ "non_null": false
417
+ },
418
+ "varName": "search"
419
+ }
420
+ },
421
+ "interfaces": null,
422
+ "kind": "INPUT_OBJECT",
423
+ "name": "FreeTextFilterInput",
424
+ "possibleTypes": null
425
+ },
426
+ "indexType": "input_object",
427
+ "kind": [
428
+ "INPUT_OBJECT"
429
+ ],
430
+ "name": "FreeTextFilterInput",
431
+ "non_null": false
432
+ },
433
+ "varName": "freeTextFilterInput"
434
+ },
435
+ "id": {
436
+ "defaultValue": null,
437
+ "description": null,
438
+ "id_str": "hardware___input___filter___id",
439
+ "name": "id",
440
+ "path": "hardware.input.filter.id",
441
+ "requestStr": "$idFilterInput:[IdFilterInput] ",
442
+ "required": false,
443
+ "responseStr": "id:$idFilterInput ",
444
+ "type": {
445
+ "definition": {
446
+ "description": null,
447
+ "enumValues": null,
448
+ "fields": null,
449
+ "inputFields": {
450
+ "eq": {
451
+ "defaultValue": null,
452
+ "description": null,
453
+ "id_str": "hardware___input___filter___id___eq",
454
+ "name": "eq",
455
+ "path": "hardware.input.filter.id.eq",
456
+ "requestStr": "$eq:ID ",
457
+ "required": false,
458
+ "responseStr": "eq:$eq ",
459
+ "type": {
460
+ "kind": [
461
+ "SCALAR"
462
+ ],
463
+ "name": "ID",
464
+ "non_null": false
465
+ },
466
+ "varName": "eq"
467
+ },
468
+ "in": {
469
+ "defaultValue": null,
470
+ "description": null,
471
+ "id_str": "hardware___input___filter___id___in",
472
+ "name": "in",
473
+ "path": "hardware.input.filter.id.in",
474
+ "requestStr": "$in:[ID] ",
475
+ "required": false,
476
+ "responseStr": "in:$in ",
477
+ "type": {
478
+ "kind": [
479
+ "LIST",
480
+ "NON_NULL",
481
+ "SCALAR"
482
+ ],
483
+ "name": "ID",
484
+ "non_null": false
485
+ },
486
+ "varName": "in"
487
+ },
488
+ "neq": {
489
+ "defaultValue": null,
490
+ "description": null,
491
+ "id_str": "hardware___input___filter___id___neq",
492
+ "name": "neq",
493
+ "path": "hardware.input.filter.id.neq",
494
+ "requestStr": "$neq:ID ",
495
+ "required": false,
496
+ "responseStr": "neq:$neq ",
497
+ "type": {
498
+ "kind": [
499
+ "SCALAR"
500
+ ],
501
+ "name": "ID",
502
+ "non_null": false
503
+ },
504
+ "varName": "neq"
505
+ },
506
+ "nin": {
507
+ "defaultValue": null,
508
+ "description": null,
509
+ "id_str": "hardware___input___filter___id___nin",
510
+ "name": "nin",
511
+ "path": "hardware.input.filter.id.nin",
512
+ "requestStr": "$nin:[ID] ",
513
+ "required": false,
514
+ "responseStr": "nin:$nin ",
515
+ "type": {
516
+ "kind": [
517
+ "LIST",
518
+ "NON_NULL",
519
+ "SCALAR"
520
+ ],
521
+ "name": "ID",
522
+ "non_null": false
523
+ },
524
+ "varName": "nin"
525
+ }
526
+ },
527
+ "interfaces": null,
528
+ "kind": "INPUT_OBJECT",
529
+ "name": "IdFilterInput",
530
+ "possibleTypes": null
531
+ },
532
+ "indexType": "input_object",
533
+ "kind": [
534
+ "LIST",
535
+ "NON_NULL",
536
+ "INPUT_OBJECT"
537
+ ],
538
+ "name": "IdFilterInput",
539
+ "non_null": false
540
+ },
541
+ "varName": "idFilterInput"
542
+ },
543
+ "licenseStartDate": {
544
+ "defaultValue": null,
545
+ "description": null,
546
+ "id_str": "hardware___input___filter___licenseStartDate",
547
+ "name": "licenseStartDate",
548
+ "path": "hardware.input.filter.licenseStartDate",
549
+ "requestStr": "$dateTimeFilterInput:[DateTimeFilterInput] ",
550
+ "required": false,
551
+ "responseStr": "licenseStartDate:$dateTimeFilterInput ",
552
+ "type": {
553
+ "definition": {
554
+ "description": null,
555
+ "enumValues": null,
556
+ "fields": null,
557
+ "inputFields": {
558
+ "between": {
559
+ "defaultValue": null,
560
+ "description": null,
561
+ "id_str": "hardware___input___filter___licenseStartDate___between",
562
+ "name": "between",
563
+ "path": "hardware.input.filter.licenseStartDate.between",
564
+ "requestStr": "$between:[DateTime] ",
565
+ "required": false,
566
+ "responseStr": "between:$between ",
567
+ "type": {
568
+ "kind": [
569
+ "LIST",
570
+ "NON_NULL",
571
+ "SCALAR"
572
+ ],
573
+ "name": "DateTime",
574
+ "non_null": false
575
+ },
576
+ "varName": "between"
577
+ },
578
+ "eq": {
579
+ "defaultValue": null,
580
+ "description": null,
581
+ "id_str": "hardware___input___filter___licenseStartDate___eq",
582
+ "name": "eq",
583
+ "path": "hardware.input.filter.licenseStartDate.eq",
584
+ "requestStr": "$eq:DateTime ",
585
+ "required": false,
586
+ "responseStr": "eq:$eq ",
587
+ "type": {
588
+ "kind": [
589
+ "SCALAR"
590
+ ],
591
+ "name": "DateTime",
592
+ "non_null": false
593
+ },
594
+ "varName": "eq"
595
+ },
596
+ "gt": {
597
+ "defaultValue": null,
598
+ "description": null,
599
+ "id_str": "hardware___input___filter___licenseStartDate___gt",
600
+ "name": "gt",
601
+ "path": "hardware.input.filter.licenseStartDate.gt",
602
+ "requestStr": "$gt:DateTime ",
603
+ "required": false,
604
+ "responseStr": "gt:$gt ",
605
+ "type": {
606
+ "kind": [
607
+ "SCALAR"
608
+ ],
609
+ "name": "DateTime",
610
+ "non_null": false
611
+ },
612
+ "varName": "gt"
613
+ },
614
+ "gte": {
615
+ "defaultValue": null,
616
+ "description": null,
617
+ "id_str": "hardware___input___filter___licenseStartDate___gte",
618
+ "name": "gte",
619
+ "path": "hardware.input.filter.licenseStartDate.gte",
620
+ "requestStr": "$gte:DateTime ",
621
+ "required": false,
622
+ "responseStr": "gte:$gte ",
623
+ "type": {
624
+ "kind": [
625
+ "SCALAR"
626
+ ],
627
+ "name": "DateTime",
628
+ "non_null": false
629
+ },
630
+ "varName": "gte"
631
+ },
632
+ "in": {
633
+ "defaultValue": null,
634
+ "description": null,
635
+ "id_str": "hardware___input___filter___licenseStartDate___in",
636
+ "name": "in",
637
+ "path": "hardware.input.filter.licenseStartDate.in",
638
+ "requestStr": "$in:[DateTime] ",
639
+ "required": false,
640
+ "responseStr": "in:$in ",
641
+ "type": {
642
+ "kind": [
643
+ "LIST",
644
+ "NON_NULL",
645
+ "SCALAR"
646
+ ],
647
+ "name": "DateTime",
648
+ "non_null": false
649
+ },
650
+ "varName": "in"
651
+ },
652
+ "lt": {
653
+ "defaultValue": null,
654
+ "description": null,
655
+ "id_str": "hardware___input___filter___licenseStartDate___lt",
656
+ "name": "lt",
657
+ "path": "hardware.input.filter.licenseStartDate.lt",
658
+ "requestStr": "$lt:DateTime ",
659
+ "required": false,
660
+ "responseStr": "lt:$lt ",
661
+ "type": {
662
+ "kind": [
663
+ "SCALAR"
664
+ ],
665
+ "name": "DateTime",
666
+ "non_null": false
667
+ },
668
+ "varName": "lt"
669
+ },
670
+ "lte": {
671
+ "defaultValue": null,
672
+ "description": null,
673
+ "id_str": "hardware___input___filter___licenseStartDate___lte",
674
+ "name": "lte",
675
+ "path": "hardware.input.filter.licenseStartDate.lte",
676
+ "requestStr": "$lte:DateTime ",
677
+ "required": false,
678
+ "responseStr": "lte:$lte ",
679
+ "type": {
680
+ "kind": [
681
+ "SCALAR"
682
+ ],
683
+ "name": "DateTime",
684
+ "non_null": false
685
+ },
686
+ "varName": "lte"
687
+ },
688
+ "neq": {
689
+ "defaultValue": null,
690
+ "description": null,
691
+ "id_str": "hardware___input___filter___licenseStartDate___neq",
692
+ "name": "neq",
693
+ "path": "hardware.input.filter.licenseStartDate.neq",
694
+ "requestStr": "$neq:DateTime ",
695
+ "required": false,
696
+ "responseStr": "neq:$neq ",
697
+ "type": {
698
+ "kind": [
699
+ "SCALAR"
700
+ ],
701
+ "name": "DateTime",
702
+ "non_null": false
703
+ },
704
+ "varName": "neq"
705
+ },
706
+ "nin": {
707
+ "defaultValue": null,
708
+ "description": null,
709
+ "id_str": "hardware___input___filter___licenseStartDate___nin",
710
+ "name": "nin",
711
+ "path": "hardware.input.filter.licenseStartDate.nin",
712
+ "requestStr": "$nin:[DateTime] ",
713
+ "required": false,
714
+ "responseStr": "nin:$nin ",
715
+ "type": {
716
+ "kind": [
717
+ "LIST",
718
+ "NON_NULL",
719
+ "SCALAR"
720
+ ],
721
+ "name": "DateTime",
722
+ "non_null": false
723
+ },
724
+ "varName": "nin"
725
+ }
726
+ },
727
+ "interfaces": null,
728
+ "kind": "INPUT_OBJECT",
729
+ "name": "DateTimeFilterInput",
730
+ "possibleTypes": null
731
+ },
732
+ "indexType": "input_object",
733
+ "kind": [
734
+ "LIST",
735
+ "NON_NULL",
736
+ "INPUT_OBJECT"
737
+ ],
738
+ "name": "DateTimeFilterInput",
739
+ "non_null": false
740
+ },
741
+ "varName": "dateTimeFilterInput"
742
+ },
743
+ "product": {
744
+ "defaultValue": null,
745
+ "description": null,
746
+ "id_str": "hardware___input___filter___product",
747
+ "name": "product",
748
+ "path": "hardware.input.filter.product",
749
+ "requestStr": "$stringFilterInput:[StringFilterInput] ",
750
+ "required": false,
751
+ "responseStr": "product:$stringFilterInput ",
752
+ "type": {
753
+ "definition": {
754
+ "description": null,
755
+ "enumValues": null,
756
+ "fields": null,
757
+ "inputFields": {
758
+ "eq": {
759
+ "defaultValue": null,
760
+ "description": null,
761
+ "id_str": "hardware___input___filter___product___eq",
762
+ "name": "eq",
763
+ "path": "hardware.input.filter.product.eq",
764
+ "requestStr": "$eq:String ",
765
+ "required": false,
766
+ "responseStr": "eq:$eq ",
767
+ "type": {
768
+ "kind": [
769
+ "SCALAR"
770
+ ],
771
+ "name": "String",
772
+ "non_null": false
773
+ },
774
+ "varName": "eq"
775
+ },
776
+ "in": {
777
+ "defaultValue": null,
778
+ "description": null,
779
+ "id_str": "hardware___input___filter___product___in",
780
+ "name": "in",
781
+ "path": "hardware.input.filter.product.in",
782
+ "requestStr": "$in:[String] ",
783
+ "required": false,
784
+ "responseStr": "in:$in ",
785
+ "type": {
786
+ "kind": [
787
+ "LIST",
788
+ "NON_NULL",
789
+ "SCALAR"
790
+ ],
791
+ "name": "String",
792
+ "non_null": false
793
+ },
794
+ "varName": "in"
795
+ },
796
+ "neq": {
797
+ "defaultValue": null,
798
+ "description": null,
799
+ "id_str": "hardware___input___filter___product___neq",
800
+ "name": "neq",
801
+ "path": "hardware.input.filter.product.neq",
802
+ "requestStr": "$neq:String ",
803
+ "required": false,
804
+ "responseStr": "neq:$neq ",
805
+ "type": {
806
+ "kind": [
807
+ "SCALAR"
808
+ ],
809
+ "name": "String",
810
+ "non_null": false
811
+ },
812
+ "varName": "neq"
813
+ },
814
+ "nin": {
815
+ "defaultValue": null,
816
+ "description": null,
817
+ "id_str": "hardware___input___filter___product___nin",
818
+ "name": "nin",
819
+ "path": "hardware.input.filter.product.nin",
820
+ "requestStr": "$nin:[String] ",
821
+ "required": false,
822
+ "responseStr": "nin:$nin ",
823
+ "type": {
824
+ "kind": [
825
+ "LIST",
826
+ "NON_NULL",
827
+ "SCALAR"
828
+ ],
829
+ "name": "String",
830
+ "non_null": false
831
+ },
832
+ "varName": "nin"
833
+ }
834
+ },
835
+ "interfaces": null,
836
+ "kind": "INPUT_OBJECT",
837
+ "name": "StringFilterInput",
838
+ "possibleTypes": null
839
+ },
840
+ "indexType": "input_object",
841
+ "kind": [
842
+ "LIST",
843
+ "NON_NULL",
844
+ "INPUT_OBJECT"
845
+ ],
846
+ "name": "StringFilterInput",
847
+ "non_null": false
848
+ },
849
+ "varName": "stringFilterInput"
850
+ },
851
+ "serialNumber": {
852
+ "defaultValue": null,
853
+ "description": null,
854
+ "id_str": "hardware___input___filter___serialNumber",
855
+ "name": "serialNumber",
856
+ "path": "hardware.input.filter.serialNumber",
857
+ "requestStr": "$stringFilterInput:[StringFilterInput] ",
858
+ "required": false,
859
+ "responseStr": "serialNumber:$stringFilterInput ",
860
+ "type": {
861
+ "definition": {
862
+ "description": null,
863
+ "enumValues": null,
864
+ "fields": null,
865
+ "inputFields": {
866
+ "eq": {
867
+ "defaultValue": null,
868
+ "description": null,
869
+ "id_str": "hardware___input___filter___serialNumber___eq",
870
+ "name": "eq",
871
+ "path": "hardware.input.filter.serialNumber.eq",
872
+ "requestStr": "$eq:String ",
873
+ "required": false,
874
+ "responseStr": "eq:$eq ",
875
+ "type": {
876
+ "kind": [
877
+ "SCALAR"
878
+ ],
879
+ "name": "String",
880
+ "non_null": false
881
+ },
882
+ "varName": "eq"
883
+ },
884
+ "in": {
885
+ "defaultValue": null,
886
+ "description": null,
887
+ "id_str": "hardware___input___filter___serialNumber___in",
888
+ "name": "in",
889
+ "path": "hardware.input.filter.serialNumber.in",
890
+ "requestStr": "$in:[String] ",
891
+ "required": false,
892
+ "responseStr": "in:$in ",
893
+ "type": {
894
+ "kind": [
895
+ "LIST",
896
+ "NON_NULL",
897
+ "SCALAR"
898
+ ],
899
+ "name": "String",
900
+ "non_null": false
901
+ },
902
+ "varName": "in"
903
+ },
904
+ "neq": {
905
+ "defaultValue": null,
906
+ "description": null,
907
+ "id_str": "hardware___input___filter___serialNumber___neq",
908
+ "name": "neq",
909
+ "path": "hardware.input.filter.serialNumber.neq",
910
+ "requestStr": "$neq:String ",
911
+ "required": false,
912
+ "responseStr": "neq:$neq ",
913
+ "type": {
914
+ "kind": [
915
+ "SCALAR"
916
+ ],
917
+ "name": "String",
918
+ "non_null": false
919
+ },
920
+ "varName": "neq"
921
+ },
922
+ "nin": {
923
+ "defaultValue": null,
924
+ "description": null,
925
+ "id_str": "hardware___input___filter___serialNumber___nin",
926
+ "name": "nin",
927
+ "path": "hardware.input.filter.serialNumber.nin",
928
+ "requestStr": "$nin:[String] ",
929
+ "required": false,
930
+ "responseStr": "nin:$nin ",
931
+ "type": {
932
+ "kind": [
933
+ "LIST",
934
+ "NON_NULL",
935
+ "SCALAR"
936
+ ],
937
+ "name": "String",
938
+ "non_null": false
939
+ },
940
+ "varName": "nin"
941
+ }
942
+ },
943
+ "interfaces": null,
944
+ "kind": "INPUT_OBJECT",
945
+ "name": "StringFilterInput",
946
+ "possibleTypes": null
947
+ },
948
+ "indexType": "input_object",
949
+ "kind": [
950
+ "LIST",
951
+ "NON_NULL",
952
+ "INPUT_OBJECT"
953
+ ],
954
+ "name": "StringFilterInput",
955
+ "non_null": false
956
+ },
957
+ "varName": "stringFilterInput"
958
+ },
959
+ "shippingStatus": {
960
+ "defaultValue": null,
961
+ "description": null,
962
+ "id_str": "hardware___input___filter___shippingStatus",
963
+ "name": "shippingStatus",
964
+ "path": "hardware.input.filter.shippingStatus",
965
+ "requestStr": "$shippingStatusFilterInput:[ShippingStatusFilterInput] ",
966
+ "required": false,
967
+ "responseStr": "shippingStatus:$shippingStatusFilterInput ",
968
+ "type": {
969
+ "definition": {
970
+ "description": null,
971
+ "enumValues": null,
972
+ "fields": null,
973
+ "inputFields": {
974
+ "eq": {
975
+ "defaultValue": null,
976
+ "description": null,
977
+ "id_str": "hardware___input___filter___shippingStatus___eq",
978
+ "name": "eq",
979
+ "path": "hardware.input.filter.shippingStatus.eq",
980
+ "requestStr": "$eq:ShippingStatus ",
981
+ "required": false,
982
+ "responseStr": "eq:$eq ",
983
+ "type": {
984
+ "definition": {
985
+ "description": null,
986
+ "enumValues": [
987
+ {
988
+ "deprecationReason": null,
989
+ "description": null,
990
+ "isDeprecated": false,
991
+ "name": "PENDING_INFO"
992
+ },
993
+ {
994
+ "deprecationReason": null,
995
+ "description": null,
996
+ "isDeprecated": false,
997
+ "name": "CONFIRM_SHIPPING"
998
+ },
999
+ {
1000
+ "deprecationReason": null,
1001
+ "description": null,
1002
+ "isDeprecated": false,
1003
+ "name": "IN_TRANSIT"
1004
+ },
1005
+ {
1006
+ "deprecationReason": null,
1007
+ "description": null,
1008
+ "isDeprecated": false,
1009
+ "name": "DELIVERED"
1010
+ }
1011
+ ],
1012
+ "fields": null,
1013
+ "inputFields": null,
1014
+ "interfaces": null,
1015
+ "kind": "ENUM",
1016
+ "name": "ShippingStatus",
1017
+ "possibleTypes": null
1018
+ },
1019
+ "indexType": "enum",
1020
+ "kind": [
1021
+ "ENUM"
1022
+ ],
1023
+ "name": "ShippingStatus",
1024
+ "non_null": false
1025
+ },
1026
+ "varName": "eq"
1027
+ },
1028
+ "in": {
1029
+ "defaultValue": null,
1030
+ "description": null,
1031
+ "id_str": "hardware___input___filter___shippingStatus___in",
1032
+ "name": "in",
1033
+ "path": "hardware.input.filter.shippingStatus.in",
1034
+ "requestStr": "$in:[ShippingStatus] ",
1035
+ "required": false,
1036
+ "responseStr": "in:$in ",
1037
+ "type": {
1038
+ "definition": {
1039
+ "description": null,
1040
+ "enumValues": [
1041
+ {
1042
+ "deprecationReason": null,
1043
+ "description": null,
1044
+ "isDeprecated": false,
1045
+ "name": "PENDING_INFO"
1046
+ },
1047
+ {
1048
+ "deprecationReason": null,
1049
+ "description": null,
1050
+ "isDeprecated": false,
1051
+ "name": "CONFIRM_SHIPPING"
1052
+ },
1053
+ {
1054
+ "deprecationReason": null,
1055
+ "description": null,
1056
+ "isDeprecated": false,
1057
+ "name": "IN_TRANSIT"
1058
+ },
1059
+ {
1060
+ "deprecationReason": null,
1061
+ "description": null,
1062
+ "isDeprecated": false,
1063
+ "name": "DELIVERED"
1064
+ }
1065
+ ],
1066
+ "fields": null,
1067
+ "inputFields": null,
1068
+ "interfaces": null,
1069
+ "kind": "ENUM",
1070
+ "name": "ShippingStatus",
1071
+ "possibleTypes": null
1072
+ },
1073
+ "indexType": "enum",
1074
+ "kind": [
1075
+ "LIST",
1076
+ "NON_NULL",
1077
+ "ENUM"
1078
+ ],
1079
+ "name": "ShippingStatus",
1080
+ "non_null": false
1081
+ },
1082
+ "varName": "in"
1083
+ },
1084
+ "neq": {
1085
+ "defaultValue": null,
1086
+ "description": null,
1087
+ "id_str": "hardware___input___filter___shippingStatus___neq",
1088
+ "name": "neq",
1089
+ "path": "hardware.input.filter.shippingStatus.neq",
1090
+ "requestStr": "$neq:ShippingStatus ",
1091
+ "required": false,
1092
+ "responseStr": "neq:$neq ",
1093
+ "type": {
1094
+ "definition": {
1095
+ "description": null,
1096
+ "enumValues": [
1097
+ {
1098
+ "deprecationReason": null,
1099
+ "description": null,
1100
+ "isDeprecated": false,
1101
+ "name": "PENDING_INFO"
1102
+ },
1103
+ {
1104
+ "deprecationReason": null,
1105
+ "description": null,
1106
+ "isDeprecated": false,
1107
+ "name": "CONFIRM_SHIPPING"
1108
+ },
1109
+ {
1110
+ "deprecationReason": null,
1111
+ "description": null,
1112
+ "isDeprecated": false,
1113
+ "name": "IN_TRANSIT"
1114
+ },
1115
+ {
1116
+ "deprecationReason": null,
1117
+ "description": null,
1118
+ "isDeprecated": false,
1119
+ "name": "DELIVERED"
1120
+ }
1121
+ ],
1122
+ "fields": null,
1123
+ "inputFields": null,
1124
+ "interfaces": null,
1125
+ "kind": "ENUM",
1126
+ "name": "ShippingStatus",
1127
+ "possibleTypes": null
1128
+ },
1129
+ "indexType": "enum",
1130
+ "kind": [
1131
+ "ENUM"
1132
+ ],
1133
+ "name": "ShippingStatus",
1134
+ "non_null": false
1135
+ },
1136
+ "varName": "neq"
1137
+ },
1138
+ "nin": {
1139
+ "defaultValue": null,
1140
+ "description": null,
1141
+ "id_str": "hardware___input___filter___shippingStatus___nin",
1142
+ "name": "nin",
1143
+ "path": "hardware.input.filter.shippingStatus.nin",
1144
+ "requestStr": "$nin:[ShippingStatus] ",
1145
+ "required": false,
1146
+ "responseStr": "nin:$nin ",
1147
+ "type": {
1148
+ "definition": {
1149
+ "description": null,
1150
+ "enumValues": [
1151
+ {
1152
+ "deprecationReason": null,
1153
+ "description": null,
1154
+ "isDeprecated": false,
1155
+ "name": "PENDING_INFO"
1156
+ },
1157
+ {
1158
+ "deprecationReason": null,
1159
+ "description": null,
1160
+ "isDeprecated": false,
1161
+ "name": "CONFIRM_SHIPPING"
1162
+ },
1163
+ {
1164
+ "deprecationReason": null,
1165
+ "description": null,
1166
+ "isDeprecated": false,
1167
+ "name": "IN_TRANSIT"
1168
+ },
1169
+ {
1170
+ "deprecationReason": null,
1171
+ "description": null,
1172
+ "isDeprecated": false,
1173
+ "name": "DELIVERED"
1174
+ }
1175
+ ],
1176
+ "fields": null,
1177
+ "inputFields": null,
1178
+ "interfaces": null,
1179
+ "kind": "ENUM",
1180
+ "name": "ShippingStatus",
1181
+ "possibleTypes": null
1182
+ },
1183
+ "indexType": "enum",
1184
+ "kind": [
1185
+ "LIST",
1186
+ "NON_NULL",
1187
+ "ENUM"
1188
+ ],
1189
+ "name": "ShippingStatus",
1190
+ "non_null": false
1191
+ },
1192
+ "varName": "nin"
1193
+ }
1194
+ },
1195
+ "interfaces": null,
1196
+ "kind": "INPUT_OBJECT",
1197
+ "name": "ShippingStatusFilterInput",
1198
+ "possibleTypes": null
1199
+ },
1200
+ "indexType": "input_object",
1201
+ "kind": [
1202
+ "LIST",
1203
+ "NON_NULL",
1204
+ "INPUT_OBJECT"
1205
+ ],
1206
+ "name": "ShippingStatusFilterInput",
1207
+ "non_null": false
1208
+ },
1209
+ "varName": "shippingStatusFilterInput"
1210
+ },
1211
+ "validAddress": {
1212
+ "defaultValue": null,
1213
+ "description": null,
1214
+ "id_str": "hardware___input___filter___validAddress",
1215
+ "name": "validAddress",
1216
+ "path": "hardware.input.filter.validAddress",
1217
+ "requestStr": "$booleanFilterInput:BooleanFilterInput ",
1218
+ "required": false,
1219
+ "responseStr": "validAddress:$booleanFilterInput ",
1220
+ "type": {
1221
+ "definition": {
1222
+ "description": null,
1223
+ "enumValues": null,
1224
+ "fields": null,
1225
+ "inputFields": {
1226
+ "eq": {
1227
+ "defaultValue": null,
1228
+ "description": null,
1229
+ "id_str": "hardware___input___filter___validAddress___eq",
1230
+ "name": "eq",
1231
+ "path": "hardware.input.filter.validAddress.eq",
1232
+ "requestStr": "$eq:Boolean ",
1233
+ "required": false,
1234
+ "responseStr": "eq:$eq ",
1235
+ "type": {
1236
+ "kind": [
1237
+ "SCALAR"
1238
+ ],
1239
+ "name": "Boolean",
1240
+ "non_null": false
1241
+ },
1242
+ "varName": "eq"
1243
+ },
1244
+ "neq": {
1245
+ "defaultValue": null,
1246
+ "description": null,
1247
+ "id_str": "hardware___input___filter___validAddress___neq",
1248
+ "name": "neq",
1249
+ "path": "hardware.input.filter.validAddress.neq",
1250
+ "requestStr": "$neq:Boolean ",
1251
+ "required": false,
1252
+ "responseStr": "neq:$neq ",
1253
+ "type": {
1254
+ "kind": [
1255
+ "SCALAR"
1256
+ ],
1257
+ "name": "Boolean",
1258
+ "non_null": false
1259
+ },
1260
+ "varName": "neq"
1261
+ }
1262
+ },
1263
+ "interfaces": null,
1264
+ "kind": "INPUT_OBJECT",
1265
+ "name": "BooleanFilterInput",
1266
+ "possibleTypes": null
1267
+ },
1268
+ "indexType": "input_object",
1269
+ "kind": [
1270
+ "INPUT_OBJECT"
1271
+ ],
1272
+ "name": "BooleanFilterInput",
1273
+ "non_null": false
1274
+ },
1275
+ "varName": "booleanFilterInput"
1276
+ }
1277
+ },
1278
+ "interfaces": null,
1279
+ "kind": "INPUT_OBJECT",
1280
+ "name": "HardwareFilterInput",
1281
+ "possibleTypes": null
1282
+ },
1283
+ "indexType": "input_object",
1284
+ "kind": [
1285
+ "INPUT_OBJECT"
1286
+ ],
1287
+ "name": "HardwareFilterInput",
1288
+ "non_null": false
1289
+ },
1290
+ "varName": "hardwareFilterInput"
1291
+ },
1292
+ "paging": {
1293
+ "defaultValue": "{limit: 100, from: 0}",
1294
+ "description": null,
1295
+ "id_str": "hardware___input___paging",
1296
+ "name": "paging",
1297
+ "path": "hardware.input.paging",
1298
+ "requestStr": "$pagingInput:PagingInput ",
1299
+ "required": false,
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": "hardware___input___paging___from",
1311
+ "name": "from",
1312
+ "path": "hardware.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": "hardware___input___paging___limit",
1330
+ "name": "limit",
1331
+ "path": "hardware.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
+ "INPUT_OBJECT"
1354
+ ],
1355
+ "name": "PagingInput",
1356
+ "non_null": false
1357
+ },
1358
+ "varName": "pagingInput"
1359
+ },
1360
+ "sort": {
1361
+ "defaultValue": null,
1362
+ "description": null,
1363
+ "id_str": "hardware___input___sort",
1364
+ "name": "sort",
1365
+ "path": "hardware.input.sort",
1366
+ "requestStr": "$hardwareSortInput:HardwareSortInput ",
1367
+ "required": false,
1368
+ "responseStr": "sort:$hardwareSortInput ",
1369
+ "type": {
1370
+ "definition": {
1371
+ "description": null,
1372
+ "enumValues": null,
1373
+ "fields": null,
1374
+ "inputFields": {
1375
+ "country": {
1376
+ "defaultValue": null,
1377
+ "description": null,
1378
+ "id_str": "hardware___input___sort___country",
1379
+ "name": "country",
1380
+ "path": "hardware.input.sort.country",
1381
+ "requestStr": "$sortOrderInput:SortOrderInput ",
1382
+ "required": false,
1383
+ "responseStr": "country:$sortOrderInput ",
1384
+ "type": {
1385
+ "definition": {
1386
+ "description": null,
1387
+ "enumValues": null,
1388
+ "fields": null,
1389
+ "inputFields": {
1390
+ "direction": {
1391
+ "defaultValue": "ASC",
1392
+ "description": null,
1393
+ "id_str": "hardware___input___sort___country___direction",
1394
+ "name": "direction",
1395
+ "path": "hardware.input.sort.country.direction",
1396
+ "requestStr": "$direction:SortOrder! ",
1397
+ "required": true,
1398
+ "responseStr": "direction:$direction ",
1399
+ "type": {
1400
+ "definition": {
1401
+ "description": null,
1402
+ "enumValues": [
1403
+ {
1404
+ "deprecationReason": null,
1405
+ "description": null,
1406
+ "isDeprecated": false,
1407
+ "name": "ASC"
1408
+ },
1409
+ {
1410
+ "deprecationReason": null,
1411
+ "description": null,
1412
+ "isDeprecated": false,
1413
+ "name": "DESC"
1414
+ }
1415
+ ],
1416
+ "fields": null,
1417
+ "inputFields": null,
1418
+ "interfaces": null,
1419
+ "kind": "ENUM",
1420
+ "name": "SortOrder",
1421
+ "possibleTypes": null
1422
+ },
1423
+ "indexType": "enum",
1424
+ "kind": [
1425
+ "NON_NULL",
1426
+ "ENUM"
1427
+ ],
1428
+ "name": "SortOrder",
1429
+ "non_null": false
1430
+ },
1431
+ "varName": "direction"
1432
+ },
1433
+ "priority": {
1434
+ "defaultValue": "1",
1435
+ "description": null,
1436
+ "id_str": "hardware___input___sort___country___priority",
1437
+ "name": "priority",
1438
+ "path": "hardware.input.sort.country.priority",
1439
+ "requestStr": "$priority:Int! ",
1440
+ "required": true,
1441
+ "responseStr": "priority:$priority ",
1442
+ "type": {
1443
+ "kind": [
1444
+ "NON_NULL",
1445
+ "SCALAR"
1446
+ ],
1447
+ "name": "Int",
1448
+ "non_null": false
1449
+ },
1450
+ "varName": "priority"
1451
+ }
1452
+ },
1453
+ "interfaces": null,
1454
+ "kind": "INPUT_OBJECT",
1455
+ "name": "SortOrderInput",
1456
+ "possibleTypes": null
1457
+ },
1458
+ "indexType": "input_object",
1459
+ "kind": [
1460
+ "INPUT_OBJECT"
1461
+ ],
1462
+ "name": "SortOrderInput",
1463
+ "non_null": false
1464
+ },
1465
+ "varName": "sortOrderInput"
1466
+ },
1467
+ "incoterms": {
1468
+ "defaultValue": null,
1469
+ "description": null,
1470
+ "id_str": "hardware___input___sort___incoterms",
1471
+ "name": "incoterms",
1472
+ "path": "hardware.input.sort.incoterms",
1473
+ "requestStr": "$sortOrderInput:SortOrderInput ",
1474
+ "required": false,
1475
+ "responseStr": "incoterms:$sortOrderInput ",
1476
+ "type": {
1477
+ "definition": {
1478
+ "description": null,
1479
+ "enumValues": null,
1480
+ "fields": null,
1481
+ "inputFields": {
1482
+ "direction": {
1483
+ "defaultValue": "ASC",
1484
+ "description": null,
1485
+ "id_str": "hardware___input___sort___incoterms___direction",
1486
+ "name": "direction",
1487
+ "path": "hardware.input.sort.incoterms.direction",
1488
+ "requestStr": "$direction:SortOrder! ",
1489
+ "required": true,
1490
+ "responseStr": "direction:$direction ",
1491
+ "type": {
1492
+ "definition": {
1493
+ "description": null,
1494
+ "enumValues": [
1495
+ {
1496
+ "deprecationReason": null,
1497
+ "description": null,
1498
+ "isDeprecated": false,
1499
+ "name": "ASC"
1500
+ },
1501
+ {
1502
+ "deprecationReason": null,
1503
+ "description": null,
1504
+ "isDeprecated": false,
1505
+ "name": "DESC"
1506
+ }
1507
+ ],
1508
+ "fields": null,
1509
+ "inputFields": null,
1510
+ "interfaces": null,
1511
+ "kind": "ENUM",
1512
+ "name": "SortOrder",
1513
+ "possibleTypes": null
1514
+ },
1515
+ "indexType": "enum",
1516
+ "kind": [
1517
+ "NON_NULL",
1518
+ "ENUM"
1519
+ ],
1520
+ "name": "SortOrder",
1521
+ "non_null": false
1522
+ },
1523
+ "varName": "direction"
1524
+ },
1525
+ "priority": {
1526
+ "defaultValue": "1",
1527
+ "description": null,
1528
+ "id_str": "hardware___input___sort___incoterms___priority",
1529
+ "name": "priority",
1530
+ "path": "hardware.input.sort.incoterms.priority",
1531
+ "requestStr": "$priority:Int! ",
1532
+ "required": true,
1533
+ "responseStr": "priority:$priority ",
1534
+ "type": {
1535
+ "kind": [
1536
+ "NON_NULL",
1537
+ "SCALAR"
1538
+ ],
1539
+ "name": "Int",
1540
+ "non_null": false
1541
+ },
1542
+ "varName": "priority"
1543
+ }
1544
+ },
1545
+ "interfaces": null,
1546
+ "kind": "INPUT_OBJECT",
1547
+ "name": "SortOrderInput",
1548
+ "possibleTypes": null
1549
+ },
1550
+ "indexType": "input_object",
1551
+ "kind": [
1552
+ "INPUT_OBJECT"
1553
+ ],
1554
+ "name": "SortOrderInput",
1555
+ "non_null": false
1556
+ },
1557
+ "varName": "sortOrderInput"
1558
+ },
1559
+ "licenseId": {
1560
+ "defaultValue": null,
1561
+ "description": null,
1562
+ "id_str": "hardware___input___sort___licenseId",
1563
+ "name": "licenseId",
1564
+ "path": "hardware.input.sort.licenseId",
1565
+ "requestStr": "$sortOrderInput:SortOrderInput ",
1566
+ "required": false,
1567
+ "responseStr": "licenseId:$sortOrderInput ",
1568
+ "type": {
1569
+ "definition": {
1570
+ "description": null,
1571
+ "enumValues": null,
1572
+ "fields": null,
1573
+ "inputFields": {
1574
+ "direction": {
1575
+ "defaultValue": "ASC",
1576
+ "description": null,
1577
+ "id_str": "hardware___input___sort___licenseId___direction",
1578
+ "name": "direction",
1579
+ "path": "hardware.input.sort.licenseId.direction",
1580
+ "requestStr": "$direction:SortOrder! ",
1581
+ "required": true,
1582
+ "responseStr": "direction:$direction ",
1583
+ "type": {
1584
+ "definition": {
1585
+ "description": null,
1586
+ "enumValues": [
1587
+ {
1588
+ "deprecationReason": null,
1589
+ "description": null,
1590
+ "isDeprecated": false,
1591
+ "name": "ASC"
1592
+ },
1593
+ {
1594
+ "deprecationReason": null,
1595
+ "description": null,
1596
+ "isDeprecated": false,
1597
+ "name": "DESC"
1598
+ }
1599
+ ],
1600
+ "fields": null,
1601
+ "inputFields": null,
1602
+ "interfaces": null,
1603
+ "kind": "ENUM",
1604
+ "name": "SortOrder",
1605
+ "possibleTypes": null
1606
+ },
1607
+ "indexType": "enum",
1608
+ "kind": [
1609
+ "NON_NULL",
1610
+ "ENUM"
1611
+ ],
1612
+ "name": "SortOrder",
1613
+ "non_null": false
1614
+ },
1615
+ "varName": "direction"
1616
+ },
1617
+ "priority": {
1618
+ "defaultValue": "1",
1619
+ "description": null,
1620
+ "id_str": "hardware___input___sort___licenseId___priority",
1621
+ "name": "priority",
1622
+ "path": "hardware.input.sort.licenseId.priority",
1623
+ "requestStr": "$priority:Int! ",
1624
+ "required": true,
1625
+ "responseStr": "priority:$priority ",
1626
+ "type": {
1627
+ "kind": [
1628
+ "NON_NULL",
1629
+ "SCALAR"
1630
+ ],
1631
+ "name": "Int",
1632
+ "non_null": false
1633
+ },
1634
+ "varName": "priority"
1635
+ }
1636
+ },
1637
+ "interfaces": null,
1638
+ "kind": "INPUT_OBJECT",
1639
+ "name": "SortOrderInput",
1640
+ "possibleTypes": null
1641
+ },
1642
+ "indexType": "input_object",
1643
+ "kind": [
1644
+ "INPUT_OBJECT"
1645
+ ],
1646
+ "name": "SortOrderInput",
1647
+ "non_null": false
1648
+ },
1649
+ "varName": "sortOrderInput"
1650
+ },
1651
+ "licenseStartDate": {
1652
+ "defaultValue": null,
1653
+ "description": "Default sort field",
1654
+ "id_str": "hardware___input___sort___licenseStartDate",
1655
+ "name": "licenseStartDate",
1656
+ "path": "hardware.input.sort.licenseStartDate",
1657
+ "requestStr": "$sortOrderInput:SortOrderInput ",
1658
+ "required": false,
1659
+ "responseStr": "licenseStartDate:$sortOrderInput ",
1660
+ "type": {
1661
+ "definition": {
1662
+ "description": null,
1663
+ "enumValues": null,
1664
+ "fields": null,
1665
+ "inputFields": {
1666
+ "direction": {
1667
+ "defaultValue": "ASC",
1668
+ "description": null,
1669
+ "id_str": "hardware___input___sort___licenseStartDate___direction",
1670
+ "name": "direction",
1671
+ "path": "hardware.input.sort.licenseStartDate.direction",
1672
+ "requestStr": "$direction:SortOrder! ",
1673
+ "required": true,
1674
+ "responseStr": "direction:$direction ",
1675
+ "type": {
1676
+ "definition": {
1677
+ "description": null,
1678
+ "enumValues": [
1679
+ {
1680
+ "deprecationReason": null,
1681
+ "description": null,
1682
+ "isDeprecated": false,
1683
+ "name": "ASC"
1684
+ },
1685
+ {
1686
+ "deprecationReason": null,
1687
+ "description": null,
1688
+ "isDeprecated": false,
1689
+ "name": "DESC"
1690
+ }
1691
+ ],
1692
+ "fields": null,
1693
+ "inputFields": null,
1694
+ "interfaces": null,
1695
+ "kind": "ENUM",
1696
+ "name": "SortOrder",
1697
+ "possibleTypes": null
1698
+ },
1699
+ "indexType": "enum",
1700
+ "kind": [
1701
+ "NON_NULL",
1702
+ "ENUM"
1703
+ ],
1704
+ "name": "SortOrder",
1705
+ "non_null": false
1706
+ },
1707
+ "varName": "direction"
1708
+ },
1709
+ "priority": {
1710
+ "defaultValue": "1",
1711
+ "description": null,
1712
+ "id_str": "hardware___input___sort___licenseStartDate___priority",
1713
+ "name": "priority",
1714
+ "path": "hardware.input.sort.licenseStartDate.priority",
1715
+ "requestStr": "$priority:Int! ",
1716
+ "required": true,
1717
+ "responseStr": "priority:$priority ",
1718
+ "type": {
1719
+ "kind": [
1720
+ "NON_NULL",
1721
+ "SCALAR"
1722
+ ],
1723
+ "name": "Int",
1724
+ "non_null": false
1725
+ },
1726
+ "varName": "priority"
1727
+ }
1728
+ },
1729
+ "interfaces": null,
1730
+ "kind": "INPUT_OBJECT",
1731
+ "name": "SortOrderInput",
1732
+ "possibleTypes": null
1733
+ },
1734
+ "indexType": "input_object",
1735
+ "kind": [
1736
+ "INPUT_OBJECT"
1737
+ ],
1738
+ "name": "SortOrderInput",
1739
+ "non_null": false
1740
+ },
1741
+ "varName": "sortOrderInput"
1742
+ },
1743
+ "productType": {
1744
+ "defaultValue": null,
1745
+ "description": null,
1746
+ "id_str": "hardware___input___sort___productType",
1747
+ "name": "productType",
1748
+ "path": "hardware.input.sort.productType",
1749
+ "requestStr": "$sortOrderInput:SortOrderInput ",
1750
+ "required": false,
1751
+ "responseStr": "productType:$sortOrderInput ",
1752
+ "type": {
1753
+ "definition": {
1754
+ "description": null,
1755
+ "enumValues": null,
1756
+ "fields": null,
1757
+ "inputFields": {
1758
+ "direction": {
1759
+ "defaultValue": "ASC",
1760
+ "description": null,
1761
+ "id_str": "hardware___input___sort___productType___direction",
1762
+ "name": "direction",
1763
+ "path": "hardware.input.sort.productType.direction",
1764
+ "requestStr": "$direction:SortOrder! ",
1765
+ "required": true,
1766
+ "responseStr": "direction:$direction ",
1767
+ "type": {
1768
+ "definition": {
1769
+ "description": null,
1770
+ "enumValues": [
1771
+ {
1772
+ "deprecationReason": null,
1773
+ "description": null,
1774
+ "isDeprecated": false,
1775
+ "name": "ASC"
1776
+ },
1777
+ {
1778
+ "deprecationReason": null,
1779
+ "description": null,
1780
+ "isDeprecated": false,
1781
+ "name": "DESC"
1782
+ }
1783
+ ],
1784
+ "fields": null,
1785
+ "inputFields": null,
1786
+ "interfaces": null,
1787
+ "kind": "ENUM",
1788
+ "name": "SortOrder",
1789
+ "possibleTypes": null
1790
+ },
1791
+ "indexType": "enum",
1792
+ "kind": [
1793
+ "NON_NULL",
1794
+ "ENUM"
1795
+ ],
1796
+ "name": "SortOrder",
1797
+ "non_null": false
1798
+ },
1799
+ "varName": "direction"
1800
+ },
1801
+ "priority": {
1802
+ "defaultValue": "1",
1803
+ "description": null,
1804
+ "id_str": "hardware___input___sort___productType___priority",
1805
+ "name": "priority",
1806
+ "path": "hardware.input.sort.productType.priority",
1807
+ "requestStr": "$priority:Int! ",
1808
+ "required": true,
1809
+ "responseStr": "priority:$priority ",
1810
+ "type": {
1811
+ "kind": [
1812
+ "NON_NULL",
1813
+ "SCALAR"
1814
+ ],
1815
+ "name": "Int",
1816
+ "non_null": false
1817
+ },
1818
+ "varName": "priority"
1819
+ }
1820
+ },
1821
+ "interfaces": null,
1822
+ "kind": "INPUT_OBJECT",
1823
+ "name": "SortOrderInput",
1824
+ "possibleTypes": null
1825
+ },
1826
+ "indexType": "input_object",
1827
+ "kind": [
1828
+ "INPUT_OBJECT"
1829
+ ],
1830
+ "name": "SortOrderInput",
1831
+ "non_null": false
1832
+ },
1833
+ "varName": "sortOrderInput"
1834
+ },
1835
+ "quoteId": {
1836
+ "defaultValue": null,
1837
+ "description": null,
1838
+ "id_str": "hardware___input___sort___quoteId",
1839
+ "name": "quoteId",
1840
+ "path": "hardware.input.sort.quoteId",
1841
+ "requestStr": "$sortOrderInput:SortOrderInput ",
1842
+ "required": false,
1843
+ "responseStr": "quoteId:$sortOrderInput ",
1844
+ "type": {
1845
+ "definition": {
1846
+ "description": null,
1847
+ "enumValues": null,
1848
+ "fields": null,
1849
+ "inputFields": {
1850
+ "direction": {
1851
+ "defaultValue": "ASC",
1852
+ "description": null,
1853
+ "id_str": "hardware___input___sort___quoteId___direction",
1854
+ "name": "direction",
1855
+ "path": "hardware.input.sort.quoteId.direction",
1856
+ "requestStr": "$direction:SortOrder! ",
1857
+ "required": true,
1858
+ "responseStr": "direction:$direction ",
1859
+ "type": {
1860
+ "definition": {
1861
+ "description": null,
1862
+ "enumValues": [
1863
+ {
1864
+ "deprecationReason": null,
1865
+ "description": null,
1866
+ "isDeprecated": false,
1867
+ "name": "ASC"
1868
+ },
1869
+ {
1870
+ "deprecationReason": null,
1871
+ "description": null,
1872
+ "isDeprecated": false,
1873
+ "name": "DESC"
1874
+ }
1875
+ ],
1876
+ "fields": null,
1877
+ "inputFields": null,
1878
+ "interfaces": null,
1879
+ "kind": "ENUM",
1880
+ "name": "SortOrder",
1881
+ "possibleTypes": null
1882
+ },
1883
+ "indexType": "enum",
1884
+ "kind": [
1885
+ "NON_NULL",
1886
+ "ENUM"
1887
+ ],
1888
+ "name": "SortOrder",
1889
+ "non_null": false
1890
+ },
1891
+ "varName": "direction"
1892
+ },
1893
+ "priority": {
1894
+ "defaultValue": "1",
1895
+ "description": null,
1896
+ "id_str": "hardware___input___sort___quoteId___priority",
1897
+ "name": "priority",
1898
+ "path": "hardware.input.sort.quoteId.priority",
1899
+ "requestStr": "$priority:Int! ",
1900
+ "required": true,
1901
+ "responseStr": "priority:$priority ",
1902
+ "type": {
1903
+ "kind": [
1904
+ "NON_NULL",
1905
+ "SCALAR"
1906
+ ],
1907
+ "name": "Int",
1908
+ "non_null": false
1909
+ },
1910
+ "varName": "priority"
1911
+ }
1912
+ },
1913
+ "interfaces": null,
1914
+ "kind": "INPUT_OBJECT",
1915
+ "name": "SortOrderInput",
1916
+ "possibleTypes": null
1917
+ },
1918
+ "indexType": "input_object",
1919
+ "kind": [
1920
+ "INPUT_OBJECT"
1921
+ ],
1922
+ "name": "SortOrderInput",
1923
+ "non_null": false
1924
+ },
1925
+ "varName": "sortOrderInput"
1926
+ },
1927
+ "shippingDate": {
1928
+ "defaultValue": null,
1929
+ "description": null,
1930
+ "id_str": "hardware___input___sort___shippingDate",
1931
+ "name": "shippingDate",
1932
+ "path": "hardware.input.sort.shippingDate",
1933
+ "requestStr": "$sortOrderInput:SortOrderInput ",
1934
+ "required": false,
1935
+ "responseStr": "shippingDate:$sortOrderInput ",
1936
+ "type": {
1937
+ "definition": {
1938
+ "description": null,
1939
+ "enumValues": null,
1940
+ "fields": null,
1941
+ "inputFields": {
1942
+ "direction": {
1943
+ "defaultValue": "ASC",
1944
+ "description": null,
1945
+ "id_str": "hardware___input___sort___shippingDate___direction",
1946
+ "name": "direction",
1947
+ "path": "hardware.input.sort.shippingDate.direction",
1948
+ "requestStr": "$direction:SortOrder! ",
1949
+ "required": true,
1950
+ "responseStr": "direction:$direction ",
1951
+ "type": {
1952
+ "definition": {
1953
+ "description": null,
1954
+ "enumValues": [
1955
+ {
1956
+ "deprecationReason": null,
1957
+ "description": null,
1958
+ "isDeprecated": false,
1959
+ "name": "ASC"
1960
+ },
1961
+ {
1962
+ "deprecationReason": null,
1963
+ "description": null,
1964
+ "isDeprecated": false,
1965
+ "name": "DESC"
1966
+ }
1967
+ ],
1968
+ "fields": null,
1969
+ "inputFields": null,
1970
+ "interfaces": null,
1971
+ "kind": "ENUM",
1972
+ "name": "SortOrder",
1973
+ "possibleTypes": null
1974
+ },
1975
+ "indexType": "enum",
1976
+ "kind": [
1977
+ "NON_NULL",
1978
+ "ENUM"
1979
+ ],
1980
+ "name": "SortOrder",
1981
+ "non_null": false
1982
+ },
1983
+ "varName": "direction"
1984
+ },
1985
+ "priority": {
1986
+ "defaultValue": "1",
1987
+ "description": null,
1988
+ "id_str": "hardware___input___sort___shippingDate___priority",
1989
+ "name": "priority",
1990
+ "path": "hardware.input.sort.shippingDate.priority",
1991
+ "requestStr": "$priority:Int! ",
1992
+ "required": true,
1993
+ "responseStr": "priority:$priority ",
1994
+ "type": {
1995
+ "kind": [
1996
+ "NON_NULL",
1997
+ "SCALAR"
1998
+ ],
1999
+ "name": "Int",
2000
+ "non_null": false
2001
+ },
2002
+ "varName": "priority"
2003
+ }
2004
+ },
2005
+ "interfaces": null,
2006
+ "kind": "INPUT_OBJECT",
2007
+ "name": "SortOrderInput",
2008
+ "possibleTypes": null
2009
+ },
2010
+ "indexType": "input_object",
2011
+ "kind": [
2012
+ "INPUT_OBJECT"
2013
+ ],
2014
+ "name": "SortOrderInput",
2015
+ "non_null": false
2016
+ },
2017
+ "varName": "sortOrderInput"
2018
+ },
2019
+ "shippingStatus": {
2020
+ "defaultValue": null,
2021
+ "description": null,
2022
+ "id_str": "hardware___input___sort___shippingStatus",
2023
+ "name": "shippingStatus",
2024
+ "path": "hardware.input.sort.shippingStatus",
2025
+ "requestStr": "$sortOrderInput:SortOrderInput ",
2026
+ "required": false,
2027
+ "responseStr": "shippingStatus:$sortOrderInput ",
2028
+ "type": {
2029
+ "definition": {
2030
+ "description": null,
2031
+ "enumValues": null,
2032
+ "fields": null,
2033
+ "inputFields": {
2034
+ "direction": {
2035
+ "defaultValue": "ASC",
2036
+ "description": null,
2037
+ "id_str": "hardware___input___sort___shippingStatus___direction",
2038
+ "name": "direction",
2039
+ "path": "hardware.input.sort.shippingStatus.direction",
2040
+ "requestStr": "$direction:SortOrder! ",
2041
+ "required": true,
2042
+ "responseStr": "direction:$direction ",
2043
+ "type": {
2044
+ "definition": {
2045
+ "description": null,
2046
+ "enumValues": [
2047
+ {
2048
+ "deprecationReason": null,
2049
+ "description": null,
2050
+ "isDeprecated": false,
2051
+ "name": "ASC"
2052
+ },
2053
+ {
2054
+ "deprecationReason": null,
2055
+ "description": null,
2056
+ "isDeprecated": false,
2057
+ "name": "DESC"
2058
+ }
2059
+ ],
2060
+ "fields": null,
2061
+ "inputFields": null,
2062
+ "interfaces": null,
2063
+ "kind": "ENUM",
2064
+ "name": "SortOrder",
2065
+ "possibleTypes": null
2066
+ },
2067
+ "indexType": "enum",
2068
+ "kind": [
2069
+ "NON_NULL",
2070
+ "ENUM"
2071
+ ],
2072
+ "name": "SortOrder",
2073
+ "non_null": false
2074
+ },
2075
+ "varName": "direction"
2076
+ },
2077
+ "priority": {
2078
+ "defaultValue": "1",
2079
+ "description": null,
2080
+ "id_str": "hardware___input___sort___shippingStatus___priority",
2081
+ "name": "priority",
2082
+ "path": "hardware.input.sort.shippingStatus.priority",
2083
+ "requestStr": "$priority:Int! ",
2084
+ "required": true,
2085
+ "responseStr": "priority:$priority ",
2086
+ "type": {
2087
+ "kind": [
2088
+ "NON_NULL",
2089
+ "SCALAR"
2090
+ ],
2091
+ "name": "Int",
2092
+ "non_null": false
2093
+ },
2094
+ "varName": "priority"
2095
+ }
2096
+ },
2097
+ "interfaces": null,
2098
+ "kind": "INPUT_OBJECT",
2099
+ "name": "SortOrderInput",
2100
+ "possibleTypes": null
2101
+ },
2102
+ "indexType": "input_object",
2103
+ "kind": [
2104
+ "INPUT_OBJECT"
2105
+ ],
2106
+ "name": "SortOrderInput",
2107
+ "non_null": false
2108
+ },
2109
+ "varName": "sortOrderInput"
2110
+ },
2111
+ "siteName": {
2112
+ "defaultValue": null,
2113
+ "description": null,
2114
+ "id_str": "hardware___input___sort___siteName",
2115
+ "name": "siteName",
2116
+ "path": "hardware.input.sort.siteName",
2117
+ "requestStr": "$sortOrderInput:SortOrderInput ",
2118
+ "required": false,
2119
+ "responseStr": "siteName:$sortOrderInput ",
2120
+ "type": {
2121
+ "definition": {
2122
+ "description": null,
2123
+ "enumValues": null,
2124
+ "fields": null,
2125
+ "inputFields": {
2126
+ "direction": {
2127
+ "defaultValue": "ASC",
2128
+ "description": null,
2129
+ "id_str": "hardware___input___sort___siteName___direction",
2130
+ "name": "direction",
2131
+ "path": "hardware.input.sort.siteName.direction",
2132
+ "requestStr": "$direction:SortOrder! ",
2133
+ "required": true,
2134
+ "responseStr": "direction:$direction ",
2135
+ "type": {
2136
+ "definition": {
2137
+ "description": null,
2138
+ "enumValues": [
2139
+ {
2140
+ "deprecationReason": null,
2141
+ "description": null,
2142
+ "isDeprecated": false,
2143
+ "name": "ASC"
2144
+ },
2145
+ {
2146
+ "deprecationReason": null,
2147
+ "description": null,
2148
+ "isDeprecated": false,
2149
+ "name": "DESC"
2150
+ }
2151
+ ],
2152
+ "fields": null,
2153
+ "inputFields": null,
2154
+ "interfaces": null,
2155
+ "kind": "ENUM",
2156
+ "name": "SortOrder",
2157
+ "possibleTypes": null
2158
+ },
2159
+ "indexType": "enum",
2160
+ "kind": [
2161
+ "NON_NULL",
2162
+ "ENUM"
2163
+ ],
2164
+ "name": "SortOrder",
2165
+ "non_null": false
2166
+ },
2167
+ "varName": "direction"
2168
+ },
2169
+ "priority": {
2170
+ "defaultValue": "1",
2171
+ "description": null,
2172
+ "id_str": "hardware___input___sort___siteName___priority",
2173
+ "name": "priority",
2174
+ "path": "hardware.input.sort.siteName.priority",
2175
+ "requestStr": "$priority:Int! ",
2176
+ "required": true,
2177
+ "responseStr": "priority:$priority ",
2178
+ "type": {
2179
+ "kind": [
2180
+ "NON_NULL",
2181
+ "SCALAR"
2182
+ ],
2183
+ "name": "Int",
2184
+ "non_null": false
2185
+ },
2186
+ "varName": "priority"
2187
+ }
2188
+ },
2189
+ "interfaces": null,
2190
+ "kind": "INPUT_OBJECT",
2191
+ "name": "SortOrderInput",
2192
+ "possibleTypes": null
2193
+ },
2194
+ "indexType": "input_object",
2195
+ "kind": [
2196
+ "INPUT_OBJECT"
2197
+ ],
2198
+ "name": "SortOrderInput",
2199
+ "non_null": false
2200
+ },
2201
+ "varName": "sortOrderInput"
2202
+ }
2203
+ },
2204
+ "interfaces": null,
2205
+ "kind": "INPUT_OBJECT",
2206
+ "name": "HardwareSortInput",
2207
+ "possibleTypes": null
2208
+ },
2209
+ "indexType": "input_object",
2210
+ "kind": [
2211
+ "INPUT_OBJECT"
2212
+ ],
2213
+ "name": "HardwareSortInput",
2214
+ "non_null": false
2215
+ },
2216
+ "varName": "hardwareSortInput"
2217
+ }
2218
+ },
2219
+ "interfaces": null,
2220
+ "kind": "INPUT_OBJECT",
2221
+ "name": "HardwareSearchInput",
2222
+ "possibleTypes": null
2223
+ },
2224
+ "indexType": "input_object",
2225
+ "kind": [
2226
+ "INPUT_OBJECT"
2227
+ ],
2228
+ "name": "HardwareSearchInput",
2229
+ "non_null": false
2230
+ },
2231
+ "varName": "hardwareSearchInput"
47
2232
  }
48
2233
  },
49
2234
  "path": "query.hardware",
@@ -3328,5 +5513,152 @@
3328
5513
  "name": "HardwareQueries",
3329
5514
  "non_null": false
3330
5515
  },
3331
- "variablesPayload": {}
5516
+ "variablesPayload": {
5517
+ "hardwareSearchInput": {
5518
+ "hardwareFilterInput": {
5519
+ "account": {
5520
+ "accountInclusion": "ALL_ACCOUNTS",
5521
+ "in": [
5522
+ "id1",
5523
+ "id2"
5524
+ ]
5525
+ },
5526
+ "countryCode": {
5527
+ "eq": "string",
5528
+ "in": [
5529
+ "string1",
5530
+ "string2"
5531
+ ],
5532
+ "neq": "string",
5533
+ "nin": [
5534
+ "string1",
5535
+ "string2"
5536
+ ]
5537
+ },
5538
+ "countryName": {
5539
+ "eq": "string",
5540
+ "in": [
5541
+ "string1",
5542
+ "string2"
5543
+ ],
5544
+ "neq": "string",
5545
+ "nin": [
5546
+ "string1",
5547
+ "string2"
5548
+ ]
5549
+ },
5550
+ "freeText": {
5551
+ "search": "string"
5552
+ },
5553
+ "id": {
5554
+ "eq": "id",
5555
+ "in": [
5556
+ "id1",
5557
+ "id2"
5558
+ ],
5559
+ "neq": "id",
5560
+ "nin": [
5561
+ "id1",
5562
+ "id2"
5563
+ ]
5564
+ },
5565
+ "licenseStartDate": {
5566
+ "between": [
5567
+ "example1",
5568
+ "example2"
5569
+ ],
5570
+ "eq": "example_value",
5571
+ "gt": "example_value",
5572
+ "gte": "example_value",
5573
+ "in": [
5574
+ "example1",
5575
+ "example2"
5576
+ ],
5577
+ "lt": "example_value",
5578
+ "lte": "example_value",
5579
+ "neq": "example_value",
5580
+ "nin": [
5581
+ "example1",
5582
+ "example2"
5583
+ ]
5584
+ },
5585
+ "product": {
5586
+ "eq": "string",
5587
+ "in": [
5588
+ "string1",
5589
+ "string2"
5590
+ ],
5591
+ "neq": "string",
5592
+ "nin": [
5593
+ "string1",
5594
+ "string2"
5595
+ ]
5596
+ },
5597
+ "serialNumber": {
5598
+ "eq": "string",
5599
+ "in": [
5600
+ "string1",
5601
+ "string2"
5602
+ ],
5603
+ "neq": "string",
5604
+ "nin": [
5605
+ "string1",
5606
+ "string2"
5607
+ ]
5608
+ },
5609
+ "shippingStatus": {
5610
+ "eq": "PENDING_INFO",
5611
+ "in": "PENDING_INFO",
5612
+ "neq": "PENDING_INFO",
5613
+ "nin": "PENDING_INFO"
5614
+ },
5615
+ "validAddress": {
5616
+ "eq": true,
5617
+ "neq": true
5618
+ }
5619
+ },
5620
+ "hardwareSortInput": {
5621
+ "country": {
5622
+ "direction": "ASC",
5623
+ "priority": 1
5624
+ },
5625
+ "incoterms": {
5626
+ "direction": "ASC",
5627
+ "priority": 1
5628
+ },
5629
+ "licenseId": {
5630
+ "direction": "ASC",
5631
+ "priority": 1
5632
+ },
5633
+ "licenseStartDate": {
5634
+ "direction": "ASC",
5635
+ "priority": 1
5636
+ },
5637
+ "productType": {
5638
+ "direction": "ASC",
5639
+ "priority": 1
5640
+ },
5641
+ "quoteId": {
5642
+ "direction": "ASC",
5643
+ "priority": 1
5644
+ },
5645
+ "shippingDate": {
5646
+ "direction": "ASC",
5647
+ "priority": 1
5648
+ },
5649
+ "shippingStatus": {
5650
+ "direction": "ASC",
5651
+ "priority": 1
5652
+ },
5653
+ "siteName": {
5654
+ "direction": "ASC",
5655
+ "priority": 1
5656
+ }
5657
+ },
5658
+ "pagingInput": {
5659
+ "from": 1,
5660
+ "limit": 1
5661
+ }
5662
+ }
5663
+ }
3332
5664
  }