@deenruv/wfirma-plugin 1.0.0

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.
Files changed (64) hide show
  1. package/LICENSE +23 -0
  2. package/README.md +45 -0
  3. package/dist/plugin-server/api/wfirma-admin.resolver.d.ts +13 -0
  4. package/dist/plugin-server/api/wfirma-admin.resolver.js +40 -0
  5. package/dist/plugin-server/constants.d.ts +12 -0
  6. package/dist/plugin-server/constants.js +31 -0
  7. package/dist/plugin-server/extensions/wfirma.extension.d.ts +1 -0
  8. package/dist/plugin-server/extensions/wfirma.extension.js +19 -0
  9. package/dist/plugin-server/helpers/fetch-wfirma-api.d.ts +3 -0
  10. package/dist/plugin-server/helpers/fetch-wfirma-api.js +75 -0
  11. package/dist/plugin-server/helpers/types.d.ts +349 -0
  12. package/dist/plugin-server/helpers/types.js +2 -0
  13. package/dist/plugin-server/index.d.ts +7 -0
  14. package/dist/plugin-server/index.js +56 -0
  15. package/dist/plugin-server/services/wfirma.service.d.ts +15 -0
  16. package/dist/plugin-server/services/wfirma.service.js +246 -0
  17. package/dist/plugin-server/types.d.ts +7 -0
  18. package/dist/plugin-server/types.js +2 -0
  19. package/dist/plugin-server/ui/components/ProformaInvoiceActionButton.ts +48 -0
  20. package/dist/plugin-server/ui/components/RecipeInvoiceActionButton.ts +48 -0
  21. package/dist/plugin-server/ui/graphql/mutations.ts +14 -0
  22. package/dist/plugin-server/ui/graphql/queries.ts +7 -0
  23. package/dist/plugin-server/ui/graphql/scalars.ts +15 -0
  24. package/dist/plugin-server/ui/graphql/selectors.ts +0 -0
  25. package/dist/plugin-server/ui/providers.ts +13 -0
  26. package/dist/plugin-server/ui/routes.ts +1 -0
  27. package/dist/plugin-server/ui/styles/overwrite.css +0 -0
  28. package/dist/plugin-server/ui/zeus/const.ts +4767 -0
  29. package/dist/plugin-server/ui/zeus/index.ts +21694 -0
  30. package/dist/plugin-server/ui/zeus/typedDocumentNode.ts +27 -0
  31. package/dist/plugin-server/zeus/const.d.ts +6 -0
  32. package/dist/plugin-server/zeus/const.js +3698 -0
  33. package/dist/plugin-server/zeus/index.d.ts +18878 -0
  34. package/dist/plugin-server/zeus/index.js +1094 -0
  35. package/dist/plugin-server/zeus/typedDocumentNode.d.ts +3 -0
  36. package/dist/plugin-server/zeus/typedDocumentNode.js +13 -0
  37. package/dist/plugin-ui/components/WFirmaButtons.d.ts +2 -0
  38. package/dist/plugin-ui/components/WFirmaButtons.js +66 -0
  39. package/dist/plugin-ui/graphql/mutations.d.ts +10 -0
  40. package/dist/plugin-ui/graphql/mutations.js +10 -0
  41. package/dist/plugin-ui/graphql/queries.d.ts +1 -0
  42. package/dist/plugin-ui/graphql/queries.js +4 -0
  43. package/dist/plugin-ui/graphql/scalars.d.ts +13 -0
  44. package/dist/plugin-ui/graphql/scalars.js +14 -0
  45. package/dist/plugin-ui/graphql/selectors.d.ts +0 -0
  46. package/dist/plugin-ui/graphql/selectors.js +1 -0
  47. package/dist/plugin-ui/index.d.ts +1 -0
  48. package/dist/plugin-ui/index.js +14 -0
  49. package/dist/plugin-ui/locales/en/index.d.ts +5 -0
  50. package/dist/plugin-ui/locales/en/index.js +2 -0
  51. package/dist/plugin-ui/locales/en/wfirma.json +4 -0
  52. package/dist/plugin-ui/locales/pl/index.d.ts +5 -0
  53. package/dist/plugin-ui/locales/pl/index.js +2 -0
  54. package/dist/plugin-ui/locales/pl/wfirma.json +4 -0
  55. package/dist/plugin-ui/translation-ns.d.ts +1 -0
  56. package/dist/plugin-ui/translation-ns.js +1 -0
  57. package/dist/plugin-ui/tsconfig.json +18 -0
  58. package/dist/plugin-ui/zeus/const.d.ts +6 -0
  59. package/dist/plugin-ui/zeus/const.js +3695 -0
  60. package/dist/plugin-ui/zeus/index.d.ts +18878 -0
  61. package/dist/plugin-ui/zeus/index.js +1086 -0
  62. package/dist/plugin-ui/zeus/typedDocumentNode.d.ts +3 -0
  63. package/dist/plugin-ui/zeus/typedDocumentNode.js +9 -0
  64. package/package.json +52 -0
@@ -0,0 +1,3698 @@
1
+ "use strict";
2
+ /* eslint-disable */
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ exports.Ops = exports.ReturnTypes = exports.AllTypesProps = void 0;
5
+ exports.AllTypesProps = {
6
+ Query: {
7
+ administrators: {
8
+ options: "AdministratorListOptions"
9
+ },
10
+ administrator: {},
11
+ assets: {
12
+ options: "AssetListOptions"
13
+ },
14
+ asset: {},
15
+ channels: {
16
+ options: "ChannelListOptions"
17
+ },
18
+ channel: {},
19
+ collections: {
20
+ options: "CollectionListOptions"
21
+ },
22
+ collection: {},
23
+ previewCollectionVariants: {
24
+ input: "PreviewCollectionVariantsInput",
25
+ options: "ProductVariantListOptions"
26
+ },
27
+ countries: {
28
+ options: "CountryListOptions"
29
+ },
30
+ country: {},
31
+ customerGroups: {
32
+ options: "CustomerGroupListOptions"
33
+ },
34
+ customerGroup: {},
35
+ customers: {
36
+ options: "CustomerListOptions"
37
+ },
38
+ customer: {},
39
+ facets: {
40
+ options: "FacetListOptions"
41
+ },
42
+ facet: {},
43
+ facetValues: {
44
+ options: "FacetValueListOptions"
45
+ },
46
+ job: {},
47
+ jobs: {
48
+ options: "JobListOptions"
49
+ },
50
+ jobsById: {},
51
+ jobBufferSize: {},
52
+ order: {},
53
+ orders: {
54
+ options: "OrderListOptions"
55
+ },
56
+ eligibleShippingMethodsForDraftOrder: {},
57
+ paymentMethods: {
58
+ options: "PaymentMethodListOptions"
59
+ },
60
+ paymentMethod: {},
61
+ productOptionGroups: {},
62
+ productOptionGroup: {},
63
+ search: {
64
+ input: "SearchInput"
65
+ },
66
+ products: {
67
+ options: "ProductListOptions"
68
+ },
69
+ product: {},
70
+ productVariants: {
71
+ options: "ProductVariantListOptions"
72
+ },
73
+ productVariant: {},
74
+ promotion: {},
75
+ promotions: {
76
+ options: "PromotionListOptions"
77
+ },
78
+ provinces: {
79
+ options: "ProvinceListOptions"
80
+ },
81
+ province: {},
82
+ roles: {
83
+ options: "RoleListOptions"
84
+ },
85
+ role: {},
86
+ sellers: {
87
+ options: "SellerListOptions"
88
+ },
89
+ seller: {},
90
+ shippingMethods: {
91
+ options: "ShippingMethodListOptions"
92
+ },
93
+ shippingMethod: {},
94
+ testShippingMethod: {
95
+ input: "TestShippingMethodInput"
96
+ },
97
+ testEligibleShippingMethods: {
98
+ input: "TestEligibleShippingMethodsInput"
99
+ },
100
+ stockLocation: {},
101
+ stockLocations: {
102
+ options: "StockLocationListOptions"
103
+ },
104
+ tag: {},
105
+ tags: {
106
+ options: "TagListOptions"
107
+ },
108
+ taxCategories: {
109
+ options: "TaxCategoryListOptions"
110
+ },
111
+ taxCategory: {},
112
+ taxRates: {
113
+ options: "TaxRateListOptions"
114
+ },
115
+ taxRate: {},
116
+ zones: {
117
+ options: "ZoneListOptions"
118
+ },
119
+ zone: {},
120
+ metricSummary: {
121
+ input: "MetricSummaryInput"
122
+ },
123
+ getRealizationURL: {}
124
+ },
125
+ Mutation: {
126
+ createAdministrator: {
127
+ input: "CreateAdministratorInput"
128
+ },
129
+ updateAdministrator: {
130
+ input: "UpdateAdministratorInput"
131
+ },
132
+ updateActiveAdministrator: {
133
+ input: "UpdateActiveAdministratorInput"
134
+ },
135
+ deleteAdministrator: {},
136
+ deleteAdministrators: {},
137
+ assignRoleToAdministrator: {},
138
+ createAssets: {
139
+ input: "CreateAssetInput"
140
+ },
141
+ updateAsset: {
142
+ input: "UpdateAssetInput"
143
+ },
144
+ deleteAsset: {
145
+ input: "DeleteAssetInput"
146
+ },
147
+ deleteAssets: {
148
+ input: "DeleteAssetsInput"
149
+ },
150
+ assignAssetsToChannel: {
151
+ input: "AssignAssetsToChannelInput"
152
+ },
153
+ login: {},
154
+ authenticate: {
155
+ input: "AuthenticationInput"
156
+ },
157
+ createChannel: {
158
+ input: "CreateChannelInput"
159
+ },
160
+ updateChannel: {
161
+ input: "UpdateChannelInput"
162
+ },
163
+ deleteChannel: {},
164
+ deleteChannels: {},
165
+ createCollection: {
166
+ input: "CreateCollectionInput"
167
+ },
168
+ updateCollection: {
169
+ input: "UpdateCollectionInput"
170
+ },
171
+ deleteCollection: {},
172
+ deleteCollections: {},
173
+ moveCollection: {
174
+ input: "MoveCollectionInput"
175
+ },
176
+ assignCollectionsToChannel: {
177
+ input: "AssignCollectionsToChannelInput"
178
+ },
179
+ removeCollectionsFromChannel: {
180
+ input: "RemoveCollectionsFromChannelInput"
181
+ },
182
+ createCountry: {
183
+ input: "CreateCountryInput"
184
+ },
185
+ updateCountry: {
186
+ input: "UpdateCountryInput"
187
+ },
188
+ deleteCountry: {},
189
+ deleteCountries: {},
190
+ createCustomerGroup: {
191
+ input: "CreateCustomerGroupInput"
192
+ },
193
+ updateCustomerGroup: {
194
+ input: "UpdateCustomerGroupInput"
195
+ },
196
+ deleteCustomerGroup: {},
197
+ deleteCustomerGroups: {},
198
+ addCustomersToGroup: {},
199
+ removeCustomersFromGroup: {},
200
+ createCustomer: {
201
+ input: "CreateCustomerInput"
202
+ },
203
+ updateCustomer: {
204
+ input: "UpdateCustomerInput"
205
+ },
206
+ deleteCustomer: {},
207
+ deleteCustomers: {},
208
+ createCustomerAddress: {
209
+ input: "CreateAddressInput"
210
+ },
211
+ updateCustomerAddress: {
212
+ input: "UpdateAddressInput"
213
+ },
214
+ deleteCustomerAddress: {},
215
+ addNoteToCustomer: {
216
+ input: "AddNoteToCustomerInput"
217
+ },
218
+ updateCustomerNote: {
219
+ input: "UpdateCustomerNoteInput"
220
+ },
221
+ deleteCustomerNote: {},
222
+ duplicateEntity: {
223
+ input: "DuplicateEntityInput"
224
+ },
225
+ createFacet: {
226
+ input: "CreateFacetInput"
227
+ },
228
+ updateFacet: {
229
+ input: "UpdateFacetInput"
230
+ },
231
+ deleteFacet: {},
232
+ deleteFacets: {},
233
+ createFacetValues: {
234
+ input: "CreateFacetValueInput"
235
+ },
236
+ updateFacetValues: {
237
+ input: "UpdateFacetValueInput"
238
+ },
239
+ deleteFacetValues: {},
240
+ assignFacetsToChannel: {
241
+ input: "AssignFacetsToChannelInput"
242
+ },
243
+ removeFacetsFromChannel: {
244
+ input: "RemoveFacetsFromChannelInput"
245
+ },
246
+ updateGlobalSettings: {
247
+ input: "UpdateGlobalSettingsInput"
248
+ },
249
+ importProducts: {
250
+ csvFile: "Upload"
251
+ },
252
+ removeSettledJobs: {
253
+ olderThan: "DateTime"
254
+ },
255
+ cancelJob: {},
256
+ flushBufferedJobs: {},
257
+ settlePayment: {},
258
+ cancelPayment: {},
259
+ addFulfillmentToOrder: {
260
+ input: "FulfillOrderInput"
261
+ },
262
+ cancelOrder: {
263
+ input: "CancelOrderInput"
264
+ },
265
+ refundOrder: {
266
+ input: "RefundOrderInput"
267
+ },
268
+ settleRefund: {
269
+ input: "SettleRefundInput"
270
+ },
271
+ addNoteToOrder: {
272
+ input: "AddNoteToOrderInput"
273
+ },
274
+ updateOrderNote: {
275
+ input: "UpdateOrderNoteInput"
276
+ },
277
+ deleteOrderNote: {},
278
+ transitionOrderToState: {},
279
+ transitionFulfillmentToState: {},
280
+ transitionPaymentToState: {},
281
+ setOrderCustomFields: {
282
+ input: "UpdateOrderInput"
283
+ },
284
+ setOrderCustomer: {
285
+ input: "SetOrderCustomerInput"
286
+ },
287
+ modifyOrder: {
288
+ input: "ModifyOrderInput"
289
+ },
290
+ addManualPaymentToOrder: {
291
+ input: "ManualPaymentInput"
292
+ },
293
+ deleteDraftOrder: {},
294
+ addItemToDraftOrder: {
295
+ input: "AddItemToDraftOrderInput"
296
+ },
297
+ adjustDraftOrderLine: {
298
+ input: "AdjustDraftOrderLineInput"
299
+ },
300
+ removeDraftOrderLine: {},
301
+ setCustomerForDraftOrder: {
302
+ input: "CreateCustomerInput"
303
+ },
304
+ setDraftOrderShippingAddress: {
305
+ input: "CreateAddressInput"
306
+ },
307
+ setDraftOrderBillingAddress: {
308
+ input: "CreateAddressInput"
309
+ },
310
+ setDraftOrderCustomFields: {
311
+ input: "UpdateOrderInput"
312
+ },
313
+ applyCouponCodeToDraftOrder: {},
314
+ removeCouponCodeFromDraftOrder: {},
315
+ setDraftOrderShippingMethod: {},
316
+ createPaymentMethod: {
317
+ input: "CreatePaymentMethodInput"
318
+ },
319
+ updatePaymentMethod: {
320
+ input: "UpdatePaymentMethodInput"
321
+ },
322
+ deletePaymentMethod: {},
323
+ deletePaymentMethods: {},
324
+ assignPaymentMethodsToChannel: {
325
+ input: "AssignPaymentMethodsToChannelInput"
326
+ },
327
+ removePaymentMethodsFromChannel: {
328
+ input: "RemovePaymentMethodsFromChannelInput"
329
+ },
330
+ createProductOptionGroup: {
331
+ input: "CreateProductOptionGroupInput"
332
+ },
333
+ updateProductOptionGroup: {
334
+ input: "UpdateProductOptionGroupInput"
335
+ },
336
+ createProductOption: {
337
+ input: "CreateProductOptionInput"
338
+ },
339
+ updateProductOption: {
340
+ input: "UpdateProductOptionInput"
341
+ },
342
+ deleteProductOption: {},
343
+ createProduct: {
344
+ input: "CreateProductInput"
345
+ },
346
+ updateProduct: {
347
+ input: "UpdateProductInput"
348
+ },
349
+ updateProducts: {
350
+ input: "UpdateProductInput"
351
+ },
352
+ deleteProduct: {},
353
+ deleteProducts: {},
354
+ addOptionGroupToProduct: {},
355
+ removeOptionGroupFromProduct: {},
356
+ createProductVariants: {
357
+ input: "CreateProductVariantInput"
358
+ },
359
+ updateProductVariants: {
360
+ input: "UpdateProductVariantInput"
361
+ },
362
+ deleteProductVariant: {},
363
+ deleteProductVariants: {},
364
+ assignProductsToChannel: {
365
+ input: "AssignProductsToChannelInput"
366
+ },
367
+ removeProductsFromChannel: {
368
+ input: "RemoveProductsFromChannelInput"
369
+ },
370
+ assignProductVariantsToChannel: {
371
+ input: "AssignProductVariantsToChannelInput"
372
+ },
373
+ removeProductVariantsFromChannel: {
374
+ input: "RemoveProductVariantsFromChannelInput"
375
+ },
376
+ createPromotion: {
377
+ input: "CreatePromotionInput"
378
+ },
379
+ updatePromotion: {
380
+ input: "UpdatePromotionInput"
381
+ },
382
+ deletePromotion: {},
383
+ deletePromotions: {},
384
+ assignPromotionsToChannel: {
385
+ input: "AssignPromotionsToChannelInput"
386
+ },
387
+ removePromotionsFromChannel: {
388
+ input: "RemovePromotionsFromChannelInput"
389
+ },
390
+ createProvince: {
391
+ input: "CreateProvinceInput"
392
+ },
393
+ updateProvince: {
394
+ input: "UpdateProvinceInput"
395
+ },
396
+ deleteProvince: {},
397
+ createRole: {
398
+ input: "CreateRoleInput"
399
+ },
400
+ updateRole: {
401
+ input: "UpdateRoleInput"
402
+ },
403
+ deleteRole: {},
404
+ deleteRoles: {},
405
+ createSeller: {
406
+ input: "CreateSellerInput"
407
+ },
408
+ updateSeller: {
409
+ input: "UpdateSellerInput"
410
+ },
411
+ deleteSeller: {},
412
+ deleteSellers: {},
413
+ createShippingMethod: {
414
+ input: "CreateShippingMethodInput"
415
+ },
416
+ updateShippingMethod: {
417
+ input: "UpdateShippingMethodInput"
418
+ },
419
+ deleteShippingMethod: {},
420
+ deleteShippingMethods: {},
421
+ assignShippingMethodsToChannel: {
422
+ input: "AssignShippingMethodsToChannelInput"
423
+ },
424
+ removeShippingMethodsFromChannel: {
425
+ input: "RemoveShippingMethodsFromChannelInput"
426
+ },
427
+ createStockLocation: {
428
+ input: "CreateStockLocationInput"
429
+ },
430
+ updateStockLocation: {
431
+ input: "UpdateStockLocationInput"
432
+ },
433
+ deleteStockLocation: {
434
+ input: "DeleteStockLocationInput"
435
+ },
436
+ deleteStockLocations: {
437
+ input: "DeleteStockLocationInput"
438
+ },
439
+ assignStockLocationsToChannel: {
440
+ input: "AssignStockLocationsToChannelInput"
441
+ },
442
+ removeStockLocationsFromChannel: {
443
+ input: "RemoveStockLocationsFromChannelInput"
444
+ },
445
+ createTag: {
446
+ input: "CreateTagInput"
447
+ },
448
+ updateTag: {
449
+ input: "UpdateTagInput"
450
+ },
451
+ deleteTag: {},
452
+ createTaxCategory: {
453
+ input: "CreateTaxCategoryInput"
454
+ },
455
+ updateTaxCategory: {
456
+ input: "UpdateTaxCategoryInput"
457
+ },
458
+ deleteTaxCategory: {},
459
+ deleteTaxCategories: {},
460
+ createTaxRate: {
461
+ input: "CreateTaxRateInput"
462
+ },
463
+ updateTaxRate: {
464
+ input: "UpdateTaxRateInput"
465
+ },
466
+ deleteTaxRate: {},
467
+ deleteTaxRates: {},
468
+ createZone: {
469
+ input: "CreateZoneInput"
470
+ },
471
+ updateZone: {
472
+ input: "UpdateZoneInput"
473
+ },
474
+ deleteZone: {},
475
+ deleteZones: {},
476
+ addMembersToZone: {},
477
+ removeMembersFromZone: {},
478
+ copyOrder: {},
479
+ registerRealization: {
480
+ input: "OrderRealizationInput"
481
+ },
482
+ sendInvoiceToWFirma: {
483
+ input: "SendInvoiceToWFirmaInput"
484
+ }
485
+ },
486
+ AdministratorListOptions: {
487
+ sort: "AdministratorSortParameter",
488
+ filter: "AdministratorFilterParameter",
489
+ filterOperator: "LogicalOperator"
490
+ },
491
+ CreateAdministratorInput: {
492
+ customFields: "JSON"
493
+ },
494
+ UpdateAdministratorInput: {
495
+ customFields: "JSON"
496
+ },
497
+ UpdateActiveAdministratorInput: {
498
+ customFields: "JSON"
499
+ },
500
+ AssetListOptions: {
501
+ tagsOperator: "LogicalOperator",
502
+ sort: "AssetSortParameter",
503
+ filter: "AssetFilterParameter",
504
+ filterOperator: "LogicalOperator"
505
+ },
506
+ CreateAssetInput: {
507
+ file: "Upload",
508
+ customFields: "JSON"
509
+ },
510
+ CoordinateInput: {},
511
+ DeleteAssetInput: {},
512
+ DeleteAssetsInput: {},
513
+ UpdateAssetInput: {
514
+ focalPoint: "CoordinateInput",
515
+ customFields: "JSON"
516
+ },
517
+ AssignAssetsToChannelInput: {},
518
+ AuthenticationInput: {
519
+ native: "NativeAuthInput"
520
+ },
521
+ ChannelListOptions: {
522
+ sort: "ChannelSortParameter",
523
+ filter: "ChannelFilterParameter",
524
+ filterOperator: "LogicalOperator"
525
+ },
526
+ CreateChannelInput: {
527
+ defaultLanguageCode: "LanguageCode",
528
+ availableLanguageCodes: "LanguageCode",
529
+ defaultCurrencyCode: "CurrencyCode",
530
+ availableCurrencyCodes: "CurrencyCode",
531
+ customFields: "JSON"
532
+ },
533
+ UpdateChannelInput: {
534
+ defaultLanguageCode: "LanguageCode",
535
+ availableLanguageCodes: "LanguageCode",
536
+ defaultCurrencyCode: "CurrencyCode",
537
+ availableCurrencyCodes: "CurrencyCode",
538
+ customFields: "JSON"
539
+ },
540
+ Collection: {
541
+ productVariants: {
542
+ options: "ProductVariantListOptions"
543
+ }
544
+ },
545
+ CollectionListOptions: {
546
+ sort: "CollectionSortParameter",
547
+ filter: "CollectionFilterParameter",
548
+ filterOperator: "LogicalOperator"
549
+ },
550
+ MoveCollectionInput: {},
551
+ CreateCollectionTranslationInput: {
552
+ languageCode: "LanguageCode",
553
+ customFields: "JSON"
554
+ },
555
+ UpdateCollectionTranslationInput: {
556
+ languageCode: "LanguageCode",
557
+ customFields: "JSON"
558
+ },
559
+ CreateCollectionInput: {
560
+ filters: "ConfigurableOperationInput",
561
+ translations: "CreateCollectionTranslationInput",
562
+ customFields: "JSON"
563
+ },
564
+ PreviewCollectionVariantsInput: {
565
+ filters: "ConfigurableOperationInput"
566
+ },
567
+ UpdateCollectionInput: {
568
+ filters: "ConfigurableOperationInput",
569
+ translations: "UpdateCollectionTranslationInput",
570
+ customFields: "JSON"
571
+ },
572
+ AssignCollectionsToChannelInput: {},
573
+ RemoveCollectionsFromChannelInput: {},
574
+ CountryTranslationInput: {
575
+ languageCode: "LanguageCode",
576
+ customFields: "JSON"
577
+ },
578
+ CreateCountryInput: {
579
+ translations: "CountryTranslationInput",
580
+ customFields: "JSON"
581
+ },
582
+ UpdateCountryInput: {
583
+ translations: "CountryTranslationInput",
584
+ customFields: "JSON"
585
+ },
586
+ CountryListOptions: {
587
+ sort: "CountrySortParameter",
588
+ filter: "CountryFilterParameter",
589
+ filterOperator: "LogicalOperator"
590
+ },
591
+ Customer: {
592
+ history: {
593
+ options: "HistoryEntryListOptions"
594
+ },
595
+ orders: {
596
+ options: "OrderListOptions"
597
+ }
598
+ },
599
+ CustomerGroupListOptions: {
600
+ sort: "CustomerGroupSortParameter",
601
+ filter: "CustomerGroupFilterParameter",
602
+ filterOperator: "LogicalOperator"
603
+ },
604
+ CreateCustomerGroupInput: {
605
+ customFields: "JSON"
606
+ },
607
+ UpdateCustomerGroupInput: {
608
+ customFields: "JSON"
609
+ },
610
+ UpdateCustomerInput: {
611
+ customFields: "JSON"
612
+ },
613
+ CustomerFilterParameter: {
614
+ postalCode: "StringOperators",
615
+ id: "IDOperators",
616
+ createdAt: "DateOperators",
617
+ updatedAt: "DateOperators",
618
+ title: "StringOperators",
619
+ firstName: "StringOperators",
620
+ lastName: "StringOperators",
621
+ phoneNumber: "StringOperators",
622
+ emailAddress: "StringOperators",
623
+ _and: "CustomerFilterParameter",
624
+ _or: "CustomerFilterParameter"
625
+ },
626
+ CustomerListOptions: {
627
+ sort: "CustomerSortParameter",
628
+ filter: "CustomerFilterParameter",
629
+ filterOperator: "LogicalOperator"
630
+ },
631
+ AddNoteToCustomerInput: {},
632
+ UpdateCustomerNoteInput: {},
633
+ DuplicateEntityInput: {
634
+ duplicatorInput: "ConfigurableOperationInput"
635
+ },
636
+ Facet: {
637
+ valueList: {
638
+ options: "FacetValueListOptions"
639
+ }
640
+ },
641
+ FacetListOptions: {
642
+ sort: "FacetSortParameter",
643
+ filter: "FacetFilterParameter",
644
+ filterOperator: "LogicalOperator"
645
+ },
646
+ FacetTranslationInput: {
647
+ languageCode: "LanguageCode",
648
+ customFields: "JSON"
649
+ },
650
+ CreateFacetInput: {
651
+ translations: "FacetTranslationInput",
652
+ values: "CreateFacetValueWithFacetInput",
653
+ customFields: "CreateFacetCustomFieldsInput"
654
+ },
655
+ UpdateFacetInput: {
656
+ translations: "FacetTranslationInput",
657
+ customFields: "UpdateFacetCustomFieldsInput"
658
+ },
659
+ FacetValueTranslationInput: {
660
+ languageCode: "LanguageCode",
661
+ customFields: "JSON"
662
+ },
663
+ CreateFacetValueWithFacetInput: {
664
+ translations: "FacetValueTranslationInput"
665
+ },
666
+ CreateFacetValueInput: {
667
+ translations: "FacetValueTranslationInput",
668
+ customFields: "CreateFacetValueCustomFieldsInput"
669
+ },
670
+ UpdateFacetValueInput: {
671
+ translations: "FacetValueTranslationInput",
672
+ customFields: "UpdateFacetValueCustomFieldsInput"
673
+ },
674
+ AssignFacetsToChannelInput: {},
675
+ RemoveFacetsFromChannelInput: {},
676
+ UpdateGlobalSettingsInput: {
677
+ availableLanguages: "LanguageCode",
678
+ customFields: "JSON"
679
+ },
680
+ JobState: "enum",
681
+ JobListOptions: {
682
+ sort: "JobSortParameter",
683
+ filter: "JobFilterParameter",
684
+ filterOperator: "LogicalOperator"
685
+ },
686
+ Order: {
687
+ history: {
688
+ options: "HistoryEntryListOptions"
689
+ }
690
+ },
691
+ OrderFilterParameter: {
692
+ customerLastName: "StringOperators",
693
+ transactionId: "StringOperators",
694
+ aggregateOrderId: "IDOperators",
695
+ id: "IDOperators",
696
+ createdAt: "DateOperators",
697
+ updatedAt: "DateOperators",
698
+ type: "StringOperators",
699
+ orderPlacedAt: "DateOperators",
700
+ code: "StringOperators",
701
+ state: "StringOperators",
702
+ active: "BooleanOperators",
703
+ totalQuantity: "NumberOperators",
704
+ subTotal: "NumberOperators",
705
+ subTotalWithTax: "NumberOperators",
706
+ currencyCode: "StringOperators",
707
+ shipping: "NumberOperators",
708
+ shippingWithTax: "NumberOperators",
709
+ total: "NumberOperators",
710
+ totalWithTax: "NumberOperators",
711
+ _and: "OrderFilterParameter",
712
+ _or: "OrderFilterParameter"
713
+ },
714
+ OrderSortParameter: {
715
+ customerLastName: "SortOrder",
716
+ transactionId: "SortOrder",
717
+ aggregateOrderId: "SortOrder",
718
+ id: "SortOrder",
719
+ createdAt: "SortOrder",
720
+ updatedAt: "SortOrder",
721
+ orderPlacedAt: "SortOrder",
722
+ code: "SortOrder",
723
+ state: "SortOrder",
724
+ totalQuantity: "SortOrder",
725
+ subTotal: "SortOrder",
726
+ subTotalWithTax: "SortOrder",
727
+ shipping: "SortOrder",
728
+ shippingWithTax: "SortOrder",
729
+ total: "SortOrder",
730
+ totalWithTax: "SortOrder"
731
+ },
732
+ OrderListOptions: {
733
+ sort: "OrderSortParameter",
734
+ filter: "OrderFilterParameter",
735
+ filterOperator: "LogicalOperator"
736
+ },
737
+ SetOrderCustomerInput: {},
738
+ UpdateOrderInput: {
739
+ customFields: "JSON"
740
+ },
741
+ FulfillOrderInput: {
742
+ lines: "OrderLineInput",
743
+ handler: "ConfigurableOperationInput"
744
+ },
745
+ CancelOrderInput: {
746
+ lines: "OrderLineInput"
747
+ },
748
+ RefundOrderInput: {
749
+ lines: "OrderLineInput",
750
+ shipping: "Money",
751
+ adjustment: "Money",
752
+ amount: "Money"
753
+ },
754
+ OrderLineInput: {
755
+ customFields: "OrderLineCustomFieldsInput"
756
+ },
757
+ SettleRefundInput: {},
758
+ AddNoteToOrderInput: {},
759
+ UpdateOrderNoteInput: {},
760
+ AdministratorPaymentInput: {
761
+ metadata: "JSON"
762
+ },
763
+ AdministratorRefundInput: {
764
+ amount: "Money"
765
+ },
766
+ ModifyOrderOptions: {},
767
+ UpdateOrderAddressInput: {},
768
+ ModifyOrderInput: {
769
+ addItems: "AddItemInput",
770
+ adjustOrderLines: "OrderLineInput",
771
+ surcharges: "SurchargeInput",
772
+ updateShippingAddress: "UpdateOrderAddressInput",
773
+ updateBillingAddress: "UpdateOrderAddressInput",
774
+ refund: "AdministratorRefundInput",
775
+ refunds: "AdministratorRefundInput",
776
+ options: "ModifyOrderOptions"
777
+ },
778
+ AddItemInput: {
779
+ customFields: "OrderLineCustomFieldsInput"
780
+ },
781
+ SurchargeInput: {
782
+ price: "Money"
783
+ },
784
+ ManualPaymentInput: {
785
+ metadata: "JSON"
786
+ },
787
+ AddItemToDraftOrderInput: {
788
+ customFields: "OrderLineCustomFieldsInput"
789
+ },
790
+ AdjustDraftOrderLineInput: {
791
+ customFields: "OrderLineCustomFieldsInput"
792
+ },
793
+ PaymentMethodListOptions: {
794
+ sort: "PaymentMethodSortParameter",
795
+ filter: "PaymentMethodFilterParameter",
796
+ filterOperator: "LogicalOperator"
797
+ },
798
+ PaymentMethodTranslationInput: {
799
+ languageCode: "LanguageCode",
800
+ customFields: "JSON"
801
+ },
802
+ CreatePaymentMethodInput: {
803
+ checker: "ConfigurableOperationInput",
804
+ handler: "ConfigurableOperationInput",
805
+ translations: "PaymentMethodTranslationInput",
806
+ customFields: "JSON"
807
+ },
808
+ UpdatePaymentMethodInput: {
809
+ checker: "ConfigurableOperationInput",
810
+ handler: "ConfigurableOperationInput",
811
+ translations: "PaymentMethodTranslationInput",
812
+ customFields: "JSON"
813
+ },
814
+ AssignPaymentMethodsToChannelInput: {},
815
+ RemovePaymentMethodsFromChannelInput: {},
816
+ Product: {
817
+ variantList: {
818
+ options: "ProductVariantListOptions"
819
+ }
820
+ },
821
+ ProductVariant: {
822
+ stockMovements: {
823
+ options: "StockMovementListOptions"
824
+ }
825
+ },
826
+ ProductOptionGroupTranslationInput: {
827
+ languageCode: "LanguageCode",
828
+ customFields: "JSON"
829
+ },
830
+ CreateProductOptionGroupInput: {
831
+ translations: "ProductOptionGroupTranslationInput",
832
+ options: "CreateGroupOptionInput",
833
+ customFields: "JSON"
834
+ },
835
+ UpdateProductOptionGroupInput: {
836
+ translations: "ProductOptionGroupTranslationInput",
837
+ customFields: "JSON"
838
+ },
839
+ ProductOptionTranslationInput: {
840
+ languageCode: "LanguageCode",
841
+ customFields: "JSON"
842
+ },
843
+ CreateGroupOptionInput: {
844
+ translations: "ProductOptionGroupTranslationInput"
845
+ },
846
+ CreateProductOptionInput: {
847
+ translations: "ProductOptionGroupTranslationInput",
848
+ customFields: "JSON"
849
+ },
850
+ UpdateProductOptionInput: {
851
+ translations: "ProductOptionGroupTranslationInput",
852
+ customFields: "JSON"
853
+ },
854
+ StockMovementListOptions: {
855
+ type: "StockMovementType"
856
+ },
857
+ ProductListOptions: {
858
+ sort: "ProductSortParameter",
859
+ filter: "ProductFilterParameter",
860
+ filterOperator: "LogicalOperator"
861
+ },
862
+ ProductFilterParameter: {
863
+ facetValueId: "IDOperators",
864
+ sku: "StringOperators",
865
+ id: "IDOperators",
866
+ createdAt: "DateOperators",
867
+ updatedAt: "DateOperators",
868
+ languageCode: "StringOperators",
869
+ name: "StringOperators",
870
+ slug: "StringOperators",
871
+ description: "StringOperators",
872
+ enabled: "BooleanOperators",
873
+ _and: "ProductFilterParameter",
874
+ _or: "ProductFilterParameter"
875
+ },
876
+ ProductVariantListOptions: {
877
+ sort: "ProductVariantSortParameter",
878
+ filter: "ProductVariantFilterParameter",
879
+ filterOperator: "LogicalOperator"
880
+ },
881
+ ProductVariantFilterParameter: {
882
+ facetValueId: "IDOperators",
883
+ enabled: "BooleanOperators",
884
+ trackInventory: "StringOperators",
885
+ stockOnHand: "NumberOperators",
886
+ stockAllocated: "NumberOperators",
887
+ outOfStockThreshold: "NumberOperators",
888
+ useGlobalOutOfStockThreshold: "BooleanOperators",
889
+ id: "IDOperators",
890
+ productId: "IDOperators",
891
+ createdAt: "DateOperators",
892
+ updatedAt: "DateOperators",
893
+ languageCode: "StringOperators",
894
+ sku: "StringOperators",
895
+ name: "StringOperators",
896
+ price: "NumberOperators",
897
+ currencyCode: "StringOperators",
898
+ priceWithTax: "NumberOperators",
899
+ stockLevel: "StringOperators",
900
+ _and: "ProductVariantFilterParameter",
901
+ _or: "ProductVariantFilterParameter"
902
+ },
903
+ ProductTranslationInput: {
904
+ languageCode: "LanguageCode",
905
+ customFields: "JSON"
906
+ },
907
+ CreateProductInput: {
908
+ translations: "ProductTranslationInput",
909
+ customFields: "JSON"
910
+ },
911
+ UpdateProductInput: {
912
+ translations: "ProductTranslationInput",
913
+ customFields: "JSON"
914
+ },
915
+ ProductVariantTranslationInput: {
916
+ languageCode: "LanguageCode",
917
+ customFields: "JSON"
918
+ },
919
+ CreateProductVariantOptionInput: {
920
+ translations: "ProductOptionTranslationInput"
921
+ },
922
+ StockLevelInput: {},
923
+ ProductVariantPriceInput: {
924
+ currencyCode: "CurrencyCode",
925
+ price: "Money"
926
+ },
927
+ CreateProductVariantInput: {
928
+ translations: "ProductVariantTranslationInput",
929
+ price: "Money",
930
+ stockLevels: "StockLevelInput",
931
+ trackInventory: "GlobalFlag",
932
+ customFields: "JSON"
933
+ },
934
+ UpdateProductVariantInput: {
935
+ translations: "ProductVariantTranslationInput",
936
+ price: "Money",
937
+ prices: "ProductVariantPriceInput",
938
+ stockLevels: "StockLevelInput",
939
+ trackInventory: "GlobalFlag",
940
+ customFields: "JSON"
941
+ },
942
+ AssignProductsToChannelInput: {},
943
+ RemoveProductsFromChannelInput: {},
944
+ AssignProductVariantsToChannelInput: {},
945
+ RemoveProductVariantsFromChannelInput: {},
946
+ PromotionListOptions: {
947
+ sort: "PromotionSortParameter",
948
+ filter: "PromotionFilterParameter",
949
+ filterOperator: "LogicalOperator"
950
+ },
951
+ PromotionTranslationInput: {
952
+ languageCode: "LanguageCode",
953
+ customFields: "JSON"
954
+ },
955
+ CreatePromotionInput: {
956
+ startsAt: "DateTime",
957
+ endsAt: "DateTime",
958
+ conditions: "ConfigurableOperationInput",
959
+ actions: "ConfigurableOperationInput",
960
+ translations: "PromotionTranslationInput",
961
+ customFields: "JSON"
962
+ },
963
+ UpdatePromotionInput: {
964
+ startsAt: "DateTime",
965
+ endsAt: "DateTime",
966
+ conditions: "ConfigurableOperationInput",
967
+ actions: "ConfigurableOperationInput",
968
+ translations: "PromotionTranslationInput",
969
+ customFields: "JSON"
970
+ },
971
+ AssignPromotionsToChannelInput: {},
972
+ RemovePromotionsFromChannelInput: {},
973
+ ProvinceTranslationInput: {
974
+ languageCode: "LanguageCode",
975
+ customFields: "JSON"
976
+ },
977
+ CreateProvinceInput: {
978
+ translations: "ProvinceTranslationInput",
979
+ customFields: "JSON"
980
+ },
981
+ UpdateProvinceInput: {
982
+ translations: "ProvinceTranslationInput",
983
+ customFields: "JSON"
984
+ },
985
+ ProvinceListOptions: {
986
+ sort: "ProvinceSortParameter",
987
+ filter: "ProvinceFilterParameter",
988
+ filterOperator: "LogicalOperator"
989
+ },
990
+ RoleListOptions: {
991
+ sort: "RoleSortParameter",
992
+ filter: "RoleFilterParameter",
993
+ filterOperator: "LogicalOperator"
994
+ },
995
+ CreateRoleInput: {
996
+ permissions: "Permission"
997
+ },
998
+ UpdateRoleInput: {
999
+ permissions: "Permission"
1000
+ },
1001
+ SellerListOptions: {
1002
+ sort: "SellerSortParameter",
1003
+ filter: "SellerFilterParameter",
1004
+ filterOperator: "LogicalOperator"
1005
+ },
1006
+ CreateSellerInput: {
1007
+ customFields: "JSON"
1008
+ },
1009
+ UpdateSellerInput: {
1010
+ customFields: "JSON"
1011
+ },
1012
+ ShippingMethodListOptions: {
1013
+ sort: "ShippingMethodSortParameter",
1014
+ filter: "ShippingMethodFilterParameter",
1015
+ filterOperator: "LogicalOperator"
1016
+ },
1017
+ ShippingMethodTranslationInput: {
1018
+ languageCode: "LanguageCode",
1019
+ customFields: "JSON"
1020
+ },
1021
+ CreateShippingMethodInput: {
1022
+ checker: "ConfigurableOperationInput",
1023
+ calculator: "ConfigurableOperationInput",
1024
+ translations: "ShippingMethodTranslationInput",
1025
+ customFields: "JSON"
1026
+ },
1027
+ UpdateShippingMethodInput: {
1028
+ checker: "ConfigurableOperationInput",
1029
+ calculator: "ConfigurableOperationInput",
1030
+ translations: "ShippingMethodTranslationInput",
1031
+ customFields: "JSON"
1032
+ },
1033
+ TestShippingMethodInput: {
1034
+ checker: "ConfigurableOperationInput",
1035
+ calculator: "ConfigurableOperationInput",
1036
+ shippingAddress: "CreateAddressInput",
1037
+ lines: "TestShippingMethodOrderLineInput"
1038
+ },
1039
+ TestEligibleShippingMethodsInput: {
1040
+ shippingAddress: "CreateAddressInput",
1041
+ lines: "TestShippingMethodOrderLineInput"
1042
+ },
1043
+ TestShippingMethodOrderLineInput: {},
1044
+ AssignShippingMethodsToChannelInput: {},
1045
+ RemoveShippingMethodsFromChannelInput: {},
1046
+ StockLocationListOptions: {
1047
+ sort: "StockLocationSortParameter",
1048
+ filter: "StockLocationFilterParameter",
1049
+ filterOperator: "LogicalOperator"
1050
+ },
1051
+ CreateStockLocationInput: {
1052
+ customFields: "JSON"
1053
+ },
1054
+ UpdateStockLocationInput: {
1055
+ customFields: "JSON"
1056
+ },
1057
+ DeleteStockLocationInput: {},
1058
+ AssignStockLocationsToChannelInput: {},
1059
+ RemoveStockLocationsFromChannelInput: {},
1060
+ StockMovementType: "enum",
1061
+ TagListOptions: {
1062
+ sort: "TagSortParameter",
1063
+ filter: "TagFilterParameter",
1064
+ filterOperator: "LogicalOperator"
1065
+ },
1066
+ CreateTagInput: {},
1067
+ UpdateTagInput: {},
1068
+ TaxCategoryListOptions: {
1069
+ sort: "TaxCategorySortParameter",
1070
+ filter: "TaxCategoryFilterParameter",
1071
+ filterOperator: "LogicalOperator"
1072
+ },
1073
+ CreateTaxCategoryInput: {
1074
+ customFields: "JSON"
1075
+ },
1076
+ UpdateTaxCategoryInput: {
1077
+ customFields: "JSON"
1078
+ },
1079
+ TaxRateListOptions: {
1080
+ sort: "TaxRateSortParameter",
1081
+ filter: "TaxRateFilterParameter",
1082
+ filterOperator: "LogicalOperator"
1083
+ },
1084
+ CreateTaxRateInput: {
1085
+ customFields: "JSON"
1086
+ },
1087
+ UpdateTaxRateInput: {
1088
+ customFields: "JSON"
1089
+ },
1090
+ ZoneListOptions: {
1091
+ sort: "ZoneSortParameter",
1092
+ filter: "ZoneFilterParameter",
1093
+ filterOperator: "LogicalOperator"
1094
+ },
1095
+ CreateZoneInput: {
1096
+ customFields: "JSON"
1097
+ },
1098
+ UpdateZoneInput: {
1099
+ customFields: "JSON"
1100
+ },
1101
+ AssetType: "enum",
1102
+ GlobalFlag: "enum",
1103
+ AdjustmentType: "enum",
1104
+ DeletionResult: "enum",
1105
+ Permission: "enum",
1106
+ SortOrder: "enum",
1107
+ ErrorCode: "enum",
1108
+ LogicalOperator: "enum",
1109
+ JSON: `scalar.JSON`,
1110
+ DateTime: `scalar.DateTime`,
1111
+ Upload: `scalar.Upload`,
1112
+ Money: `scalar.Money`,
1113
+ ConfigArgInput: {},
1114
+ ConfigurableOperationInput: {
1115
+ arguments: "ConfigArgInput"
1116
+ },
1117
+ StringOperators: {},
1118
+ IDOperators: {},
1119
+ BooleanOperators: {},
1120
+ NumberRange: {},
1121
+ NumberOperators: {
1122
+ between: "NumberRange"
1123
+ },
1124
+ DateRange: {
1125
+ start: "DateTime",
1126
+ end: "DateTime"
1127
+ },
1128
+ DateOperators: {
1129
+ eq: "DateTime",
1130
+ before: "DateTime",
1131
+ after: "DateTime",
1132
+ between: "DateRange"
1133
+ },
1134
+ StringListOperators: {},
1135
+ NumberListOperators: {},
1136
+ BooleanListOperators: {},
1137
+ IDListOperators: {},
1138
+ DateListOperators: {
1139
+ inList: "DateTime"
1140
+ },
1141
+ FacetValueFilterInput: {},
1142
+ SearchInput: {
1143
+ facetValueFilters: "FacetValueFilterInput",
1144
+ sort: "SearchResultSortParameter"
1145
+ },
1146
+ SearchResultSortParameter: {
1147
+ name: "SortOrder",
1148
+ price: "SortOrder"
1149
+ },
1150
+ CreateCustomerInput: {
1151
+ customFields: "JSON"
1152
+ },
1153
+ CreateAddressInput: {
1154
+ customFields: "JSON"
1155
+ },
1156
+ UpdateAddressInput: {
1157
+ customFields: "JSON"
1158
+ },
1159
+ CurrencyCode: "enum",
1160
+ CustomerGroup: {
1161
+ customers: {
1162
+ options: "CustomerListOptions"
1163
+ }
1164
+ },
1165
+ FacetValueListOptions: {
1166
+ sort: "FacetValueSortParameter",
1167
+ filter: "FacetValueFilterParameter",
1168
+ filterOperator: "LogicalOperator"
1169
+ },
1170
+ HistoryEntryType: "enum",
1171
+ HistoryEntryListOptions: {
1172
+ sort: "HistoryEntrySortParameter",
1173
+ filter: "HistoryEntryFilterParameter",
1174
+ filterOperator: "LogicalOperator"
1175
+ },
1176
+ LanguageCode: "enum",
1177
+ OrderType: "enum",
1178
+ MetricInterval: "enum",
1179
+ MetricType: "enum",
1180
+ MetricSummaryInput: {
1181
+ interval: "MetricInterval",
1182
+ types: "MetricType"
1183
+ },
1184
+ RealizationAssetInput: {},
1185
+ OrderRealizationInput: {
1186
+ assets: "RealizationAssetInput"
1187
+ },
1188
+ SendInvoiceToWFirmaInput: {},
1189
+ AdministratorFilterParameter: {
1190
+ id: "IDOperators",
1191
+ createdAt: "DateOperators",
1192
+ updatedAt: "DateOperators",
1193
+ firstName: "StringOperators",
1194
+ lastName: "StringOperators",
1195
+ emailAddress: "StringOperators",
1196
+ _and: "AdministratorFilterParameter",
1197
+ _or: "AdministratorFilterParameter"
1198
+ },
1199
+ AdministratorSortParameter: {
1200
+ id: "SortOrder",
1201
+ createdAt: "SortOrder",
1202
+ updatedAt: "SortOrder",
1203
+ firstName: "SortOrder",
1204
+ lastName: "SortOrder",
1205
+ emailAddress: "SortOrder"
1206
+ },
1207
+ AssetFilterParameter: {
1208
+ id: "IDOperators",
1209
+ createdAt: "DateOperators",
1210
+ updatedAt: "DateOperators",
1211
+ name: "StringOperators",
1212
+ type: "StringOperators",
1213
+ fileSize: "NumberOperators",
1214
+ mimeType: "StringOperators",
1215
+ width: "NumberOperators",
1216
+ height: "NumberOperators",
1217
+ source: "StringOperators",
1218
+ preview: "StringOperators",
1219
+ _and: "AssetFilterParameter",
1220
+ _or: "AssetFilterParameter"
1221
+ },
1222
+ AssetSortParameter: {
1223
+ id: "SortOrder",
1224
+ createdAt: "SortOrder",
1225
+ updatedAt: "SortOrder",
1226
+ name: "SortOrder",
1227
+ fileSize: "SortOrder",
1228
+ mimeType: "SortOrder",
1229
+ width: "SortOrder",
1230
+ height: "SortOrder",
1231
+ source: "SortOrder",
1232
+ preview: "SortOrder"
1233
+ },
1234
+ ChannelFilterParameter: {
1235
+ id: "IDOperators",
1236
+ createdAt: "DateOperators",
1237
+ updatedAt: "DateOperators",
1238
+ code: "StringOperators",
1239
+ token: "StringOperators",
1240
+ defaultLanguageCode: "StringOperators",
1241
+ currencyCode: "StringOperators",
1242
+ defaultCurrencyCode: "StringOperators",
1243
+ trackInventory: "BooleanOperators",
1244
+ outOfStockThreshold: "NumberOperators",
1245
+ pricesIncludeTax: "BooleanOperators",
1246
+ _and: "ChannelFilterParameter",
1247
+ _or: "ChannelFilterParameter"
1248
+ },
1249
+ ChannelSortParameter: {
1250
+ id: "SortOrder",
1251
+ createdAt: "SortOrder",
1252
+ updatedAt: "SortOrder",
1253
+ code: "SortOrder",
1254
+ token: "SortOrder",
1255
+ outOfStockThreshold: "SortOrder"
1256
+ },
1257
+ CollectionFilterParameter: {
1258
+ isPrivate: "BooleanOperators",
1259
+ inheritFilters: "BooleanOperators",
1260
+ id: "IDOperators",
1261
+ createdAt: "DateOperators",
1262
+ updatedAt: "DateOperators",
1263
+ languageCode: "StringOperators",
1264
+ name: "StringOperators",
1265
+ slug: "StringOperators",
1266
+ position: "NumberOperators",
1267
+ description: "StringOperators",
1268
+ parentId: "IDOperators",
1269
+ _and: "CollectionFilterParameter",
1270
+ _or: "CollectionFilterParameter"
1271
+ },
1272
+ CollectionSortParameter: {
1273
+ id: "SortOrder",
1274
+ createdAt: "SortOrder",
1275
+ updatedAt: "SortOrder",
1276
+ name: "SortOrder",
1277
+ slug: "SortOrder",
1278
+ position: "SortOrder",
1279
+ description: "SortOrder",
1280
+ parentId: "SortOrder"
1281
+ },
1282
+ ProductVariantSortParameter: {
1283
+ stockOnHand: "SortOrder",
1284
+ stockAllocated: "SortOrder",
1285
+ outOfStockThreshold: "SortOrder",
1286
+ id: "SortOrder",
1287
+ productId: "SortOrder",
1288
+ createdAt: "SortOrder",
1289
+ updatedAt: "SortOrder",
1290
+ sku: "SortOrder",
1291
+ name: "SortOrder",
1292
+ price: "SortOrder",
1293
+ priceWithTax: "SortOrder",
1294
+ stockLevel: "SortOrder"
1295
+ },
1296
+ CountryFilterParameter: {
1297
+ id: "IDOperators",
1298
+ createdAt: "DateOperators",
1299
+ updatedAt: "DateOperators",
1300
+ languageCode: "StringOperators",
1301
+ code: "StringOperators",
1302
+ type: "StringOperators",
1303
+ name: "StringOperators",
1304
+ enabled: "BooleanOperators",
1305
+ parentId: "IDOperators",
1306
+ _and: "CountryFilterParameter",
1307
+ _or: "CountryFilterParameter"
1308
+ },
1309
+ CountrySortParameter: {
1310
+ id: "SortOrder",
1311
+ createdAt: "SortOrder",
1312
+ updatedAt: "SortOrder",
1313
+ code: "SortOrder",
1314
+ type: "SortOrder",
1315
+ name: "SortOrder",
1316
+ parentId: "SortOrder"
1317
+ },
1318
+ CustomerGroupFilterParameter: {
1319
+ id: "IDOperators",
1320
+ createdAt: "DateOperators",
1321
+ updatedAt: "DateOperators",
1322
+ name: "StringOperators",
1323
+ _and: "CustomerGroupFilterParameter",
1324
+ _or: "CustomerGroupFilterParameter"
1325
+ },
1326
+ CustomerGroupSortParameter: {
1327
+ id: "SortOrder",
1328
+ createdAt: "SortOrder",
1329
+ updatedAt: "SortOrder",
1330
+ name: "SortOrder"
1331
+ },
1332
+ CustomerSortParameter: {
1333
+ id: "SortOrder",
1334
+ createdAt: "SortOrder",
1335
+ updatedAt: "SortOrder",
1336
+ title: "SortOrder",
1337
+ firstName: "SortOrder",
1338
+ lastName: "SortOrder",
1339
+ phoneNumber: "SortOrder",
1340
+ emailAddress: "SortOrder"
1341
+ },
1342
+ FacetFilterParameter: {
1343
+ isPrivate: "BooleanOperators",
1344
+ id: "IDOperators",
1345
+ createdAt: "DateOperators",
1346
+ updatedAt: "DateOperators",
1347
+ languageCode: "StringOperators",
1348
+ name: "StringOperators",
1349
+ code: "StringOperators",
1350
+ _and: "FacetFilterParameter",
1351
+ _or: "FacetFilterParameter",
1352
+ usedForColors: "BooleanOperators",
1353
+ usedForProductCreations: "BooleanOperators",
1354
+ colorsCollection: "BooleanOperators"
1355
+ },
1356
+ FacetSortParameter: {
1357
+ id: "SortOrder",
1358
+ createdAt: "SortOrder",
1359
+ updatedAt: "SortOrder",
1360
+ name: "SortOrder",
1361
+ code: "SortOrder",
1362
+ usedForColors: "SortOrder",
1363
+ usedForProductCreations: "SortOrder",
1364
+ colorsCollection: "SortOrder"
1365
+ },
1366
+ FacetValueFilterParameter: {
1367
+ id: "IDOperators",
1368
+ createdAt: "DateOperators",
1369
+ updatedAt: "DateOperators",
1370
+ languageCode: "StringOperators",
1371
+ facetId: "IDOperators",
1372
+ name: "StringOperators",
1373
+ code: "StringOperators",
1374
+ _and: "FacetValueFilterParameter",
1375
+ _or: "FacetValueFilterParameter",
1376
+ hexColor: "StringOperators",
1377
+ isNew: "BooleanOperators",
1378
+ isHidden: "BooleanOperators"
1379
+ },
1380
+ FacetValueSortParameter: {
1381
+ id: "SortOrder",
1382
+ createdAt: "SortOrder",
1383
+ updatedAt: "SortOrder",
1384
+ facetId: "SortOrder",
1385
+ name: "SortOrder",
1386
+ code: "SortOrder",
1387
+ hexColor: "SortOrder",
1388
+ isNew: "SortOrder",
1389
+ isHidden: "SortOrder",
1390
+ image: "SortOrder"
1391
+ },
1392
+ JobFilterParameter: {
1393
+ id: "IDOperators",
1394
+ createdAt: "DateOperators",
1395
+ startedAt: "DateOperators",
1396
+ settledAt: "DateOperators",
1397
+ queueName: "StringOperators",
1398
+ state: "StringOperators",
1399
+ progress: "NumberOperators",
1400
+ isSettled: "BooleanOperators",
1401
+ duration: "NumberOperators",
1402
+ retries: "NumberOperators",
1403
+ attempts: "NumberOperators",
1404
+ _and: "JobFilterParameter",
1405
+ _or: "JobFilterParameter"
1406
+ },
1407
+ JobSortParameter: {
1408
+ id: "SortOrder",
1409
+ createdAt: "SortOrder",
1410
+ startedAt: "SortOrder",
1411
+ settledAt: "SortOrder",
1412
+ queueName: "SortOrder",
1413
+ progress: "SortOrder",
1414
+ duration: "SortOrder",
1415
+ retries: "SortOrder",
1416
+ attempts: "SortOrder"
1417
+ },
1418
+ PaymentMethodFilterParameter: {
1419
+ id: "IDOperators",
1420
+ createdAt: "DateOperators",
1421
+ updatedAt: "DateOperators",
1422
+ name: "StringOperators",
1423
+ code: "StringOperators",
1424
+ description: "StringOperators",
1425
+ enabled: "BooleanOperators",
1426
+ _and: "PaymentMethodFilterParameter",
1427
+ _or: "PaymentMethodFilterParameter"
1428
+ },
1429
+ PaymentMethodSortParameter: {
1430
+ id: "SortOrder",
1431
+ createdAt: "SortOrder",
1432
+ updatedAt: "SortOrder",
1433
+ name: "SortOrder",
1434
+ code: "SortOrder",
1435
+ description: "SortOrder"
1436
+ },
1437
+ ProductSortParameter: {
1438
+ id: "SortOrder",
1439
+ createdAt: "SortOrder",
1440
+ updatedAt: "SortOrder",
1441
+ name: "SortOrder",
1442
+ slug: "SortOrder",
1443
+ description: "SortOrder"
1444
+ },
1445
+ PromotionFilterParameter: {
1446
+ id: "IDOperators",
1447
+ createdAt: "DateOperators",
1448
+ updatedAt: "DateOperators",
1449
+ startsAt: "DateOperators",
1450
+ endsAt: "DateOperators",
1451
+ couponCode: "StringOperators",
1452
+ perCustomerUsageLimit: "NumberOperators",
1453
+ usageLimit: "NumberOperators",
1454
+ name: "StringOperators",
1455
+ description: "StringOperators",
1456
+ enabled: "BooleanOperators",
1457
+ _and: "PromotionFilterParameter",
1458
+ _or: "PromotionFilterParameter"
1459
+ },
1460
+ PromotionSortParameter: {
1461
+ id: "SortOrder",
1462
+ createdAt: "SortOrder",
1463
+ updatedAt: "SortOrder",
1464
+ startsAt: "SortOrder",
1465
+ endsAt: "SortOrder",
1466
+ couponCode: "SortOrder",
1467
+ perCustomerUsageLimit: "SortOrder",
1468
+ usageLimit: "SortOrder",
1469
+ name: "SortOrder",
1470
+ description: "SortOrder"
1471
+ },
1472
+ ProvinceFilterParameter: {
1473
+ id: "IDOperators",
1474
+ createdAt: "DateOperators",
1475
+ updatedAt: "DateOperators",
1476
+ languageCode: "StringOperators",
1477
+ code: "StringOperators",
1478
+ type: "StringOperators",
1479
+ name: "StringOperators",
1480
+ enabled: "BooleanOperators",
1481
+ parentId: "IDOperators",
1482
+ _and: "ProvinceFilterParameter",
1483
+ _or: "ProvinceFilterParameter"
1484
+ },
1485
+ ProvinceSortParameter: {
1486
+ id: "SortOrder",
1487
+ createdAt: "SortOrder",
1488
+ updatedAt: "SortOrder",
1489
+ code: "SortOrder",
1490
+ type: "SortOrder",
1491
+ name: "SortOrder",
1492
+ parentId: "SortOrder"
1493
+ },
1494
+ RoleFilterParameter: {
1495
+ id: "IDOperators",
1496
+ createdAt: "DateOperators",
1497
+ updatedAt: "DateOperators",
1498
+ code: "StringOperators",
1499
+ description: "StringOperators",
1500
+ _and: "RoleFilterParameter",
1501
+ _or: "RoleFilterParameter"
1502
+ },
1503
+ RoleSortParameter: {
1504
+ id: "SortOrder",
1505
+ createdAt: "SortOrder",
1506
+ updatedAt: "SortOrder",
1507
+ code: "SortOrder",
1508
+ description: "SortOrder"
1509
+ },
1510
+ SellerFilterParameter: {
1511
+ id: "IDOperators",
1512
+ createdAt: "DateOperators",
1513
+ updatedAt: "DateOperators",
1514
+ name: "StringOperators",
1515
+ _and: "SellerFilterParameter",
1516
+ _or: "SellerFilterParameter"
1517
+ },
1518
+ SellerSortParameter: {
1519
+ id: "SortOrder",
1520
+ createdAt: "SortOrder",
1521
+ updatedAt: "SortOrder",
1522
+ name: "SortOrder"
1523
+ },
1524
+ ShippingMethodFilterParameter: {
1525
+ id: "IDOperators",
1526
+ createdAt: "DateOperators",
1527
+ updatedAt: "DateOperators",
1528
+ languageCode: "StringOperators",
1529
+ code: "StringOperators",
1530
+ name: "StringOperators",
1531
+ description: "StringOperators",
1532
+ fulfillmentHandlerCode: "StringOperators",
1533
+ _and: "ShippingMethodFilterParameter",
1534
+ _or: "ShippingMethodFilterParameter"
1535
+ },
1536
+ ShippingMethodSortParameter: {
1537
+ id: "SortOrder",
1538
+ createdAt: "SortOrder",
1539
+ updatedAt: "SortOrder",
1540
+ code: "SortOrder",
1541
+ name: "SortOrder",
1542
+ description: "SortOrder",
1543
+ fulfillmentHandlerCode: "SortOrder"
1544
+ },
1545
+ StockLocationFilterParameter: {
1546
+ id: "IDOperators",
1547
+ createdAt: "DateOperators",
1548
+ updatedAt: "DateOperators",
1549
+ name: "StringOperators",
1550
+ description: "StringOperators",
1551
+ _and: "StockLocationFilterParameter",
1552
+ _or: "StockLocationFilterParameter"
1553
+ },
1554
+ StockLocationSortParameter: {
1555
+ id: "SortOrder",
1556
+ createdAt: "SortOrder",
1557
+ updatedAt: "SortOrder",
1558
+ name: "SortOrder",
1559
+ description: "SortOrder"
1560
+ },
1561
+ TagFilterParameter: {
1562
+ id: "IDOperators",
1563
+ createdAt: "DateOperators",
1564
+ updatedAt: "DateOperators",
1565
+ value: "StringOperators",
1566
+ _and: "TagFilterParameter",
1567
+ _or: "TagFilterParameter"
1568
+ },
1569
+ TagSortParameter: {
1570
+ id: "SortOrder",
1571
+ createdAt: "SortOrder",
1572
+ updatedAt: "SortOrder",
1573
+ value: "SortOrder"
1574
+ },
1575
+ TaxCategoryFilterParameter: {
1576
+ id: "IDOperators",
1577
+ createdAt: "DateOperators",
1578
+ updatedAt: "DateOperators",
1579
+ name: "StringOperators",
1580
+ isDefault: "BooleanOperators",
1581
+ _and: "TaxCategoryFilterParameter",
1582
+ _or: "TaxCategoryFilterParameter"
1583
+ },
1584
+ TaxCategorySortParameter: {
1585
+ id: "SortOrder",
1586
+ createdAt: "SortOrder",
1587
+ updatedAt: "SortOrder",
1588
+ name: "SortOrder"
1589
+ },
1590
+ TaxRateFilterParameter: {
1591
+ id: "IDOperators",
1592
+ createdAt: "DateOperators",
1593
+ updatedAt: "DateOperators",
1594
+ name: "StringOperators",
1595
+ enabled: "BooleanOperators",
1596
+ value: "NumberOperators",
1597
+ _and: "TaxRateFilterParameter",
1598
+ _or: "TaxRateFilterParameter"
1599
+ },
1600
+ TaxRateSortParameter: {
1601
+ id: "SortOrder",
1602
+ createdAt: "SortOrder",
1603
+ updatedAt: "SortOrder",
1604
+ name: "SortOrder",
1605
+ value: "SortOrder"
1606
+ },
1607
+ ZoneFilterParameter: {
1608
+ id: "IDOperators",
1609
+ createdAt: "DateOperators",
1610
+ updatedAt: "DateOperators",
1611
+ name: "StringOperators",
1612
+ _and: "ZoneFilterParameter",
1613
+ _or: "ZoneFilterParameter"
1614
+ },
1615
+ ZoneSortParameter: {
1616
+ id: "SortOrder",
1617
+ createdAt: "SortOrder",
1618
+ updatedAt: "SortOrder",
1619
+ name: "SortOrder"
1620
+ },
1621
+ HistoryEntryFilterParameter: {
1622
+ isPublic: "BooleanOperators",
1623
+ id: "IDOperators",
1624
+ createdAt: "DateOperators",
1625
+ updatedAt: "DateOperators",
1626
+ type: "StringOperators",
1627
+ _and: "HistoryEntryFilterParameter",
1628
+ _or: "HistoryEntryFilterParameter"
1629
+ },
1630
+ HistoryEntrySortParameter: {
1631
+ id: "SortOrder",
1632
+ createdAt: "SortOrder",
1633
+ updatedAt: "SortOrder"
1634
+ },
1635
+ CreateFacetCustomFieldsInput: {},
1636
+ UpdateFacetCustomFieldsInput: {},
1637
+ CreateFacetValueCustomFieldsInput: {},
1638
+ UpdateFacetValueCustomFieldsInput: {},
1639
+ OrderLineCustomFieldsInput: {},
1640
+ NativeAuthInput: {}
1641
+ };
1642
+ exports.ReturnTypes = {
1643
+ Query: {
1644
+ administrators: "AdministratorList",
1645
+ administrator: "Administrator",
1646
+ activeAdministrator: "Administrator",
1647
+ assets: "AssetList",
1648
+ asset: "Asset",
1649
+ me: "CurrentUser",
1650
+ channels: "ChannelList",
1651
+ channel: "Channel",
1652
+ activeChannel: "Channel",
1653
+ collections: "CollectionList",
1654
+ collection: "Collection",
1655
+ collectionFilters: "ConfigurableOperationDefinition",
1656
+ previewCollectionVariants: "ProductVariantList",
1657
+ countries: "CountryList",
1658
+ country: "Country",
1659
+ customerGroups: "CustomerGroupList",
1660
+ customerGroup: "CustomerGroup",
1661
+ customers: "CustomerList",
1662
+ customer: "Customer",
1663
+ entityDuplicators: "EntityDuplicatorDefinition",
1664
+ facets: "FacetList",
1665
+ facet: "Facet",
1666
+ facetValues: "FacetValueList",
1667
+ globalSettings: "GlobalSettings",
1668
+ job: "Job",
1669
+ jobs: "JobList",
1670
+ jobsById: "Job",
1671
+ jobQueues: "JobQueue",
1672
+ jobBufferSize: "JobBufferSize",
1673
+ order: "Order",
1674
+ orders: "OrderList",
1675
+ eligibleShippingMethodsForDraftOrder: "ShippingMethodQuote",
1676
+ paymentMethods: "PaymentMethodList",
1677
+ paymentMethod: "PaymentMethod",
1678
+ paymentMethodEligibilityCheckers: "ConfigurableOperationDefinition",
1679
+ paymentMethodHandlers: "ConfigurableOperationDefinition",
1680
+ productOptionGroups: "ProductOptionGroup",
1681
+ productOptionGroup: "ProductOptionGroup",
1682
+ search: "SearchResponse",
1683
+ pendingSearchIndexUpdates: "Int",
1684
+ products: "ProductList",
1685
+ product: "Product",
1686
+ productVariants: "ProductVariantList",
1687
+ productVariant: "ProductVariant",
1688
+ promotion: "Promotion",
1689
+ promotions: "PromotionList",
1690
+ promotionConditions: "ConfigurableOperationDefinition",
1691
+ promotionActions: "ConfigurableOperationDefinition",
1692
+ provinces: "ProvinceList",
1693
+ province: "Province",
1694
+ roles: "RoleList",
1695
+ role: "Role",
1696
+ sellers: "SellerList",
1697
+ seller: "Seller",
1698
+ shippingMethods: "ShippingMethodList",
1699
+ shippingMethod: "ShippingMethod",
1700
+ shippingEligibilityCheckers: "ConfigurableOperationDefinition",
1701
+ shippingCalculators: "ConfigurableOperationDefinition",
1702
+ fulfillmentHandlers: "ConfigurableOperationDefinition",
1703
+ testShippingMethod: "TestShippingMethodResult",
1704
+ testEligibleShippingMethods: "ShippingMethodQuote",
1705
+ stockLocation: "StockLocation",
1706
+ stockLocations: "StockLocationList",
1707
+ tag: "Tag",
1708
+ tags: "TagList",
1709
+ taxCategories: "TaxCategoryList",
1710
+ taxCategory: "TaxCategory",
1711
+ taxRates: "TaxRateList",
1712
+ taxRate: "TaxRate",
1713
+ zones: "ZoneList",
1714
+ zone: "Zone",
1715
+ metricSummary: "MetricSummary",
1716
+ getRealizationURL: "String"
1717
+ },
1718
+ Mutation: {
1719
+ createAdministrator: "Administrator",
1720
+ updateAdministrator: "Administrator",
1721
+ updateActiveAdministrator: "Administrator",
1722
+ deleteAdministrator: "DeletionResponse",
1723
+ deleteAdministrators: "DeletionResponse",
1724
+ assignRoleToAdministrator: "Administrator",
1725
+ createAssets: "CreateAssetResult",
1726
+ updateAsset: "Asset",
1727
+ deleteAsset: "DeletionResponse",
1728
+ deleteAssets: "DeletionResponse",
1729
+ assignAssetsToChannel: "Asset",
1730
+ login: "NativeAuthenticationResult",
1731
+ authenticate: "AuthenticationResult",
1732
+ logout: "Success",
1733
+ createChannel: "CreateChannelResult",
1734
+ updateChannel: "UpdateChannelResult",
1735
+ deleteChannel: "DeletionResponse",
1736
+ deleteChannels: "DeletionResponse",
1737
+ createCollection: "Collection",
1738
+ updateCollection: "Collection",
1739
+ deleteCollection: "DeletionResponse",
1740
+ deleteCollections: "DeletionResponse",
1741
+ moveCollection: "Collection",
1742
+ assignCollectionsToChannel: "Collection",
1743
+ removeCollectionsFromChannel: "Collection",
1744
+ createCountry: "Country",
1745
+ updateCountry: "Country",
1746
+ deleteCountry: "DeletionResponse",
1747
+ deleteCountries: "DeletionResponse",
1748
+ createCustomerGroup: "CustomerGroup",
1749
+ updateCustomerGroup: "CustomerGroup",
1750
+ deleteCustomerGroup: "DeletionResponse",
1751
+ deleteCustomerGroups: "DeletionResponse",
1752
+ addCustomersToGroup: "CustomerGroup",
1753
+ removeCustomersFromGroup: "CustomerGroup",
1754
+ createCustomer: "CreateCustomerResult",
1755
+ updateCustomer: "UpdateCustomerResult",
1756
+ deleteCustomer: "DeletionResponse",
1757
+ deleteCustomers: "DeletionResponse",
1758
+ createCustomerAddress: "Address",
1759
+ updateCustomerAddress: "Address",
1760
+ deleteCustomerAddress: "Success",
1761
+ addNoteToCustomer: "Customer",
1762
+ updateCustomerNote: "HistoryEntry",
1763
+ deleteCustomerNote: "DeletionResponse",
1764
+ duplicateEntity: "DuplicateEntityResult",
1765
+ createFacet: "Facet",
1766
+ updateFacet: "Facet",
1767
+ deleteFacet: "DeletionResponse",
1768
+ deleteFacets: "DeletionResponse",
1769
+ createFacetValues: "FacetValue",
1770
+ updateFacetValues: "FacetValue",
1771
+ deleteFacetValues: "DeletionResponse",
1772
+ assignFacetsToChannel: "Facet",
1773
+ removeFacetsFromChannel: "RemoveFacetFromChannelResult",
1774
+ updateGlobalSettings: "UpdateGlobalSettingsResult",
1775
+ importProducts: "ImportInfo",
1776
+ removeSettledJobs: "Int",
1777
+ cancelJob: "Job",
1778
+ flushBufferedJobs: "Success",
1779
+ settlePayment: "SettlePaymentResult",
1780
+ cancelPayment: "CancelPaymentResult",
1781
+ addFulfillmentToOrder: "AddFulfillmentToOrderResult",
1782
+ cancelOrder: "CancelOrderResult",
1783
+ refundOrder: "RefundOrderResult",
1784
+ settleRefund: "SettleRefundResult",
1785
+ addNoteToOrder: "Order",
1786
+ updateOrderNote: "HistoryEntry",
1787
+ deleteOrderNote: "DeletionResponse",
1788
+ transitionOrderToState: "TransitionOrderToStateResult",
1789
+ transitionFulfillmentToState: "TransitionFulfillmentToStateResult",
1790
+ transitionPaymentToState: "TransitionPaymentToStateResult",
1791
+ setOrderCustomFields: "Order",
1792
+ setOrderCustomer: "Order",
1793
+ modifyOrder: "ModifyOrderResult",
1794
+ addManualPaymentToOrder: "AddManualPaymentToOrderResult",
1795
+ createDraftOrder: "Order",
1796
+ deleteDraftOrder: "DeletionResponse",
1797
+ addItemToDraftOrder: "UpdateOrderItemsResult",
1798
+ adjustDraftOrderLine: "UpdateOrderItemsResult",
1799
+ removeDraftOrderLine: "RemoveOrderItemsResult",
1800
+ setCustomerForDraftOrder: "SetCustomerForDraftOrderResult",
1801
+ setDraftOrderShippingAddress: "Order",
1802
+ setDraftOrderBillingAddress: "Order",
1803
+ setDraftOrderCustomFields: "Order",
1804
+ applyCouponCodeToDraftOrder: "ApplyCouponCodeResult",
1805
+ removeCouponCodeFromDraftOrder: "Order",
1806
+ setDraftOrderShippingMethod: "SetOrderShippingMethodResult",
1807
+ createPaymentMethod: "PaymentMethod",
1808
+ updatePaymentMethod: "PaymentMethod",
1809
+ deletePaymentMethod: "DeletionResponse",
1810
+ deletePaymentMethods: "DeletionResponse",
1811
+ assignPaymentMethodsToChannel: "PaymentMethod",
1812
+ removePaymentMethodsFromChannel: "PaymentMethod",
1813
+ createProductOptionGroup: "ProductOptionGroup",
1814
+ updateProductOptionGroup: "ProductOptionGroup",
1815
+ createProductOption: "ProductOption",
1816
+ updateProductOption: "ProductOption",
1817
+ deleteProductOption: "DeletionResponse",
1818
+ reindex: "Job",
1819
+ runPendingSearchIndexUpdates: "Success",
1820
+ createProduct: "Product",
1821
+ updateProduct: "Product",
1822
+ updateProducts: "Product",
1823
+ deleteProduct: "DeletionResponse",
1824
+ deleteProducts: "DeletionResponse",
1825
+ addOptionGroupToProduct: "Product",
1826
+ removeOptionGroupFromProduct: "RemoveOptionGroupFromProductResult",
1827
+ createProductVariants: "ProductVariant",
1828
+ updateProductVariants: "ProductVariant",
1829
+ deleteProductVariant: "DeletionResponse",
1830
+ deleteProductVariants: "DeletionResponse",
1831
+ assignProductsToChannel: "Product",
1832
+ removeProductsFromChannel: "Product",
1833
+ assignProductVariantsToChannel: "ProductVariant",
1834
+ removeProductVariantsFromChannel: "ProductVariant",
1835
+ createPromotion: "CreatePromotionResult",
1836
+ updatePromotion: "UpdatePromotionResult",
1837
+ deletePromotion: "DeletionResponse",
1838
+ deletePromotions: "DeletionResponse",
1839
+ assignPromotionsToChannel: "Promotion",
1840
+ removePromotionsFromChannel: "Promotion",
1841
+ createProvince: "Province",
1842
+ updateProvince: "Province",
1843
+ deleteProvince: "DeletionResponse",
1844
+ createRole: "Role",
1845
+ updateRole: "Role",
1846
+ deleteRole: "DeletionResponse",
1847
+ deleteRoles: "DeletionResponse",
1848
+ createSeller: "Seller",
1849
+ updateSeller: "Seller",
1850
+ deleteSeller: "DeletionResponse",
1851
+ deleteSellers: "DeletionResponse",
1852
+ createShippingMethod: "ShippingMethod",
1853
+ updateShippingMethod: "ShippingMethod",
1854
+ deleteShippingMethod: "DeletionResponse",
1855
+ deleteShippingMethods: "DeletionResponse",
1856
+ assignShippingMethodsToChannel: "ShippingMethod",
1857
+ removeShippingMethodsFromChannel: "ShippingMethod",
1858
+ createStockLocation: "StockLocation",
1859
+ updateStockLocation: "StockLocation",
1860
+ deleteStockLocation: "DeletionResponse",
1861
+ deleteStockLocations: "DeletionResponse",
1862
+ assignStockLocationsToChannel: "StockLocation",
1863
+ removeStockLocationsFromChannel: "StockLocation",
1864
+ createTag: "Tag",
1865
+ updateTag: "Tag",
1866
+ deleteTag: "DeletionResponse",
1867
+ createTaxCategory: "TaxCategory",
1868
+ updateTaxCategory: "TaxCategory",
1869
+ deleteTaxCategory: "DeletionResponse",
1870
+ deleteTaxCategories: "DeletionResponse",
1871
+ createTaxRate: "TaxRate",
1872
+ updateTaxRate: "TaxRate",
1873
+ deleteTaxRate: "DeletionResponse",
1874
+ deleteTaxRates: "DeletionResponse",
1875
+ createZone: "Zone",
1876
+ updateZone: "Zone",
1877
+ deleteZone: "DeletionResponse",
1878
+ deleteZones: "DeletionResponse",
1879
+ addMembersToZone: "Zone",
1880
+ removeMembersFromZone: "Zone",
1881
+ copyOrder: "CopyOrderResult",
1882
+ registerRealization: "OrderRealization",
1883
+ sendInvoiceToWFirma: "WFirmaResponse"
1884
+ },
1885
+ Administrator: {
1886
+ id: "ID",
1887
+ createdAt: "DateTime",
1888
+ updatedAt: "DateTime",
1889
+ firstName: "String",
1890
+ lastName: "String",
1891
+ emailAddress: "String",
1892
+ user: "User",
1893
+ customFields: "JSON"
1894
+ },
1895
+ AdministratorList: {
1896
+ items: "Administrator",
1897
+ totalItems: "Int"
1898
+ },
1899
+ MimeTypeError: {
1900
+ errorCode: "ErrorCode",
1901
+ message: "String",
1902
+ fileName: "String",
1903
+ mimeType: "String"
1904
+ },
1905
+ CreateAssetResult: {
1906
+ "...on Asset": "Asset",
1907
+ "...on MimeTypeError": "MimeTypeError"
1908
+ },
1909
+ NativeAuthenticationResult: {
1910
+ "...on CurrentUser": "CurrentUser",
1911
+ "...on InvalidCredentialsError": "InvalidCredentialsError",
1912
+ "...on NativeAuthStrategyError": "NativeAuthStrategyError"
1913
+ },
1914
+ AuthenticationResult: {
1915
+ "...on CurrentUser": "CurrentUser",
1916
+ "...on InvalidCredentialsError": "InvalidCredentialsError"
1917
+ },
1918
+ ChannelList: {
1919
+ items: "Channel",
1920
+ totalItems: "Int"
1921
+ },
1922
+ LanguageNotAvailableError: {
1923
+ errorCode: "ErrorCode",
1924
+ message: "String",
1925
+ languageCode: "String"
1926
+ },
1927
+ CreateChannelResult: {
1928
+ "...on Channel": "Channel",
1929
+ "...on LanguageNotAvailableError": "LanguageNotAvailableError"
1930
+ },
1931
+ UpdateChannelResult: {
1932
+ "...on Channel": "Channel",
1933
+ "...on LanguageNotAvailableError": "LanguageNotAvailableError"
1934
+ },
1935
+ Collection: {
1936
+ isPrivate: "Boolean",
1937
+ inheritFilters: "Boolean",
1938
+ id: "ID",
1939
+ createdAt: "DateTime",
1940
+ updatedAt: "DateTime",
1941
+ languageCode: "LanguageCode",
1942
+ name: "String",
1943
+ slug: "String",
1944
+ breadcrumbs: "CollectionBreadcrumb",
1945
+ position: "Int",
1946
+ description: "String",
1947
+ featuredAsset: "Asset",
1948
+ assets: "Asset",
1949
+ parent: "Collection",
1950
+ parentId: "ID",
1951
+ children: "Collection",
1952
+ filters: "ConfigurableOperation",
1953
+ translations: "CollectionTranslation",
1954
+ productVariants: "ProductVariantList",
1955
+ customFields: "JSON"
1956
+ },
1957
+ Customer: {
1958
+ groups: "CustomerGroup",
1959
+ history: "HistoryEntryList",
1960
+ id: "ID",
1961
+ createdAt: "DateTime",
1962
+ updatedAt: "DateTime",
1963
+ title: "String",
1964
+ firstName: "String",
1965
+ lastName: "String",
1966
+ phoneNumber: "String",
1967
+ emailAddress: "String",
1968
+ addresses: "Address",
1969
+ orders: "OrderList",
1970
+ user: "User",
1971
+ customFields: "JSON"
1972
+ },
1973
+ CustomerGroupList: {
1974
+ items: "CustomerGroup",
1975
+ totalItems: "Int"
1976
+ },
1977
+ CreateCustomerResult: {
1978
+ "...on Customer": "Customer",
1979
+ "...on EmailAddressConflictError": "EmailAddressConflictError"
1980
+ },
1981
+ UpdateCustomerResult: {
1982
+ "...on Customer": "Customer",
1983
+ "...on EmailAddressConflictError": "EmailAddressConflictError"
1984
+ },
1985
+ EntityDuplicatorDefinition: {
1986
+ code: "String",
1987
+ args: "ConfigArgDefinition",
1988
+ description: "String",
1989
+ forEntities: "String",
1990
+ requiresPermission: "Permission"
1991
+ },
1992
+ DuplicateEntitySuccess: {
1993
+ newEntityId: "ID"
1994
+ },
1995
+ DuplicateEntityError: {
1996
+ errorCode: "ErrorCode",
1997
+ message: "String",
1998
+ duplicationError: "String"
1999
+ },
2000
+ DuplicateEntityResult: {
2001
+ "...on DuplicateEntitySuccess": "DuplicateEntitySuccess",
2002
+ "...on DuplicateEntityError": "DuplicateEntityError"
2003
+ },
2004
+ Facet: {
2005
+ isPrivate: "Boolean",
2006
+ id: "ID",
2007
+ createdAt: "DateTime",
2008
+ updatedAt: "DateTime",
2009
+ languageCode: "LanguageCode",
2010
+ name: "String",
2011
+ code: "String",
2012
+ values: "FacetValue",
2013
+ valueList: "FacetValueList",
2014
+ translations: "FacetTranslation",
2015
+ customFields: "FacetCustomFields"
2016
+ },
2017
+ FacetInUseError: {
2018
+ errorCode: "ErrorCode",
2019
+ message: "String",
2020
+ facetCode: "String",
2021
+ productCount: "Int",
2022
+ variantCount: "Int"
2023
+ },
2024
+ RemoveFacetFromChannelResult: {
2025
+ "...on Facet": "Facet",
2026
+ "...on FacetInUseError": "FacetInUseError"
2027
+ },
2028
+ ChannelDefaultLanguageError: {
2029
+ errorCode: "ErrorCode",
2030
+ message: "String",
2031
+ language: "String",
2032
+ channelCode: "String"
2033
+ },
2034
+ UpdateGlobalSettingsResult: {
2035
+ "...on GlobalSettings": "GlobalSettings",
2036
+ "...on ChannelDefaultLanguageError": "ChannelDefaultLanguageError"
2037
+ },
2038
+ GlobalSettings: {
2039
+ id: "ID",
2040
+ createdAt: "DateTime",
2041
+ updatedAt: "DateTime",
2042
+ availableLanguages: "LanguageCode",
2043
+ trackInventory: "Boolean",
2044
+ outOfStockThreshold: "Int",
2045
+ serverConfig: "ServerConfig",
2046
+ customFields: "JSON"
2047
+ },
2048
+ OrderProcessState: {
2049
+ name: "String",
2050
+ to: "String"
2051
+ },
2052
+ PermissionDefinition: {
2053
+ name: "String",
2054
+ description: "String",
2055
+ assignable: "Boolean"
2056
+ },
2057
+ ServerConfig: {
2058
+ orderProcess: "OrderProcessState",
2059
+ permittedAssetTypes: "String",
2060
+ permissions: "PermissionDefinition",
2061
+ moneyStrategyPrecision: "Int",
2062
+ customFieldConfig: "CustomFields",
2063
+ entityCustomFields: "EntityCustomFields"
2064
+ },
2065
+ HistoryEntry: {
2066
+ isPublic: "Boolean",
2067
+ administrator: "Administrator",
2068
+ id: "ID",
2069
+ createdAt: "DateTime",
2070
+ updatedAt: "DateTime",
2071
+ type: "HistoryEntryType",
2072
+ data: "JSON"
2073
+ },
2074
+ ImportInfo: {
2075
+ errors: "String",
2076
+ processed: "Int",
2077
+ imported: "Int"
2078
+ },
2079
+ JobBufferSize: {
2080
+ bufferId: "String",
2081
+ size: "Int"
2082
+ },
2083
+ JobList: {
2084
+ items: "Job",
2085
+ totalItems: "Int"
2086
+ },
2087
+ Job: {
2088
+ id: "ID",
2089
+ createdAt: "DateTime",
2090
+ startedAt: "DateTime",
2091
+ settledAt: "DateTime",
2092
+ queueName: "String",
2093
+ state: "JobState",
2094
+ progress: "Float",
2095
+ data: "JSON",
2096
+ result: "JSON",
2097
+ error: "JSON",
2098
+ isSettled: "Boolean",
2099
+ duration: "Int",
2100
+ retries: "Int",
2101
+ attempts: "Int"
2102
+ },
2103
+ JobQueue: {
2104
+ name: "String",
2105
+ running: "Boolean"
2106
+ },
2107
+ Order: {
2108
+ nextStates: "String",
2109
+ modifications: "OrderModification",
2110
+ sellerOrders: "Order",
2111
+ aggregateOrder: "Order",
2112
+ aggregateOrderId: "ID",
2113
+ channels: "Channel",
2114
+ id: "ID",
2115
+ createdAt: "DateTime",
2116
+ updatedAt: "DateTime",
2117
+ type: "OrderType",
2118
+ orderPlacedAt: "DateTime",
2119
+ code: "String",
2120
+ state: "String",
2121
+ active: "Boolean",
2122
+ customer: "Customer",
2123
+ shippingAddress: "OrderAddress",
2124
+ billingAddress: "OrderAddress",
2125
+ lines: "OrderLine",
2126
+ surcharges: "Surcharge",
2127
+ discounts: "Discount",
2128
+ couponCodes: "String",
2129
+ promotions: "Promotion",
2130
+ payments: "Payment",
2131
+ fulfillments: "Fulfillment",
2132
+ totalQuantity: "Int",
2133
+ subTotal: "Money",
2134
+ subTotalWithTax: "Money",
2135
+ currencyCode: "CurrencyCode",
2136
+ shippingLines: "ShippingLine",
2137
+ shipping: "Money",
2138
+ shippingWithTax: "Money",
2139
+ total: "Money",
2140
+ totalWithTax: "Money",
2141
+ taxSummary: "OrderTaxSummary",
2142
+ history: "HistoryEntryList",
2143
+ getRealization: "OrderRealization",
2144
+ customFields: "JSON"
2145
+ },
2146
+ Fulfillment: {
2147
+ nextStates: "String",
2148
+ id: "ID",
2149
+ createdAt: "DateTime",
2150
+ updatedAt: "DateTime",
2151
+ lines: "FulfillmentLine",
2152
+ summary: "FulfillmentLine",
2153
+ state: "String",
2154
+ method: "String",
2155
+ trackingCode: "String",
2156
+ customFields: "JSON"
2157
+ },
2158
+ Payment: {
2159
+ nextStates: "String",
2160
+ id: "ID",
2161
+ createdAt: "DateTime",
2162
+ updatedAt: "DateTime",
2163
+ method: "String",
2164
+ amount: "Money",
2165
+ state: "String",
2166
+ transactionId: "String",
2167
+ errorMessage: "String",
2168
+ refunds: "Refund",
2169
+ metadata: "JSON"
2170
+ },
2171
+ OrderModificationLine: {
2172
+ orderLine: "OrderLine",
2173
+ orderLineId: "ID",
2174
+ quantity: "Int",
2175
+ modification: "OrderModification",
2176
+ modificationId: "ID"
2177
+ },
2178
+ OrderModification: {
2179
+ id: "ID",
2180
+ createdAt: "DateTime",
2181
+ updatedAt: "DateTime",
2182
+ priceChange: "Money",
2183
+ note: "String",
2184
+ lines: "OrderModificationLine",
2185
+ surcharges: "Surcharge",
2186
+ payment: "Payment",
2187
+ refund: "Refund",
2188
+ isSettled: "Boolean"
2189
+ },
2190
+ SettlePaymentError: {
2191
+ errorCode: "ErrorCode",
2192
+ message: "String",
2193
+ paymentErrorMessage: "String"
2194
+ },
2195
+ CancelPaymentError: {
2196
+ errorCode: "ErrorCode",
2197
+ message: "String",
2198
+ paymentErrorMessage: "String"
2199
+ },
2200
+ EmptyOrderLineSelectionError: {
2201
+ errorCode: "ErrorCode",
2202
+ message: "String"
2203
+ },
2204
+ ItemsAlreadyFulfilledError: {
2205
+ errorCode: "ErrorCode",
2206
+ message: "String"
2207
+ },
2208
+ InvalidFulfillmentHandlerError: {
2209
+ errorCode: "ErrorCode",
2210
+ message: "String"
2211
+ },
2212
+ CreateFulfillmentError: {
2213
+ errorCode: "ErrorCode",
2214
+ message: "String",
2215
+ fulfillmentHandlerError: "String"
2216
+ },
2217
+ InsufficientStockOnHandError: {
2218
+ errorCode: "ErrorCode",
2219
+ message: "String",
2220
+ productVariantId: "ID",
2221
+ productVariantName: "String",
2222
+ stockOnHand: "Int"
2223
+ },
2224
+ MultipleOrderError: {
2225
+ errorCode: "ErrorCode",
2226
+ message: "String"
2227
+ },
2228
+ CancelActiveOrderError: {
2229
+ errorCode: "ErrorCode",
2230
+ message: "String",
2231
+ orderState: "String"
2232
+ },
2233
+ PaymentOrderMismatchError: {
2234
+ errorCode: "ErrorCode",
2235
+ message: "String"
2236
+ },
2237
+ RefundOrderStateError: {
2238
+ errorCode: "ErrorCode",
2239
+ message: "String",
2240
+ orderState: "String"
2241
+ },
2242
+ NothingToRefundError: {
2243
+ errorCode: "ErrorCode",
2244
+ message: "String"
2245
+ },
2246
+ AlreadyRefundedError: {
2247
+ errorCode: "ErrorCode",
2248
+ message: "String",
2249
+ refundId: "ID"
2250
+ },
2251
+ QuantityTooGreatError: {
2252
+ errorCode: "ErrorCode",
2253
+ message: "String"
2254
+ },
2255
+ RefundAmountError: {
2256
+ errorCode: "ErrorCode",
2257
+ message: "String",
2258
+ maximumRefundable: "Int"
2259
+ },
2260
+ RefundStateTransitionError: {
2261
+ errorCode: "ErrorCode",
2262
+ message: "String",
2263
+ transitionError: "String",
2264
+ fromState: "String",
2265
+ toState: "String"
2266
+ },
2267
+ PaymentStateTransitionError: {
2268
+ errorCode: "ErrorCode",
2269
+ message: "String",
2270
+ transitionError: "String",
2271
+ fromState: "String",
2272
+ toState: "String"
2273
+ },
2274
+ FulfillmentStateTransitionError: {
2275
+ errorCode: "ErrorCode",
2276
+ message: "String",
2277
+ transitionError: "String",
2278
+ fromState: "String",
2279
+ toState: "String"
2280
+ },
2281
+ OrderModificationStateError: {
2282
+ errorCode: "ErrorCode",
2283
+ message: "String"
2284
+ },
2285
+ NoChangesSpecifiedError: {
2286
+ errorCode: "ErrorCode",
2287
+ message: "String"
2288
+ },
2289
+ PaymentMethodMissingError: {
2290
+ errorCode: "ErrorCode",
2291
+ message: "String"
2292
+ },
2293
+ RefundPaymentIdMissingError: {
2294
+ errorCode: "ErrorCode",
2295
+ message: "String"
2296
+ },
2297
+ ManualPaymentStateError: {
2298
+ errorCode: "ErrorCode",
2299
+ message: "String"
2300
+ },
2301
+ TransitionOrderToStateResult: {
2302
+ "...on Order": "Order",
2303
+ "...on OrderStateTransitionError": "OrderStateTransitionError"
2304
+ },
2305
+ SettlePaymentResult: {
2306
+ "...on Payment": "Payment",
2307
+ "...on SettlePaymentError": "SettlePaymentError",
2308
+ "...on PaymentStateTransitionError": "PaymentStateTransitionError",
2309
+ "...on OrderStateTransitionError": "OrderStateTransitionError"
2310
+ },
2311
+ CancelPaymentResult: {
2312
+ "...on Payment": "Payment",
2313
+ "...on CancelPaymentError": "CancelPaymentError",
2314
+ "...on PaymentStateTransitionError": "PaymentStateTransitionError"
2315
+ },
2316
+ AddFulfillmentToOrderResult: {
2317
+ "...on Fulfillment": "Fulfillment",
2318
+ "...on EmptyOrderLineSelectionError": "EmptyOrderLineSelectionError",
2319
+ "...on ItemsAlreadyFulfilledError": "ItemsAlreadyFulfilledError",
2320
+ "...on InsufficientStockOnHandError": "InsufficientStockOnHandError",
2321
+ "...on InvalidFulfillmentHandlerError": "InvalidFulfillmentHandlerError",
2322
+ "...on FulfillmentStateTransitionError": "FulfillmentStateTransitionError",
2323
+ "...on CreateFulfillmentError": "CreateFulfillmentError"
2324
+ },
2325
+ CancelOrderResult: {
2326
+ "...on Order": "Order",
2327
+ "...on EmptyOrderLineSelectionError": "EmptyOrderLineSelectionError",
2328
+ "...on QuantityTooGreatError": "QuantityTooGreatError",
2329
+ "...on MultipleOrderError": "MultipleOrderError",
2330
+ "...on CancelActiveOrderError": "CancelActiveOrderError",
2331
+ "...on OrderStateTransitionError": "OrderStateTransitionError"
2332
+ },
2333
+ RefundOrderResult: {
2334
+ "...on Refund": "Refund",
2335
+ "...on QuantityTooGreatError": "QuantityTooGreatError",
2336
+ "...on NothingToRefundError": "NothingToRefundError",
2337
+ "...on OrderStateTransitionError": "OrderStateTransitionError",
2338
+ "...on MultipleOrderError": "MultipleOrderError",
2339
+ "...on PaymentOrderMismatchError": "PaymentOrderMismatchError",
2340
+ "...on RefundOrderStateError": "RefundOrderStateError",
2341
+ "...on AlreadyRefundedError": "AlreadyRefundedError",
2342
+ "...on RefundStateTransitionError": "RefundStateTransitionError",
2343
+ "...on RefundAmountError": "RefundAmountError"
2344
+ },
2345
+ SettleRefundResult: {
2346
+ "...on Refund": "Refund",
2347
+ "...on RefundStateTransitionError": "RefundStateTransitionError"
2348
+ },
2349
+ TransitionFulfillmentToStateResult: {
2350
+ "...on Fulfillment": "Fulfillment",
2351
+ "...on FulfillmentStateTransitionError": "FulfillmentStateTransitionError"
2352
+ },
2353
+ TransitionPaymentToStateResult: {
2354
+ "...on Payment": "Payment",
2355
+ "...on PaymentStateTransitionError": "PaymentStateTransitionError"
2356
+ },
2357
+ ModifyOrderResult: {
2358
+ "...on Order": "Order",
2359
+ "...on NoChangesSpecifiedError": "NoChangesSpecifiedError",
2360
+ "...on OrderModificationStateError": "OrderModificationStateError",
2361
+ "...on PaymentMethodMissingError": "PaymentMethodMissingError",
2362
+ "...on RefundPaymentIdMissingError": "RefundPaymentIdMissingError",
2363
+ "...on OrderLimitError": "OrderLimitError",
2364
+ "...on NegativeQuantityError": "NegativeQuantityError",
2365
+ "...on InsufficientStockError": "InsufficientStockError",
2366
+ "...on CouponCodeExpiredError": "CouponCodeExpiredError",
2367
+ "...on CouponCodeInvalidError": "CouponCodeInvalidError",
2368
+ "...on CouponCodeLimitError": "CouponCodeLimitError",
2369
+ "...on IneligibleShippingMethodError": "IneligibleShippingMethodError"
2370
+ },
2371
+ AddManualPaymentToOrderResult: {
2372
+ "...on Order": "Order",
2373
+ "...on ManualPaymentStateError": "ManualPaymentStateError"
2374
+ },
2375
+ SetCustomerForDraftOrderResult: {
2376
+ "...on Order": "Order",
2377
+ "...on EmailAddressConflictError": "EmailAddressConflictError"
2378
+ },
2379
+ PaymentMethodList: {
2380
+ items: "PaymentMethod",
2381
+ totalItems: "Int"
2382
+ },
2383
+ Product: {
2384
+ channels: "Channel",
2385
+ id: "ID",
2386
+ createdAt: "DateTime",
2387
+ updatedAt: "DateTime",
2388
+ languageCode: "LanguageCode",
2389
+ name: "String",
2390
+ slug: "String",
2391
+ description: "String",
2392
+ enabled: "Boolean",
2393
+ featuredAsset: "Asset",
2394
+ assets: "Asset",
2395
+ variants: "ProductVariant",
2396
+ variantList: "ProductVariantList",
2397
+ optionGroups: "ProductOptionGroup",
2398
+ facetValues: "FacetValue",
2399
+ translations: "ProductTranslation",
2400
+ collections: "Collection",
2401
+ customFields: "JSON"
2402
+ },
2403
+ ProductVariantPrice: {
2404
+ currencyCode: "CurrencyCode",
2405
+ price: "Money",
2406
+ customFields: "JSON"
2407
+ },
2408
+ ProductVariant: {
2409
+ enabled: "Boolean",
2410
+ trackInventory: "GlobalFlag",
2411
+ stockOnHand: "Int",
2412
+ stockAllocated: "Int",
2413
+ outOfStockThreshold: "Int",
2414
+ useGlobalOutOfStockThreshold: "Boolean",
2415
+ prices: "ProductVariantPrice",
2416
+ stockLevels: "StockLevel",
2417
+ stockMovements: "StockMovementList",
2418
+ channels: "Channel",
2419
+ id: "ID",
2420
+ product: "Product",
2421
+ productId: "ID",
2422
+ createdAt: "DateTime",
2423
+ updatedAt: "DateTime",
2424
+ languageCode: "LanguageCode",
2425
+ sku: "String",
2426
+ name: "String",
2427
+ featuredAsset: "Asset",
2428
+ assets: "Asset",
2429
+ price: "Money",
2430
+ currencyCode: "CurrencyCode",
2431
+ priceWithTax: "Money",
2432
+ stockLevel: "String",
2433
+ taxRateApplied: "TaxRate",
2434
+ taxCategory: "TaxCategory",
2435
+ options: "ProductOption",
2436
+ facetValues: "FacetValue",
2437
+ translations: "ProductVariantTranslation",
2438
+ customFields: "JSON"
2439
+ },
2440
+ SearchResult: {
2441
+ enabled: "Boolean",
2442
+ channelIds: "ID",
2443
+ sku: "String",
2444
+ slug: "String",
2445
+ productId: "ID",
2446
+ productName: "String",
2447
+ productAsset: "SearchResultAsset",
2448
+ productVariantId: "ID",
2449
+ productVariantName: "String",
2450
+ productVariantAsset: "SearchResultAsset",
2451
+ price: "SearchResultPrice",
2452
+ priceWithTax: "SearchResultPrice",
2453
+ currencyCode: "CurrencyCode",
2454
+ description: "String",
2455
+ facetIds: "ID",
2456
+ facetValueIds: "ID",
2457
+ collectionIds: "ID",
2458
+ score: "Float"
2459
+ },
2460
+ ProductOptionInUseError: {
2461
+ errorCode: "ErrorCode",
2462
+ message: "String",
2463
+ optionGroupCode: "String",
2464
+ productVariantCount: "Int"
2465
+ },
2466
+ RemoveOptionGroupFromProductResult: {
2467
+ "...on Product": "Product",
2468
+ "...on ProductOptionInUseError": "ProductOptionInUseError"
2469
+ },
2470
+ MissingConditionsError: {
2471
+ errorCode: "ErrorCode",
2472
+ message: "String"
2473
+ },
2474
+ CreatePromotionResult: {
2475
+ "...on Promotion": "Promotion",
2476
+ "...on MissingConditionsError": "MissingConditionsError"
2477
+ },
2478
+ UpdatePromotionResult: {
2479
+ "...on Promotion": "Promotion",
2480
+ "...on MissingConditionsError": "MissingConditionsError"
2481
+ },
2482
+ SellerList: {
2483
+ items: "Seller",
2484
+ totalItems: "Int"
2485
+ },
2486
+ TestShippingMethodResult: {
2487
+ eligible: "Boolean",
2488
+ quote: "TestShippingMethodQuote"
2489
+ },
2490
+ TestShippingMethodQuote: {
2491
+ price: "Money",
2492
+ priceWithTax: "Money",
2493
+ metadata: "JSON"
2494
+ },
2495
+ StockLevel: {
2496
+ id: "ID",
2497
+ createdAt: "DateTime",
2498
+ updatedAt: "DateTime",
2499
+ stockLocationId: "ID",
2500
+ stockOnHand: "Int",
2501
+ stockAllocated: "Int",
2502
+ stockLocation: "StockLocation"
2503
+ },
2504
+ StockLocationList: {
2505
+ items: "StockLocation",
2506
+ totalItems: "Int"
2507
+ },
2508
+ StockLocation: {
2509
+ id: "ID",
2510
+ createdAt: "DateTime",
2511
+ updatedAt: "DateTime",
2512
+ name: "String",
2513
+ description: "String",
2514
+ customFields: "JSON"
2515
+ },
2516
+ StockMovement: {
2517
+ "...on StockAdjustment": "StockAdjustment",
2518
+ "...on Allocation": "Allocation",
2519
+ "...on Sale": "Sale",
2520
+ "...on Cancellation": "Cancellation",
2521
+ "...on Return": "Return",
2522
+ "...on Release": "Release",
2523
+ id: "ID",
2524
+ createdAt: "DateTime",
2525
+ updatedAt: "DateTime",
2526
+ productVariant: "ProductVariant",
2527
+ type: "StockMovementType",
2528
+ quantity: "Int"
2529
+ },
2530
+ StockAdjustment: {
2531
+ id: "ID",
2532
+ createdAt: "DateTime",
2533
+ updatedAt: "DateTime",
2534
+ productVariant: "ProductVariant",
2535
+ type: "StockMovementType",
2536
+ quantity: "Int"
2537
+ },
2538
+ Allocation: {
2539
+ id: "ID",
2540
+ createdAt: "DateTime",
2541
+ updatedAt: "DateTime",
2542
+ productVariant: "ProductVariant",
2543
+ type: "StockMovementType",
2544
+ quantity: "Int",
2545
+ orderLine: "OrderLine"
2546
+ },
2547
+ Sale: {
2548
+ id: "ID",
2549
+ createdAt: "DateTime",
2550
+ updatedAt: "DateTime",
2551
+ productVariant: "ProductVariant",
2552
+ type: "StockMovementType",
2553
+ quantity: "Int"
2554
+ },
2555
+ Cancellation: {
2556
+ id: "ID",
2557
+ createdAt: "DateTime",
2558
+ updatedAt: "DateTime",
2559
+ productVariant: "ProductVariant",
2560
+ type: "StockMovementType",
2561
+ quantity: "Int",
2562
+ orderLine: "OrderLine"
2563
+ },
2564
+ Return: {
2565
+ id: "ID",
2566
+ createdAt: "DateTime",
2567
+ updatedAt: "DateTime",
2568
+ productVariant: "ProductVariant",
2569
+ type: "StockMovementType",
2570
+ quantity: "Int"
2571
+ },
2572
+ Release: {
2573
+ id: "ID",
2574
+ createdAt: "DateTime",
2575
+ updatedAt: "DateTime",
2576
+ productVariant: "ProductVariant",
2577
+ type: "StockMovementType",
2578
+ quantity: "Int"
2579
+ },
2580
+ StockMovementItem: {
2581
+ "...on StockAdjustment": "StockAdjustment",
2582
+ "...on Allocation": "Allocation",
2583
+ "...on Sale": "Sale",
2584
+ "...on Cancellation": "Cancellation",
2585
+ "...on Return": "Return",
2586
+ "...on Release": "Release"
2587
+ },
2588
+ StockMovementList: {
2589
+ items: "StockMovementItem",
2590
+ totalItems: "Int"
2591
+ },
2592
+ TaxCategoryList: {
2593
+ items: "TaxCategory",
2594
+ totalItems: "Int"
2595
+ },
2596
+ ZoneList: {
2597
+ items: "Zone",
2598
+ totalItems: "Int"
2599
+ },
2600
+ Address: {
2601
+ id: "ID",
2602
+ createdAt: "DateTime",
2603
+ updatedAt: "DateTime",
2604
+ fullName: "String",
2605
+ company: "String",
2606
+ streetLine1: "String",
2607
+ streetLine2: "String",
2608
+ city: "String",
2609
+ province: "String",
2610
+ postalCode: "String",
2611
+ country: "Country",
2612
+ phoneNumber: "String",
2613
+ defaultShippingAddress: "Boolean",
2614
+ defaultBillingAddress: "Boolean",
2615
+ customFields: "JSON"
2616
+ },
2617
+ Asset: {
2618
+ id: "ID",
2619
+ createdAt: "DateTime",
2620
+ updatedAt: "DateTime",
2621
+ name: "String",
2622
+ type: "AssetType",
2623
+ fileSize: "Int",
2624
+ mimeType: "String",
2625
+ width: "Int",
2626
+ height: "Int",
2627
+ source: "String",
2628
+ preview: "String",
2629
+ focalPoint: "Coordinate",
2630
+ tags: "Tag",
2631
+ customFields: "JSON"
2632
+ },
2633
+ Coordinate: {
2634
+ x: "Float",
2635
+ y: "Float"
2636
+ },
2637
+ AssetList: {
2638
+ items: "Asset",
2639
+ totalItems: "Int"
2640
+ },
2641
+ CurrentUser: {
2642
+ id: "ID",
2643
+ identifier: "String",
2644
+ channels: "CurrentUserChannel"
2645
+ },
2646
+ CurrentUserChannel: {
2647
+ id: "ID",
2648
+ token: "String",
2649
+ code: "String",
2650
+ permissions: "Permission"
2651
+ },
2652
+ Channel: {
2653
+ id: "ID",
2654
+ createdAt: "DateTime",
2655
+ updatedAt: "DateTime",
2656
+ code: "String",
2657
+ token: "String",
2658
+ defaultTaxZone: "Zone",
2659
+ defaultShippingZone: "Zone",
2660
+ defaultLanguageCode: "LanguageCode",
2661
+ availableLanguageCodes: "LanguageCode",
2662
+ currencyCode: "CurrencyCode",
2663
+ defaultCurrencyCode: "CurrencyCode",
2664
+ availableCurrencyCodes: "CurrencyCode",
2665
+ trackInventory: "Boolean",
2666
+ outOfStockThreshold: "Int",
2667
+ pricesIncludeTax: "Boolean",
2668
+ seller: "Seller",
2669
+ customFields: "JSON"
2670
+ },
2671
+ CollectionBreadcrumb: {
2672
+ id: "ID",
2673
+ name: "String",
2674
+ slug: "String"
2675
+ },
2676
+ CollectionTranslation: {
2677
+ id: "ID",
2678
+ createdAt: "DateTime",
2679
+ updatedAt: "DateTime",
2680
+ languageCode: "LanguageCode",
2681
+ name: "String",
2682
+ slug: "String",
2683
+ description: "String"
2684
+ },
2685
+ CollectionList: {
2686
+ items: "Collection",
2687
+ totalItems: "Int"
2688
+ },
2689
+ NativeAuthStrategyError: {
2690
+ errorCode: "ErrorCode",
2691
+ message: "String"
2692
+ },
2693
+ InvalidCredentialsError: {
2694
+ errorCode: "ErrorCode",
2695
+ message: "String",
2696
+ authenticationError: "String"
2697
+ },
2698
+ OrderStateTransitionError: {
2699
+ errorCode: "ErrorCode",
2700
+ message: "String",
2701
+ transitionError: "String",
2702
+ fromState: "String",
2703
+ toState: "String"
2704
+ },
2705
+ EmailAddressConflictError: {
2706
+ errorCode: "ErrorCode",
2707
+ message: "String"
2708
+ },
2709
+ GuestCheckoutError: {
2710
+ errorCode: "ErrorCode",
2711
+ message: "String",
2712
+ errorDetail: "String"
2713
+ },
2714
+ OrderLimitError: {
2715
+ errorCode: "ErrorCode",
2716
+ message: "String",
2717
+ maxItems: "Int"
2718
+ },
2719
+ NegativeQuantityError: {
2720
+ errorCode: "ErrorCode",
2721
+ message: "String"
2722
+ },
2723
+ InsufficientStockError: {
2724
+ errorCode: "ErrorCode",
2725
+ message: "String",
2726
+ quantityAvailable: "Int",
2727
+ order: "Order"
2728
+ },
2729
+ CouponCodeInvalidError: {
2730
+ errorCode: "ErrorCode",
2731
+ message: "String",
2732
+ couponCode: "String"
2733
+ },
2734
+ CouponCodeExpiredError: {
2735
+ errorCode: "ErrorCode",
2736
+ message: "String",
2737
+ couponCode: "String"
2738
+ },
2739
+ CouponCodeLimitError: {
2740
+ errorCode: "ErrorCode",
2741
+ message: "String",
2742
+ couponCode: "String",
2743
+ limit: "Int"
2744
+ },
2745
+ OrderModificationError: {
2746
+ errorCode: "ErrorCode",
2747
+ message: "String"
2748
+ },
2749
+ IneligibleShippingMethodError: {
2750
+ errorCode: "ErrorCode",
2751
+ message: "String"
2752
+ },
2753
+ NoActiveOrderError: {
2754
+ errorCode: "ErrorCode",
2755
+ message: "String"
2756
+ },
2757
+ OrderMiddlewareError: {
2758
+ errorCode: "ErrorCode",
2759
+ message: "String",
2760
+ middlewareError: "String"
2761
+ },
2762
+ JSON: `scalar.JSON`,
2763
+ DateTime: `scalar.DateTime`,
2764
+ Upload: `scalar.Upload`,
2765
+ Money: `scalar.Money`,
2766
+ PaginatedList: {
2767
+ "...on AdministratorList": "AdministratorList",
2768
+ "...on ChannelList": "ChannelList",
2769
+ "...on CustomerGroupList": "CustomerGroupList",
2770
+ "...on JobList": "JobList",
2771
+ "...on PaymentMethodList": "PaymentMethodList",
2772
+ "...on SellerList": "SellerList",
2773
+ "...on StockLocationList": "StockLocationList",
2774
+ "...on TaxCategoryList": "TaxCategoryList",
2775
+ "...on ZoneList": "ZoneList",
2776
+ "...on AssetList": "AssetList",
2777
+ "...on CollectionList": "CollectionList",
2778
+ "...on CustomerList": "CustomerList",
2779
+ "...on FacetList": "FacetList",
2780
+ "...on FacetValueList": "FacetValueList",
2781
+ "...on HistoryEntryList": "HistoryEntryList",
2782
+ "...on OrderList": "OrderList",
2783
+ "...on ProductList": "ProductList",
2784
+ "...on ProductVariantList": "ProductVariantList",
2785
+ "...on PromotionList": "PromotionList",
2786
+ "...on CountryList": "CountryList",
2787
+ "...on ProvinceList": "ProvinceList",
2788
+ "...on RoleList": "RoleList",
2789
+ "...on ShippingMethodList": "ShippingMethodList",
2790
+ "...on TagList": "TagList",
2791
+ "...on TaxRateList": "TaxRateList",
2792
+ items: "Node",
2793
+ totalItems: "Int"
2794
+ },
2795
+ Node: {
2796
+ "...on Administrator": "Administrator",
2797
+ "...on Collection": "Collection",
2798
+ "...on Customer": "Customer",
2799
+ "...on Facet": "Facet",
2800
+ "...on HistoryEntry": "HistoryEntry",
2801
+ "...on Job": "Job",
2802
+ "...on Order": "Order",
2803
+ "...on Fulfillment": "Fulfillment",
2804
+ "...on Payment": "Payment",
2805
+ "...on OrderModification": "OrderModification",
2806
+ "...on Product": "Product",
2807
+ "...on ProductVariant": "ProductVariant",
2808
+ "...on StockLevel": "StockLevel",
2809
+ "...on StockLocation": "StockLocation",
2810
+ "...on StockAdjustment": "StockAdjustment",
2811
+ "...on Allocation": "Allocation",
2812
+ "...on Sale": "Sale",
2813
+ "...on Cancellation": "Cancellation",
2814
+ "...on Return": "Return",
2815
+ "...on Release": "Release",
2816
+ "...on Address": "Address",
2817
+ "...on Asset": "Asset",
2818
+ "...on Channel": "Channel",
2819
+ "...on CustomerGroup": "CustomerGroup",
2820
+ "...on FacetValue": "FacetValue",
2821
+ "...on OrderLine": "OrderLine",
2822
+ "...on Refund": "Refund",
2823
+ "...on Surcharge": "Surcharge",
2824
+ "...on PaymentMethod": "PaymentMethod",
2825
+ "...on ProductOptionGroup": "ProductOptionGroup",
2826
+ "...on ProductOption": "ProductOption",
2827
+ "...on Promotion": "Promotion",
2828
+ "...on Region": "Region",
2829
+ "...on Country": "Country",
2830
+ "...on Province": "Province",
2831
+ "...on Role": "Role",
2832
+ "...on Seller": "Seller",
2833
+ "...on ShippingMethod": "ShippingMethod",
2834
+ "...on Tag": "Tag",
2835
+ "...on TaxCategory": "TaxCategory",
2836
+ "...on TaxRate": "TaxRate",
2837
+ "...on User": "User",
2838
+ "...on AuthenticationMethod": "AuthenticationMethod",
2839
+ "...on Zone": "Zone",
2840
+ id: "ID"
2841
+ },
2842
+ ErrorResult: {
2843
+ "...on MimeTypeError": "MimeTypeError",
2844
+ "...on LanguageNotAvailableError": "LanguageNotAvailableError",
2845
+ "...on DuplicateEntityError": "DuplicateEntityError",
2846
+ "...on FacetInUseError": "FacetInUseError",
2847
+ "...on ChannelDefaultLanguageError": "ChannelDefaultLanguageError",
2848
+ "...on SettlePaymentError": "SettlePaymentError",
2849
+ "...on CancelPaymentError": "CancelPaymentError",
2850
+ "...on EmptyOrderLineSelectionError": "EmptyOrderLineSelectionError",
2851
+ "...on ItemsAlreadyFulfilledError": "ItemsAlreadyFulfilledError",
2852
+ "...on InvalidFulfillmentHandlerError": "InvalidFulfillmentHandlerError",
2853
+ "...on CreateFulfillmentError": "CreateFulfillmentError",
2854
+ "...on InsufficientStockOnHandError": "InsufficientStockOnHandError",
2855
+ "...on MultipleOrderError": "MultipleOrderError",
2856
+ "...on CancelActiveOrderError": "CancelActiveOrderError",
2857
+ "...on PaymentOrderMismatchError": "PaymentOrderMismatchError",
2858
+ "...on RefundOrderStateError": "RefundOrderStateError",
2859
+ "...on NothingToRefundError": "NothingToRefundError",
2860
+ "...on AlreadyRefundedError": "AlreadyRefundedError",
2861
+ "...on QuantityTooGreatError": "QuantityTooGreatError",
2862
+ "...on RefundAmountError": "RefundAmountError",
2863
+ "...on RefundStateTransitionError": "RefundStateTransitionError",
2864
+ "...on PaymentStateTransitionError": "PaymentStateTransitionError",
2865
+ "...on FulfillmentStateTransitionError": "FulfillmentStateTransitionError",
2866
+ "...on OrderModificationStateError": "OrderModificationStateError",
2867
+ "...on NoChangesSpecifiedError": "NoChangesSpecifiedError",
2868
+ "...on PaymentMethodMissingError": "PaymentMethodMissingError",
2869
+ "...on RefundPaymentIdMissingError": "RefundPaymentIdMissingError",
2870
+ "...on ManualPaymentStateError": "ManualPaymentStateError",
2871
+ "...on ProductOptionInUseError": "ProductOptionInUseError",
2872
+ "...on MissingConditionsError": "MissingConditionsError",
2873
+ "...on NativeAuthStrategyError": "NativeAuthStrategyError",
2874
+ "...on InvalidCredentialsError": "InvalidCredentialsError",
2875
+ "...on OrderStateTransitionError": "OrderStateTransitionError",
2876
+ "...on EmailAddressConflictError": "EmailAddressConflictError",
2877
+ "...on GuestCheckoutError": "GuestCheckoutError",
2878
+ "...on OrderLimitError": "OrderLimitError",
2879
+ "...on NegativeQuantityError": "NegativeQuantityError",
2880
+ "...on InsufficientStockError": "InsufficientStockError",
2881
+ "...on CouponCodeInvalidError": "CouponCodeInvalidError",
2882
+ "...on CouponCodeExpiredError": "CouponCodeExpiredError",
2883
+ "...on CouponCodeLimitError": "CouponCodeLimitError",
2884
+ "...on OrderModificationError": "OrderModificationError",
2885
+ "...on IneligibleShippingMethodError": "IneligibleShippingMethodError",
2886
+ "...on NoActiveOrderError": "NoActiveOrderError",
2887
+ "...on OrderMiddlewareError": "OrderMiddlewareError",
2888
+ errorCode: "ErrorCode",
2889
+ message: "String"
2890
+ },
2891
+ Adjustment: {
2892
+ adjustmentSource: "String",
2893
+ type: "AdjustmentType",
2894
+ description: "String",
2895
+ amount: "Money",
2896
+ data: "JSON"
2897
+ },
2898
+ TaxLine: {
2899
+ description: "String",
2900
+ taxRate: "Float"
2901
+ },
2902
+ ConfigArg: {
2903
+ name: "String",
2904
+ value: "String"
2905
+ },
2906
+ ConfigArgDefinition: {
2907
+ name: "String",
2908
+ type: "String",
2909
+ list: "Boolean",
2910
+ required: "Boolean",
2911
+ defaultValue: "JSON",
2912
+ label: "String",
2913
+ description: "String",
2914
+ ui: "JSON"
2915
+ },
2916
+ ConfigurableOperation: {
2917
+ code: "String",
2918
+ args: "ConfigArg"
2919
+ },
2920
+ ConfigurableOperationDefinition: {
2921
+ code: "String",
2922
+ args: "ConfigArgDefinition",
2923
+ description: "String"
2924
+ },
2925
+ DeletionResponse: {
2926
+ result: "DeletionResult",
2927
+ message: "String"
2928
+ },
2929
+ Success: {
2930
+ success: "Boolean"
2931
+ },
2932
+ ShippingMethodQuote: {
2933
+ id: "ID",
2934
+ price: "Money",
2935
+ priceWithTax: "Money",
2936
+ code: "String",
2937
+ name: "String",
2938
+ description: "String",
2939
+ metadata: "JSON",
2940
+ customFields: "JSON"
2941
+ },
2942
+ PaymentMethodQuote: {
2943
+ id: "ID",
2944
+ code: "String",
2945
+ name: "String",
2946
+ description: "String",
2947
+ isEligible: "Boolean",
2948
+ eligibilityMessage: "String",
2949
+ customFields: "JSON"
2950
+ },
2951
+ UpdateOrderItemsResult: {
2952
+ "...on Order": "Order",
2953
+ "...on OrderModificationError": "OrderModificationError",
2954
+ "...on OrderLimitError": "OrderLimitError",
2955
+ "...on NegativeQuantityError": "NegativeQuantityError",
2956
+ "...on InsufficientStockError": "InsufficientStockError",
2957
+ "...on OrderMiddlewareError": "OrderMiddlewareError"
2958
+ },
2959
+ RemoveOrderItemsResult: {
2960
+ "...on Order": "Order",
2961
+ "...on OrderModificationError": "OrderModificationError",
2962
+ "...on OrderMiddlewareError": "OrderMiddlewareError"
2963
+ },
2964
+ SetOrderShippingMethodResult: {
2965
+ "...on Order": "Order",
2966
+ "...on OrderModificationError": "OrderModificationError",
2967
+ "...on IneligibleShippingMethodError": "IneligibleShippingMethodError",
2968
+ "...on NoActiveOrderError": "NoActiveOrderError"
2969
+ },
2970
+ ApplyCouponCodeResult: {
2971
+ "...on Order": "Order",
2972
+ "...on CouponCodeExpiredError": "CouponCodeExpiredError",
2973
+ "...on CouponCodeInvalidError": "CouponCodeInvalidError",
2974
+ "...on CouponCodeLimitError": "CouponCodeLimitError",
2975
+ "...on OrderMiddlewareError": "OrderMiddlewareError"
2976
+ },
2977
+ CustomField: {
2978
+ "...on StringCustomFieldConfig": "StringCustomFieldConfig",
2979
+ "...on LocaleStringCustomFieldConfig": "LocaleStringCustomFieldConfig",
2980
+ "...on IntCustomFieldConfig": "IntCustomFieldConfig",
2981
+ "...on FloatCustomFieldConfig": "FloatCustomFieldConfig",
2982
+ "...on BooleanCustomFieldConfig": "BooleanCustomFieldConfig",
2983
+ "...on DateTimeCustomFieldConfig": "DateTimeCustomFieldConfig",
2984
+ "...on RelationCustomFieldConfig": "RelationCustomFieldConfig",
2985
+ "...on TextCustomFieldConfig": "TextCustomFieldConfig",
2986
+ "...on LocaleTextCustomFieldConfig": "LocaleTextCustomFieldConfig",
2987
+ name: "String",
2988
+ type: "String",
2989
+ list: "Boolean",
2990
+ label: "LocalizedString",
2991
+ description: "LocalizedString",
2992
+ readonly: "Boolean",
2993
+ internal: "Boolean",
2994
+ nullable: "Boolean",
2995
+ requiresPermission: "Permission",
2996
+ ui: "JSON"
2997
+ },
2998
+ StringCustomFieldConfig: {
2999
+ name: "String",
3000
+ type: "String",
3001
+ list: "Boolean",
3002
+ length: "Int",
3003
+ label: "LocalizedString",
3004
+ description: "LocalizedString",
3005
+ readonly: "Boolean",
3006
+ internal: "Boolean",
3007
+ nullable: "Boolean",
3008
+ requiresPermission: "Permission",
3009
+ pattern: "String",
3010
+ options: "StringFieldOption",
3011
+ ui: "JSON"
3012
+ },
3013
+ StringFieldOption: {
3014
+ value: "String",
3015
+ label: "LocalizedString"
3016
+ },
3017
+ LocaleStringCustomFieldConfig: {
3018
+ name: "String",
3019
+ type: "String",
3020
+ list: "Boolean",
3021
+ length: "Int",
3022
+ label: "LocalizedString",
3023
+ description: "LocalizedString",
3024
+ readonly: "Boolean",
3025
+ internal: "Boolean",
3026
+ nullable: "Boolean",
3027
+ requiresPermission: "Permission",
3028
+ pattern: "String",
3029
+ ui: "JSON"
3030
+ },
3031
+ IntCustomFieldConfig: {
3032
+ name: "String",
3033
+ type: "String",
3034
+ list: "Boolean",
3035
+ label: "LocalizedString",
3036
+ description: "LocalizedString",
3037
+ readonly: "Boolean",
3038
+ internal: "Boolean",
3039
+ nullable: "Boolean",
3040
+ requiresPermission: "Permission",
3041
+ min: "Int",
3042
+ max: "Int",
3043
+ step: "Int",
3044
+ ui: "JSON"
3045
+ },
3046
+ FloatCustomFieldConfig: {
3047
+ name: "String",
3048
+ type: "String",
3049
+ list: "Boolean",
3050
+ label: "LocalizedString",
3051
+ description: "LocalizedString",
3052
+ readonly: "Boolean",
3053
+ internal: "Boolean",
3054
+ nullable: "Boolean",
3055
+ requiresPermission: "Permission",
3056
+ min: "Float",
3057
+ max: "Float",
3058
+ step: "Float",
3059
+ ui: "JSON"
3060
+ },
3061
+ BooleanCustomFieldConfig: {
3062
+ name: "String",
3063
+ type: "String",
3064
+ list: "Boolean",
3065
+ label: "LocalizedString",
3066
+ description: "LocalizedString",
3067
+ readonly: "Boolean",
3068
+ internal: "Boolean",
3069
+ nullable: "Boolean",
3070
+ requiresPermission: "Permission",
3071
+ ui: "JSON"
3072
+ },
3073
+ DateTimeCustomFieldConfig: {
3074
+ name: "String",
3075
+ type: "String",
3076
+ list: "Boolean",
3077
+ label: "LocalizedString",
3078
+ description: "LocalizedString",
3079
+ readonly: "Boolean",
3080
+ internal: "Boolean",
3081
+ nullable: "Boolean",
3082
+ requiresPermission: "Permission",
3083
+ min: "String",
3084
+ max: "String",
3085
+ step: "Int",
3086
+ ui: "JSON"
3087
+ },
3088
+ RelationCustomFieldConfig: {
3089
+ name: "String",
3090
+ type: "String",
3091
+ list: "Boolean",
3092
+ label: "LocalizedString",
3093
+ description: "LocalizedString",
3094
+ readonly: "Boolean",
3095
+ internal: "Boolean",
3096
+ nullable: "Boolean",
3097
+ requiresPermission: "Permission",
3098
+ entity: "String",
3099
+ scalarFields: "String",
3100
+ ui: "JSON"
3101
+ },
3102
+ TextCustomFieldConfig: {
3103
+ name: "String",
3104
+ type: "String",
3105
+ list: "Boolean",
3106
+ label: "LocalizedString",
3107
+ description: "LocalizedString",
3108
+ readonly: "Boolean",
3109
+ internal: "Boolean",
3110
+ nullable: "Boolean",
3111
+ requiresPermission: "Permission",
3112
+ ui: "JSON"
3113
+ },
3114
+ LocaleTextCustomFieldConfig: {
3115
+ name: "String",
3116
+ type: "String",
3117
+ list: "Boolean",
3118
+ label: "LocalizedString",
3119
+ description: "LocalizedString",
3120
+ readonly: "Boolean",
3121
+ internal: "Boolean",
3122
+ nullable: "Boolean",
3123
+ requiresPermission: "Permission",
3124
+ ui: "JSON"
3125
+ },
3126
+ LocalizedString: {
3127
+ languageCode: "LanguageCode",
3128
+ value: "String"
3129
+ },
3130
+ CustomFieldConfig: {
3131
+ "...on StringCustomFieldConfig": "StringCustomFieldConfig",
3132
+ "...on LocaleStringCustomFieldConfig": "LocaleStringCustomFieldConfig",
3133
+ "...on IntCustomFieldConfig": "IntCustomFieldConfig",
3134
+ "...on FloatCustomFieldConfig": "FloatCustomFieldConfig",
3135
+ "...on BooleanCustomFieldConfig": "BooleanCustomFieldConfig",
3136
+ "...on DateTimeCustomFieldConfig": "DateTimeCustomFieldConfig",
3137
+ "...on RelationCustomFieldConfig": "RelationCustomFieldConfig",
3138
+ "...on TextCustomFieldConfig": "TextCustomFieldConfig",
3139
+ "...on LocaleTextCustomFieldConfig": "LocaleTextCustomFieldConfig"
3140
+ },
3141
+ CustomerGroup: {
3142
+ id: "ID",
3143
+ createdAt: "DateTime",
3144
+ updatedAt: "DateTime",
3145
+ name: "String",
3146
+ customers: "CustomerList",
3147
+ customFields: "JSON"
3148
+ },
3149
+ CustomerList: {
3150
+ items: "Customer",
3151
+ totalItems: "Int"
3152
+ },
3153
+ FacetValue: {
3154
+ id: "ID",
3155
+ createdAt: "DateTime",
3156
+ updatedAt: "DateTime",
3157
+ languageCode: "LanguageCode",
3158
+ facet: "Facet",
3159
+ facetId: "ID",
3160
+ name: "String",
3161
+ code: "String",
3162
+ translations: "FacetValueTranslation",
3163
+ customFields: "FacetValueCustomFields"
3164
+ },
3165
+ FacetValueTranslation: {
3166
+ id: "ID",
3167
+ createdAt: "DateTime",
3168
+ updatedAt: "DateTime",
3169
+ languageCode: "LanguageCode",
3170
+ name: "String"
3171
+ },
3172
+ FacetTranslation: {
3173
+ id: "ID",
3174
+ createdAt: "DateTime",
3175
+ updatedAt: "DateTime",
3176
+ languageCode: "LanguageCode",
3177
+ name: "String"
3178
+ },
3179
+ FacetList: {
3180
+ items: "Facet",
3181
+ totalItems: "Int"
3182
+ },
3183
+ FacetValueList: {
3184
+ items: "FacetValue",
3185
+ totalItems: "Int"
3186
+ },
3187
+ HistoryEntryList: {
3188
+ items: "HistoryEntry",
3189
+ totalItems: "Int"
3190
+ },
3191
+ OrderTaxSummary: {
3192
+ description: "String",
3193
+ taxRate: "Float",
3194
+ taxBase: "Money",
3195
+ taxTotal: "Money"
3196
+ },
3197
+ OrderAddress: {
3198
+ fullName: "String",
3199
+ company: "String",
3200
+ streetLine1: "String",
3201
+ streetLine2: "String",
3202
+ city: "String",
3203
+ province: "String",
3204
+ postalCode: "String",
3205
+ country: "String",
3206
+ countryCode: "String",
3207
+ phoneNumber: "String",
3208
+ customFields: "JSON"
3209
+ },
3210
+ OrderList: {
3211
+ items: "Order",
3212
+ totalItems: "Int"
3213
+ },
3214
+ ShippingLine: {
3215
+ id: "ID",
3216
+ shippingMethod: "ShippingMethod",
3217
+ price: "Money",
3218
+ priceWithTax: "Money",
3219
+ discountedPrice: "Money",
3220
+ discountedPriceWithTax: "Money",
3221
+ discounts: "Discount"
3222
+ },
3223
+ Discount: {
3224
+ adjustmentSource: "String",
3225
+ type: "AdjustmentType",
3226
+ description: "String",
3227
+ amount: "Money",
3228
+ amountWithTax: "Money"
3229
+ },
3230
+ OrderLine: {
3231
+ id: "ID",
3232
+ createdAt: "DateTime",
3233
+ updatedAt: "DateTime",
3234
+ productVariant: "ProductVariant",
3235
+ featuredAsset: "Asset",
3236
+ unitPrice: "Money",
3237
+ unitPriceWithTax: "Money",
3238
+ unitPriceChangeSinceAdded: "Money",
3239
+ unitPriceWithTaxChangeSinceAdded: "Money",
3240
+ discountedUnitPrice: "Money",
3241
+ discountedUnitPriceWithTax: "Money",
3242
+ proratedUnitPrice: "Money",
3243
+ proratedUnitPriceWithTax: "Money",
3244
+ quantity: "Int",
3245
+ orderPlacedQuantity: "Int",
3246
+ taxRate: "Float",
3247
+ linePrice: "Money",
3248
+ linePriceWithTax: "Money",
3249
+ discountedLinePrice: "Money",
3250
+ discountedLinePriceWithTax: "Money",
3251
+ proratedLinePrice: "Money",
3252
+ proratedLinePriceWithTax: "Money",
3253
+ lineTax: "Money",
3254
+ discounts: "Discount",
3255
+ taxLines: "TaxLine",
3256
+ order: "Order",
3257
+ fulfillmentLines: "FulfillmentLine",
3258
+ customFields: "OrderLineCustomFields"
3259
+ },
3260
+ RefundLine: {
3261
+ orderLine: "OrderLine",
3262
+ orderLineId: "ID",
3263
+ quantity: "Int",
3264
+ refund: "Refund",
3265
+ refundId: "ID"
3266
+ },
3267
+ Refund: {
3268
+ id: "ID",
3269
+ createdAt: "DateTime",
3270
+ updatedAt: "DateTime",
3271
+ items: "Money",
3272
+ shipping: "Money",
3273
+ adjustment: "Money",
3274
+ total: "Money",
3275
+ method: "String",
3276
+ state: "String",
3277
+ transactionId: "String",
3278
+ reason: "String",
3279
+ lines: "RefundLine",
3280
+ paymentId: "ID",
3281
+ metadata: "JSON"
3282
+ },
3283
+ FulfillmentLine: {
3284
+ orderLine: "OrderLine",
3285
+ orderLineId: "ID",
3286
+ quantity: "Int",
3287
+ fulfillment: "Fulfillment",
3288
+ fulfillmentId: "ID"
3289
+ },
3290
+ Surcharge: {
3291
+ id: "ID",
3292
+ createdAt: "DateTime",
3293
+ updatedAt: "DateTime",
3294
+ description: "String",
3295
+ sku: "String",
3296
+ taxLines: "TaxLine",
3297
+ price: "Money",
3298
+ priceWithTax: "Money",
3299
+ taxRate: "Float"
3300
+ },
3301
+ PaymentMethod: {
3302
+ id: "ID",
3303
+ createdAt: "DateTime",
3304
+ updatedAt: "DateTime",
3305
+ name: "String",
3306
+ code: "String",
3307
+ description: "String",
3308
+ enabled: "Boolean",
3309
+ checker: "ConfigurableOperation",
3310
+ handler: "ConfigurableOperation",
3311
+ translations: "PaymentMethodTranslation",
3312
+ customFields: "JSON"
3313
+ },
3314
+ PaymentMethodTranslation: {
3315
+ id: "ID",
3316
+ createdAt: "DateTime",
3317
+ updatedAt: "DateTime",
3318
+ languageCode: "LanguageCode",
3319
+ name: "String",
3320
+ description: "String"
3321
+ },
3322
+ ProductOptionGroup: {
3323
+ id: "ID",
3324
+ createdAt: "DateTime",
3325
+ updatedAt: "DateTime",
3326
+ languageCode: "LanguageCode",
3327
+ code: "String",
3328
+ name: "String",
3329
+ options: "ProductOption",
3330
+ translations: "ProductOptionGroupTranslation",
3331
+ customFields: "JSON"
3332
+ },
3333
+ ProductOptionGroupTranslation: {
3334
+ id: "ID",
3335
+ createdAt: "DateTime",
3336
+ updatedAt: "DateTime",
3337
+ languageCode: "LanguageCode",
3338
+ name: "String"
3339
+ },
3340
+ ProductOption: {
3341
+ id: "ID",
3342
+ createdAt: "DateTime",
3343
+ updatedAt: "DateTime",
3344
+ languageCode: "LanguageCode",
3345
+ code: "String",
3346
+ name: "String",
3347
+ groupId: "ID",
3348
+ group: "ProductOptionGroup",
3349
+ translations: "ProductOptionTranslation",
3350
+ customFields: "JSON"
3351
+ },
3352
+ ProductOptionTranslation: {
3353
+ id: "ID",
3354
+ createdAt: "DateTime",
3355
+ updatedAt: "DateTime",
3356
+ languageCode: "LanguageCode",
3357
+ name: "String"
3358
+ },
3359
+ SearchReindexResponse: {
3360
+ success: "Boolean"
3361
+ },
3362
+ SearchResponse: {
3363
+ items: "SearchResult",
3364
+ totalItems: "Int",
3365
+ facetValues: "FacetValueResult",
3366
+ collections: "CollectionResult"
3367
+ },
3368
+ FacetValueResult: {
3369
+ facetValue: "FacetValue",
3370
+ count: "Int"
3371
+ },
3372
+ CollectionResult: {
3373
+ collection: "Collection",
3374
+ count: "Int"
3375
+ },
3376
+ SearchResultAsset: {
3377
+ id: "ID",
3378
+ preview: "String",
3379
+ focalPoint: "Coordinate"
3380
+ },
3381
+ SearchResultPrice: {
3382
+ "...on PriceRange": "PriceRange",
3383
+ "...on SinglePrice": "SinglePrice"
3384
+ },
3385
+ SinglePrice: {
3386
+ value: "Money"
3387
+ },
3388
+ PriceRange: {
3389
+ min: "Money",
3390
+ max: "Money"
3391
+ },
3392
+ ProductTranslation: {
3393
+ id: "ID",
3394
+ createdAt: "DateTime",
3395
+ updatedAt: "DateTime",
3396
+ languageCode: "LanguageCode",
3397
+ name: "String",
3398
+ slug: "String",
3399
+ description: "String"
3400
+ },
3401
+ ProductList: {
3402
+ items: "Product",
3403
+ totalItems: "Int"
3404
+ },
3405
+ ProductVariantList: {
3406
+ items: "ProductVariant",
3407
+ totalItems: "Int"
3408
+ },
3409
+ ProductVariantTranslation: {
3410
+ id: "ID",
3411
+ createdAt: "DateTime",
3412
+ updatedAt: "DateTime",
3413
+ languageCode: "LanguageCode",
3414
+ name: "String"
3415
+ },
3416
+ Promotion: {
3417
+ id: "ID",
3418
+ createdAt: "DateTime",
3419
+ updatedAt: "DateTime",
3420
+ startsAt: "DateTime",
3421
+ endsAt: "DateTime",
3422
+ couponCode: "String",
3423
+ perCustomerUsageLimit: "Int",
3424
+ usageLimit: "Int",
3425
+ name: "String",
3426
+ description: "String",
3427
+ enabled: "Boolean",
3428
+ conditions: "ConfigurableOperation",
3429
+ actions: "ConfigurableOperation",
3430
+ translations: "PromotionTranslation",
3431
+ customFields: "JSON"
3432
+ },
3433
+ PromotionTranslation: {
3434
+ id: "ID",
3435
+ createdAt: "DateTime",
3436
+ updatedAt: "DateTime",
3437
+ languageCode: "LanguageCode",
3438
+ name: "String",
3439
+ description: "String"
3440
+ },
3441
+ PromotionList: {
3442
+ items: "Promotion",
3443
+ totalItems: "Int"
3444
+ },
3445
+ Region: {
3446
+ "...on Country": "Country",
3447
+ "...on Province": "Province",
3448
+ id: "ID",
3449
+ createdAt: "DateTime",
3450
+ updatedAt: "DateTime",
3451
+ languageCode: "LanguageCode",
3452
+ code: "String",
3453
+ type: "String",
3454
+ name: "String",
3455
+ enabled: "Boolean",
3456
+ parent: "Region",
3457
+ parentId: "ID",
3458
+ translations: "RegionTranslation"
3459
+ },
3460
+ RegionTranslation: {
3461
+ id: "ID",
3462
+ createdAt: "DateTime",
3463
+ updatedAt: "DateTime",
3464
+ languageCode: "LanguageCode",
3465
+ name: "String"
3466
+ },
3467
+ Country: {
3468
+ id: "ID",
3469
+ createdAt: "DateTime",
3470
+ updatedAt: "DateTime",
3471
+ languageCode: "LanguageCode",
3472
+ code: "String",
3473
+ type: "String",
3474
+ name: "String",
3475
+ enabled: "Boolean",
3476
+ parent: "Region",
3477
+ parentId: "ID",
3478
+ translations: "RegionTranslation",
3479
+ customFields: "JSON"
3480
+ },
3481
+ CountryList: {
3482
+ items: "Country",
3483
+ totalItems: "Int"
3484
+ },
3485
+ Province: {
3486
+ id: "ID",
3487
+ createdAt: "DateTime",
3488
+ updatedAt: "DateTime",
3489
+ languageCode: "LanguageCode",
3490
+ code: "String",
3491
+ type: "String",
3492
+ name: "String",
3493
+ enabled: "Boolean",
3494
+ parent: "Region",
3495
+ parentId: "ID",
3496
+ translations: "RegionTranslation",
3497
+ customFields: "JSON"
3498
+ },
3499
+ ProvinceList: {
3500
+ items: "Province",
3501
+ totalItems: "Int"
3502
+ },
3503
+ Role: {
3504
+ id: "ID",
3505
+ createdAt: "DateTime",
3506
+ updatedAt: "DateTime",
3507
+ code: "String",
3508
+ description: "String",
3509
+ permissions: "Permission",
3510
+ channels: "Channel"
3511
+ },
3512
+ RoleList: {
3513
+ items: "Role",
3514
+ totalItems: "Int"
3515
+ },
3516
+ Seller: {
3517
+ id: "ID",
3518
+ createdAt: "DateTime",
3519
+ updatedAt: "DateTime",
3520
+ name: "String",
3521
+ customFields: "JSON"
3522
+ },
3523
+ ShippingMethod: {
3524
+ id: "ID",
3525
+ createdAt: "DateTime",
3526
+ updatedAt: "DateTime",
3527
+ languageCode: "LanguageCode",
3528
+ code: "String",
3529
+ name: "String",
3530
+ description: "String",
3531
+ fulfillmentHandlerCode: "String",
3532
+ checker: "ConfigurableOperation",
3533
+ calculator: "ConfigurableOperation",
3534
+ translations: "ShippingMethodTranslation",
3535
+ customFields: "JSON"
3536
+ },
3537
+ ShippingMethodTranslation: {
3538
+ id: "ID",
3539
+ createdAt: "DateTime",
3540
+ updatedAt: "DateTime",
3541
+ languageCode: "LanguageCode",
3542
+ name: "String",
3543
+ description: "String"
3544
+ },
3545
+ ShippingMethodList: {
3546
+ items: "ShippingMethod",
3547
+ totalItems: "Int"
3548
+ },
3549
+ Tag: {
3550
+ id: "ID",
3551
+ createdAt: "DateTime",
3552
+ updatedAt: "DateTime",
3553
+ value: "String"
3554
+ },
3555
+ TagList: {
3556
+ items: "Tag",
3557
+ totalItems: "Int"
3558
+ },
3559
+ TaxCategory: {
3560
+ id: "ID",
3561
+ createdAt: "DateTime",
3562
+ updatedAt: "DateTime",
3563
+ name: "String",
3564
+ isDefault: "Boolean",
3565
+ customFields: "JSON"
3566
+ },
3567
+ TaxRate: {
3568
+ id: "ID",
3569
+ createdAt: "DateTime",
3570
+ updatedAt: "DateTime",
3571
+ name: "String",
3572
+ enabled: "Boolean",
3573
+ value: "Float",
3574
+ category: "TaxCategory",
3575
+ zone: "Zone",
3576
+ customerGroup: "CustomerGroup",
3577
+ customFields: "JSON"
3578
+ },
3579
+ TaxRateList: {
3580
+ items: "TaxRate",
3581
+ totalItems: "Int"
3582
+ },
3583
+ User: {
3584
+ id: "ID",
3585
+ createdAt: "DateTime",
3586
+ updatedAt: "DateTime",
3587
+ identifier: "String",
3588
+ verified: "Boolean",
3589
+ roles: "Role",
3590
+ lastLogin: "DateTime",
3591
+ authenticationMethods: "AuthenticationMethod",
3592
+ customFields: "JSON"
3593
+ },
3594
+ AuthenticationMethod: {
3595
+ id: "ID",
3596
+ createdAt: "DateTime",
3597
+ updatedAt: "DateTime",
3598
+ strategy: "String"
3599
+ },
3600
+ Zone: {
3601
+ id: "ID",
3602
+ createdAt: "DateTime",
3603
+ updatedAt: "DateTime",
3604
+ name: "String",
3605
+ members: "Region",
3606
+ customFields: "JSON"
3607
+ },
3608
+ MetricSummary: {
3609
+ interval: "MetricInterval",
3610
+ type: "MetricType",
3611
+ title: "String",
3612
+ entries: "MetricSummaryEntry"
3613
+ },
3614
+ MetricSummaryEntry: {
3615
+ label: "String",
3616
+ value: "Float"
3617
+ },
3618
+ CopyOrderErrorResponse: {
3619
+ message: "String"
3620
+ },
3621
+ CopyOrderResult: {
3622
+ "...on Order": "Order",
3623
+ "...on CopyOrderErrorResponse": "CopyOrderErrorResponse"
3624
+ },
3625
+ OrderRealization: {
3626
+ orderID: "ID",
3627
+ assetID: "ID",
3628
+ plannedAt: "String",
3629
+ finalPlannedAt: "String",
3630
+ note: "String",
3631
+ color: "String",
3632
+ key: "String",
3633
+ url: "String"
3634
+ },
3635
+ ShopOrderRealization: {
3636
+ note: "String",
3637
+ plannedAt: "String",
3638
+ finalPlannedAt: "String"
3639
+ },
3640
+ WFirmaResponse: {
3641
+ url: "String"
3642
+ },
3643
+ FacetCustomFields: {
3644
+ usedForColors: "Boolean",
3645
+ usedForProductCreations: "Boolean",
3646
+ colorsCollection: "Boolean"
3647
+ },
3648
+ FacetValueCustomFields: {
3649
+ hexColor: "String",
3650
+ isNew: "Boolean",
3651
+ isHidden: "Boolean",
3652
+ image: "Asset"
3653
+ },
3654
+ OrderLineCustomFields: {
3655
+ attributes: "String",
3656
+ discountBy: "Int",
3657
+ modifiedListPrice: "String",
3658
+ selectedImage: "Asset"
3659
+ },
3660
+ CustomFields: {
3661
+ Address: "CustomFieldConfig",
3662
+ Administrator: "CustomFieldConfig",
3663
+ Asset: "CustomFieldConfig",
3664
+ Channel: "CustomFieldConfig",
3665
+ Collection: "CustomFieldConfig",
3666
+ Customer: "CustomFieldConfig",
3667
+ CustomerGroup: "CustomFieldConfig",
3668
+ Facet: "CustomFieldConfig",
3669
+ FacetValue: "CustomFieldConfig",
3670
+ Fulfillment: "CustomFieldConfig",
3671
+ GlobalSettings: "CustomFieldConfig",
3672
+ Order: "CustomFieldConfig",
3673
+ OrderLine: "CustomFieldConfig",
3674
+ PaymentMethod: "CustomFieldConfig",
3675
+ Product: "CustomFieldConfig",
3676
+ ProductOption: "CustomFieldConfig",
3677
+ ProductOptionGroup: "CustomFieldConfig",
3678
+ ProductVariant: "CustomFieldConfig",
3679
+ ProductVariantPrice: "CustomFieldConfig",
3680
+ Promotion: "CustomFieldConfig",
3681
+ Region: "CustomFieldConfig",
3682
+ Seller: "CustomFieldConfig",
3683
+ ShippingMethod: "CustomFieldConfig",
3684
+ StockLocation: "CustomFieldConfig",
3685
+ TaxCategory: "CustomFieldConfig",
3686
+ TaxRate: "CustomFieldConfig",
3687
+ User: "CustomFieldConfig",
3688
+ Zone: "CustomFieldConfig"
3689
+ },
3690
+ EntityCustomFields: {
3691
+ entityName: "String",
3692
+ customFields: "CustomFieldConfig"
3693
+ }
3694
+ };
3695
+ exports.Ops = {
3696
+ query: "Query",
3697
+ mutation: "Mutation"
3698
+ };