@soppiya/app-bridge 1.3.0 → 1.3.2
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.
- package/dist/features/index.d.ts +1 -0
- package/dist/features/index.js +1 -0
- package/dist/features/log/api/index.d.ts +2 -0
- package/dist/features/log/api/index.js +2 -0
- package/dist/features/log/api/mutation.d.ts +3 -0
- package/dist/features/log/api/mutation.js +24 -0
- package/dist/features/log/api/query.d.ts +10 -0
- package/dist/features/log/api/query.js +52 -0
- package/dist/features/log/index.d.ts +1 -0
- package/dist/features/log/index.js +2 -0
- package/dist/features/log/model/index.d.ts +2 -0
- package/dist/features/log/model/index.js +2 -0
- package/dist/features/log/model/useCreateLog.d.ts +7 -0
- package/dist/features/log/model/useCreateLog.js +14 -0
- package/dist/features/log/model/useGetLogs.d.ts +44 -0
- package/dist/features/log/model/useGetLogs.js +35 -0
- package/dist/features/log/ui/CreateLog.d.ts +7 -0
- package/dist/features/log/ui/CreateLog.js +46 -0
- package/dist/features/log/ui/Logs.d.ts +7 -0
- package/dist/features/log/ui/Logs.js +93 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -0
- package/dist/shared/graphql/gql.d.ts +12 -2
- package/dist/shared/graphql/gql.js +4 -2
- package/dist/shared/graphql/graphql.d.ts +1691 -68
- package/dist/shared/graphql/graphql.js +1028 -8
- package/dist/styles.css +135 -0
- package/package.json +2 -1
|
@@ -34,7 +34,20 @@ var graphql_ArticleStatus = /*#__PURE__*/ function(ArticleStatus) {
|
|
|
34
34
|
ArticleStatus["draft"] = "draft";
|
|
35
35
|
return ArticleStatus;
|
|
36
36
|
}({});
|
|
37
|
-
var
|
|
37
|
+
var graphql_ArticleTranslationSortKeys = /*#__PURE__*/ function(ArticleTranslationSortKeys) {
|
|
38
|
+
ArticleTranslationSortKeys["_id"] = "_id";
|
|
39
|
+
ArticleTranslationSortKeys["article"] = "article";
|
|
40
|
+
ArticleTranslationSortKeys["content"] = "content";
|
|
41
|
+
ArticleTranslationSortKeys["createdAt"] = "createdAt";
|
|
42
|
+
ArticleTranslationSortKeys["excerpt"] = "excerpt";
|
|
43
|
+
ArticleTranslationSortKeys["language"] = "language";
|
|
44
|
+
ArticleTranslationSortKeys["meta_description"] = "meta_description";
|
|
45
|
+
ArticleTranslationSortKeys["meta_title"] = "meta_title";
|
|
46
|
+
ArticleTranslationSortKeys["title"] = "title";
|
|
47
|
+
ArticleTranslationSortKeys["updatedAt"] = "updatedAt";
|
|
48
|
+
return ArticleTranslationSortKeys;
|
|
49
|
+
}({});
|
|
50
|
+
var graphql_graphql_BlogSortKeys = /*#__PURE__*/ function(BlogSortKeys) {
|
|
38
51
|
BlogSortKeys["_id"] = "_id";
|
|
39
52
|
BlogSortKeys["createdAt"] = "createdAt";
|
|
40
53
|
BlogSortKeys["handle"] = "handle";
|
|
@@ -43,6 +56,17 @@ var graphql_BlogSortKeys = /*#__PURE__*/ function(BlogSortKeys) {
|
|
|
43
56
|
BlogSortKeys["updatedAt"] = "updatedAt";
|
|
44
57
|
return BlogSortKeys;
|
|
45
58
|
}({});
|
|
59
|
+
var graphql_BlogTranslationSortKeys = /*#__PURE__*/ function(BlogTranslationSortKeys) {
|
|
60
|
+
BlogTranslationSortKeys["_id"] = "_id";
|
|
61
|
+
BlogTranslationSortKeys["blog"] = "blog";
|
|
62
|
+
BlogTranslationSortKeys["createdAt"] = "createdAt";
|
|
63
|
+
BlogTranslationSortKeys["language"] = "language";
|
|
64
|
+
BlogTranslationSortKeys["meta_description"] = "meta_description";
|
|
65
|
+
BlogTranslationSortKeys["meta_title"] = "meta_title";
|
|
66
|
+
BlogTranslationSortKeys["title"] = "title";
|
|
67
|
+
BlogTranslationSortKeys["updatedAt"] = "updatedAt";
|
|
68
|
+
return BlogTranslationSortKeys;
|
|
69
|
+
}({});
|
|
46
70
|
var graphql_CartDiscountScope = /*#__PURE__*/ function(CartDiscountScope) {
|
|
47
71
|
CartDiscountScope["cart"] = "cart";
|
|
48
72
|
CartDiscountScope["line_item"] = "line_item";
|
|
@@ -51,7 +75,7 @@ var graphql_CartDiscountScope = /*#__PURE__*/ function(CartDiscountScope) {
|
|
|
51
75
|
}({});
|
|
52
76
|
var graphql_CartDiscountSource = /*#__PURE__*/ function(CartDiscountSource) {
|
|
53
77
|
CartDiscountSource["app"] = "app";
|
|
54
|
-
CartDiscountSource["
|
|
78
|
+
CartDiscountSource["system"] = "system";
|
|
55
79
|
return CartDiscountSource;
|
|
56
80
|
}({});
|
|
57
81
|
var graphql_CartDiscountStatus = /*#__PURE__*/ function(CartDiscountStatus) {
|
|
@@ -74,7 +98,7 @@ var graphql_CartFulfillmentMethod = /*#__PURE__*/ function(CartFulfillmentMethod
|
|
|
74
98
|
}({});
|
|
75
99
|
var graphql_CartLineItemSource = /*#__PURE__*/ function(CartLineItemSource) {
|
|
76
100
|
CartLineItemSource["app"] = "app";
|
|
77
|
-
CartLineItemSource["
|
|
101
|
+
CartLineItemSource["system"] = "system";
|
|
78
102
|
return CartLineItemSource;
|
|
79
103
|
}({});
|
|
80
104
|
var graphql_CartPaymentOptionChargeType = /*#__PURE__*/ function(CartPaymentOptionChargeType) {
|
|
@@ -151,6 +175,18 @@ var graphql_CollectionSortKey = /*#__PURE__*/ function(CollectionSortKey) {
|
|
|
151
175
|
CollectionSortKey["updatedAt"] = "updatedAt";
|
|
152
176
|
return CollectionSortKey;
|
|
153
177
|
}({});
|
|
178
|
+
var graphql_CollectionTranslationSortKeys = /*#__PURE__*/ function(CollectionTranslationSortKeys) {
|
|
179
|
+
CollectionTranslationSortKeys["_id"] = "_id";
|
|
180
|
+
CollectionTranslationSortKeys["collection"] = "collection";
|
|
181
|
+
CollectionTranslationSortKeys["createdAt"] = "createdAt";
|
|
182
|
+
CollectionTranslationSortKeys["description"] = "description";
|
|
183
|
+
CollectionTranslationSortKeys["language"] = "language";
|
|
184
|
+
CollectionTranslationSortKeys["meta_description"] = "meta_description";
|
|
185
|
+
CollectionTranslationSortKeys["meta_title"] = "meta_title";
|
|
186
|
+
CollectionTranslationSortKeys["title"] = "title";
|
|
187
|
+
CollectionTranslationSortKeys["updatedAt"] = "updatedAt";
|
|
188
|
+
return CollectionTranslationSortKeys;
|
|
189
|
+
}({});
|
|
154
190
|
var graphql_CustomerAddressSortkeys = /*#__PURE__*/ function(CustomerAddressSortkeys) {
|
|
155
191
|
CustomerAddressSortkeys["_id"] = "_id";
|
|
156
192
|
CustomerAddressSortkeys["city"] = "city";
|
|
@@ -415,6 +451,7 @@ var graphql_LocationSortKeys = /*#__PURE__*/ function(LocationSortKeys) {
|
|
|
415
451
|
return LocationSortKeys;
|
|
416
452
|
}({});
|
|
417
453
|
var graphql_LogActions = /*#__PURE__*/ function(LogActions) {
|
|
454
|
+
LogActions["comment"] = "comment";
|
|
418
455
|
LogActions["create"] = "create";
|
|
419
456
|
LogActions["delete"] = "delete";
|
|
420
457
|
LogActions["update"] = "update";
|
|
@@ -570,7 +607,7 @@ var graphql_OrderDiscountScope = /*#__PURE__*/ function(OrderDiscountScope) {
|
|
|
570
607
|
}({});
|
|
571
608
|
var graphql_OrderDiscountSource = /*#__PURE__*/ function(OrderDiscountSource) {
|
|
572
609
|
OrderDiscountSource["app"] = "app";
|
|
573
|
-
OrderDiscountSource["
|
|
610
|
+
OrderDiscountSource["system"] = "system";
|
|
574
611
|
return OrderDiscountSource;
|
|
575
612
|
}({});
|
|
576
613
|
var graphql_OrderDiscountStatus = /*#__PURE__*/ function(OrderDiscountStatus) {
|
|
@@ -585,12 +622,68 @@ var graphql_OrderDiscountType = /*#__PURE__*/ function(OrderDiscountType) {
|
|
|
585
622
|
OrderDiscountType["percentage"] = "percentage";
|
|
586
623
|
return OrderDiscountType;
|
|
587
624
|
}({});
|
|
625
|
+
var graphql_OrderFulfillmentDiscountScope = /*#__PURE__*/ function(OrderFulfillmentDiscountScope) {
|
|
626
|
+
OrderFulfillmentDiscountScope["cart"] = "cart";
|
|
627
|
+
OrderFulfillmentDiscountScope["line_item"] = "line_item";
|
|
628
|
+
OrderFulfillmentDiscountScope["shipping"] = "shipping";
|
|
629
|
+
return OrderFulfillmentDiscountScope;
|
|
630
|
+
}({});
|
|
631
|
+
var graphql_OrderFulfillmentDiscountSource = /*#__PURE__*/ function(OrderFulfillmentDiscountSource) {
|
|
632
|
+
OrderFulfillmentDiscountSource["app"] = "app";
|
|
633
|
+
OrderFulfillmentDiscountSource["system"] = "system";
|
|
634
|
+
return OrderFulfillmentDiscountSource;
|
|
635
|
+
}({});
|
|
636
|
+
var graphql_OrderFulfillmentDiscountStatus = /*#__PURE__*/ function(OrderFulfillmentDiscountStatus) {
|
|
637
|
+
OrderFulfillmentDiscountStatus["applied"] = "applied";
|
|
638
|
+
OrderFulfillmentDiscountStatus["invalid"] = "invalid";
|
|
639
|
+
OrderFulfillmentDiscountStatus["pending"] = "pending";
|
|
640
|
+
return OrderFulfillmentDiscountStatus;
|
|
641
|
+
}({});
|
|
642
|
+
var graphql_OrderFulfillmentDiscountType = /*#__PURE__*/ function(OrderFulfillmentDiscountType) {
|
|
643
|
+
OrderFulfillmentDiscountType["amount"] = "amount";
|
|
644
|
+
OrderFulfillmentDiscountType["free"] = "free";
|
|
645
|
+
OrderFulfillmentDiscountType["percentage"] = "percentage";
|
|
646
|
+
return OrderFulfillmentDiscountType;
|
|
647
|
+
}({});
|
|
648
|
+
var graphql_OrderFulfillmentLineItemSource = /*#__PURE__*/ function(OrderFulfillmentLineItemSource) {
|
|
649
|
+
OrderFulfillmentLineItemSource["app"] = "app";
|
|
650
|
+
OrderFulfillmentLineItemSource["system"] = "system";
|
|
651
|
+
return OrderFulfillmentLineItemSource;
|
|
652
|
+
}({});
|
|
588
653
|
var graphql_OrderFulfillmentMethod = /*#__PURE__*/ function(OrderFulfillmentMethod) {
|
|
589
654
|
OrderFulfillmentMethod["delivery"] = "delivery";
|
|
590
655
|
OrderFulfillmentMethod["pickup"] = "pickup";
|
|
591
656
|
OrderFulfillmentMethod["shipping"] = "shipping";
|
|
592
657
|
return OrderFulfillmentMethod;
|
|
593
658
|
}({});
|
|
659
|
+
var graphql_OrderFulfillmentPurpose = /*#__PURE__*/ function(OrderFulfillmentPurpose) {
|
|
660
|
+
OrderFulfillmentPurpose["exchange"] = "exchange";
|
|
661
|
+
OrderFulfillmentPurpose["sale"] = "sale";
|
|
662
|
+
return OrderFulfillmentPurpose;
|
|
663
|
+
}({});
|
|
664
|
+
var graphql_OrderFulfillmentSortkey = /*#__PURE__*/ function(OrderFulfillmentSortkey) {
|
|
665
|
+
OrderFulfillmentSortkey["_id"] = "_id";
|
|
666
|
+
OrderFulfillmentSortkey["cancelled_at"] = "cancelled_at";
|
|
667
|
+
OrderFulfillmentSortkey["carrier"] = "carrier";
|
|
668
|
+
OrderFulfillmentSortkey["createdAt"] = "createdAt";
|
|
669
|
+
OrderFulfillmentSortkey["delivered_at"] = "delivered_at";
|
|
670
|
+
OrderFulfillmentSortkey["discount"] = "discount";
|
|
671
|
+
OrderFulfillmentSortkey["order"] = "order";
|
|
672
|
+
OrderFulfillmentSortkey["payment"] = "payment";
|
|
673
|
+
OrderFulfillmentSortkey["pickedup_at"] = "pickedup_at";
|
|
674
|
+
OrderFulfillmentSortkey["returned_at"] = "returned_at";
|
|
675
|
+
OrderFulfillmentSortkey["serial_id"] = "serial_id";
|
|
676
|
+
OrderFulfillmentSortkey["shipping"] = "shipping";
|
|
677
|
+
OrderFulfillmentSortkey["status"] = "status";
|
|
678
|
+
OrderFulfillmentSortkey["subtotal"] = "subtotal";
|
|
679
|
+
OrderFulfillmentSortkey["tax"] = "tax";
|
|
680
|
+
OrderFulfillmentSortkey["total"] = "total";
|
|
681
|
+
OrderFulfillmentSortkey["tracking_number"] = "tracking_number";
|
|
682
|
+
OrderFulfillmentSortkey["tracking_url"] = "tracking_url";
|
|
683
|
+
OrderFulfillmentSortkey["type"] = "type";
|
|
684
|
+
OrderFulfillmentSortkey["updatedAt"] = "updatedAt";
|
|
685
|
+
return OrderFulfillmentSortkey;
|
|
686
|
+
}({});
|
|
594
687
|
var graphql_OrderFulfillmentStatus = /*#__PURE__*/ function(OrderFulfillmentStatus) {
|
|
595
688
|
OrderFulfillmentStatus["cancelled"] = "cancelled";
|
|
596
689
|
OrderFulfillmentStatus["fulfilled"] = "fulfilled";
|
|
@@ -599,9 +692,20 @@ var graphql_OrderFulfillmentStatus = /*#__PURE__*/ function(OrderFulfillmentStat
|
|
|
599
692
|
OrderFulfillmentStatus["pending"] = "pending";
|
|
600
693
|
return OrderFulfillmentStatus;
|
|
601
694
|
}({});
|
|
695
|
+
var graphql_OrderFulfillmentTaxScope = /*#__PURE__*/ function(OrderFulfillmentTaxScope) {
|
|
696
|
+
OrderFulfillmentTaxScope["line_item"] = "line_item";
|
|
697
|
+
OrderFulfillmentTaxScope["shipping"] = "shipping";
|
|
698
|
+
return OrderFulfillmentTaxScope;
|
|
699
|
+
}({});
|
|
700
|
+
var graphql_OrderFulfillmentType = /*#__PURE__*/ function(OrderFulfillmentType) {
|
|
701
|
+
OrderFulfillmentType["delivery"] = "delivery";
|
|
702
|
+
OrderFulfillmentType["pickup"] = "pickup";
|
|
703
|
+
OrderFulfillmentType["shipping"] = "shipping";
|
|
704
|
+
return OrderFulfillmentType;
|
|
705
|
+
}({});
|
|
602
706
|
var graphql_OrderLineItemSource = /*#__PURE__*/ function(OrderLineItemSource) {
|
|
603
707
|
OrderLineItemSource["app"] = "app";
|
|
604
|
-
OrderLineItemSource["
|
|
708
|
+
OrderLineItemSource["system"] = "system";
|
|
605
709
|
return OrderLineItemSource;
|
|
606
710
|
}({});
|
|
607
711
|
var graphql_OrderPaymentOptionChargeType = /*#__PURE__*/ function(OrderPaymentOptionChargeType) {
|
|
@@ -631,12 +735,79 @@ var graphql_OrderPaymentStatus = /*#__PURE__*/ function(OrderPaymentStatus) {
|
|
|
631
735
|
OrderPaymentStatus["overdue"] = "overdue";
|
|
632
736
|
OrderPaymentStatus["paid"] = "paid";
|
|
633
737
|
OrderPaymentStatus["partially_paid"] = "partially_paid";
|
|
634
|
-
OrderPaymentStatus["partially_refunded"] = "partially_refunded";
|
|
635
738
|
OrderPaymentStatus["pending"] = "pending";
|
|
636
|
-
OrderPaymentStatus["refunded"] = "refunded";
|
|
637
739
|
OrderPaymentStatus["unpaid"] = "unpaid";
|
|
638
740
|
return OrderPaymentStatus;
|
|
639
741
|
}({});
|
|
742
|
+
var graphql_OrderReturnDiscountScope = /*#__PURE__*/ function(OrderReturnDiscountScope) {
|
|
743
|
+
OrderReturnDiscountScope["cart"] = "cart";
|
|
744
|
+
OrderReturnDiscountScope["line_item"] = "line_item";
|
|
745
|
+
OrderReturnDiscountScope["shipping"] = "shipping";
|
|
746
|
+
return OrderReturnDiscountScope;
|
|
747
|
+
}({});
|
|
748
|
+
var graphql_OrderReturnDiscountSource = /*#__PURE__*/ function(OrderReturnDiscountSource) {
|
|
749
|
+
OrderReturnDiscountSource["app"] = "app";
|
|
750
|
+
OrderReturnDiscountSource["system"] = "system";
|
|
751
|
+
return OrderReturnDiscountSource;
|
|
752
|
+
}({});
|
|
753
|
+
var graphql_OrderReturnDiscountType = /*#__PURE__*/ function(OrderReturnDiscountType) {
|
|
754
|
+
OrderReturnDiscountType["amount"] = "amount";
|
|
755
|
+
OrderReturnDiscountType["free"] = "free";
|
|
756
|
+
OrderReturnDiscountType["percentage"] = "percentage";
|
|
757
|
+
return OrderReturnDiscountType;
|
|
758
|
+
}({});
|
|
759
|
+
var graphql_OrderReturnIntent = /*#__PURE__*/ function(OrderReturnIntent) {
|
|
760
|
+
OrderReturnIntent["return_and_exchange"] = "return_and_exchange";
|
|
761
|
+
OrderReturnIntent["return_and_refund"] = "return_and_refund";
|
|
762
|
+
return OrderReturnIntent;
|
|
763
|
+
}({});
|
|
764
|
+
var graphql_OrderReturnLineItemSource = /*#__PURE__*/ function(OrderReturnLineItemSource) {
|
|
765
|
+
OrderReturnLineItemSource["app"] = "app";
|
|
766
|
+
OrderReturnLineItemSource["system"] = "system";
|
|
767
|
+
return OrderReturnLineItemSource;
|
|
768
|
+
}({});
|
|
769
|
+
var graphql_OrderReturnSortkey = /*#__PURE__*/ function(OrderReturnSortkey) {
|
|
770
|
+
OrderReturnSortkey["_id"] = "_id";
|
|
771
|
+
OrderReturnSortkey["createdAt"] = "createdAt";
|
|
772
|
+
OrderReturnSortkey["currency"] = "currency";
|
|
773
|
+
OrderReturnSortkey["fulfillment"] = "fulfillment";
|
|
774
|
+
OrderReturnSortkey["intent"] = "intent";
|
|
775
|
+
OrderReturnSortkey["order"] = "order";
|
|
776
|
+
OrderReturnSortkey["refundable_amount"] = "refundable_amount";
|
|
777
|
+
OrderReturnSortkey["serial_id"] = "serial_id";
|
|
778
|
+
OrderReturnSortkey["status"] = "status";
|
|
779
|
+
OrderReturnSortkey["type"] = "type";
|
|
780
|
+
OrderReturnSortkey["updatedAt"] = "updatedAt";
|
|
781
|
+
return OrderReturnSortkey;
|
|
782
|
+
}({});
|
|
783
|
+
var graphql_OrderReturnStatus = /*#__PURE__*/ function(OrderReturnStatus) {
|
|
784
|
+
OrderReturnStatus["exchange_issued"] = "exchange_issued";
|
|
785
|
+
OrderReturnStatus["in_transit"] = "in_transit";
|
|
786
|
+
OrderReturnStatus["out_for_pickup"] = "out_for_pickup";
|
|
787
|
+
OrderReturnStatus["pending"] = "pending";
|
|
788
|
+
OrderReturnStatus["picked_up"] = "picked_up";
|
|
789
|
+
OrderReturnStatus["pickup_attempted"] = "pickup_attempted";
|
|
790
|
+
OrderReturnStatus["pickup_failed"] = "pickup_failed";
|
|
791
|
+
OrderReturnStatus["reached_warehouse"] = "reached_warehouse";
|
|
792
|
+
OrderReturnStatus["refund_issued"] = "refund_issued";
|
|
793
|
+
OrderReturnStatus["request_approved"] = "request_approved";
|
|
794
|
+
OrderReturnStatus["retry_scheduled"] = "retry_scheduled";
|
|
795
|
+
OrderReturnStatus["return_approved"] = "return_approved";
|
|
796
|
+
OrderReturnStatus["return_rejected"] = "return_rejected";
|
|
797
|
+
OrderReturnStatus["under_inspection"] = "under_inspection";
|
|
798
|
+
return OrderReturnStatus;
|
|
799
|
+
}({});
|
|
800
|
+
var graphql_OrderReturnTaxScope = /*#__PURE__*/ function(OrderReturnTaxScope) {
|
|
801
|
+
OrderReturnTaxScope["line_item"] = "line_item";
|
|
802
|
+
OrderReturnTaxScope["shipping"] = "shipping";
|
|
803
|
+
return OrderReturnTaxScope;
|
|
804
|
+
}({});
|
|
805
|
+
var graphql_OrderReturnType = /*#__PURE__*/ function(OrderReturnType) {
|
|
806
|
+
OrderReturnType["delivery"] = "delivery";
|
|
807
|
+
OrderReturnType["pickup"] = "pickup";
|
|
808
|
+
OrderReturnType["shipping"] = "shipping";
|
|
809
|
+
return OrderReturnType;
|
|
810
|
+
}({});
|
|
640
811
|
var graphql_OrderSortkey = /*#__PURE__*/ function(OrderSortkey) {
|
|
641
812
|
OrderSortkey["_id"] = "_id";
|
|
642
813
|
OrderSortkey["createdAt"] = "createdAt";
|
|
@@ -666,6 +837,38 @@ var graphql_OrderTaxScope = /*#__PURE__*/ function(OrderTaxScope) {
|
|
|
666
837
|
OrderTaxScope["shipping"] = "shipping";
|
|
667
838
|
return OrderTaxScope;
|
|
668
839
|
}({});
|
|
840
|
+
var graphql_OrderfulfillmentStatus = /*#__PURE__*/ function(OrderfulfillmentStatus) {
|
|
841
|
+
OrderfulfillmentStatus["cancelled"] = "cancelled";
|
|
842
|
+
OrderfulfillmentStatus["damaged"] = "damaged";
|
|
843
|
+
OrderfulfillmentStatus["delivered"] = "delivered";
|
|
844
|
+
OrderfulfillmentStatus["delivery_attempted"] = "delivery_attempted";
|
|
845
|
+
OrderfulfillmentStatus["delivery_failed"] = "delivery_failed";
|
|
846
|
+
OrderfulfillmentStatus["in_transit"] = "in_transit";
|
|
847
|
+
OrderfulfillmentStatus["lost"] = "lost";
|
|
848
|
+
OrderfulfillmentStatus["on_hold"] = "on_hold";
|
|
849
|
+
OrderfulfillmentStatus["out_for_delivery"] = "out_for_delivery";
|
|
850
|
+
OrderfulfillmentStatus["pending"] = "pending";
|
|
851
|
+
OrderfulfillmentStatus["picked_up"] = "picked_up";
|
|
852
|
+
OrderfulfillmentStatus["pickup_expired"] = "pickup_expired";
|
|
853
|
+
OrderfulfillmentStatus["ready_for_pickup"] = "ready_for_pickup";
|
|
854
|
+
OrderfulfillmentStatus["ready_to_ship"] = "ready_to_ship";
|
|
855
|
+
OrderfulfillmentStatus["rescheduled"] = "rescheduled";
|
|
856
|
+
OrderfulfillmentStatus["retry_scheduled"] = "retry_scheduled";
|
|
857
|
+
OrderfulfillmentStatus["return_approved"] = "return_approved";
|
|
858
|
+
OrderfulfillmentStatus["return_in_transit"] = "return_in_transit";
|
|
859
|
+
OrderfulfillmentStatus["return_rejected"] = "return_rejected";
|
|
860
|
+
OrderfulfillmentStatus["return_requested"] = "return_requested";
|
|
861
|
+
OrderfulfillmentStatus["returned"] = "returned";
|
|
862
|
+
OrderfulfillmentStatus["shipped"] = "shipped";
|
|
863
|
+
return OrderfulfillmentStatus;
|
|
864
|
+
}({});
|
|
865
|
+
var graphql_OrderpaymentStatus = /*#__PURE__*/ function(OrderpaymentStatus) {
|
|
866
|
+
OrderpaymentStatus["paid"] = "paid";
|
|
867
|
+
OrderpaymentStatus["partially_refunded"] = "partially_refunded";
|
|
868
|
+
OrderpaymentStatus["pending"] = "pending";
|
|
869
|
+
OrderpaymentStatus["refunded"] = "refunded";
|
|
870
|
+
return OrderpaymentStatus;
|
|
871
|
+
}({});
|
|
669
872
|
var graphql_PageSortKeys = /*#__PURE__*/ function(PageSortKeys) {
|
|
670
873
|
PageSortKeys["_id"] = "_id";
|
|
671
874
|
PageSortKeys["createdAt"] = "createdAt";
|
|
@@ -679,6 +882,19 @@ var graphql_PageStatus = /*#__PURE__*/ function(PageStatus) {
|
|
|
679
882
|
PageStatus["draft"] = "draft";
|
|
680
883
|
return PageStatus;
|
|
681
884
|
}({});
|
|
885
|
+
var graphql_PageTranslationSortKeys = /*#__PURE__*/ function(PageTranslationSortKeys) {
|
|
886
|
+
PageTranslationSortKeys["_id"] = "_id";
|
|
887
|
+
PageTranslationSortKeys["content"] = "content";
|
|
888
|
+
PageTranslationSortKeys["createdAt"] = "createdAt";
|
|
889
|
+
PageTranslationSortKeys["excerpt"] = "excerpt";
|
|
890
|
+
PageTranslationSortKeys["language"] = "language";
|
|
891
|
+
PageTranslationSortKeys["meta_description"] = "meta_description";
|
|
892
|
+
PageTranslationSortKeys["meta_title"] = "meta_title";
|
|
893
|
+
PageTranslationSortKeys["page"] = "page";
|
|
894
|
+
PageTranslationSortKeys["title"] = "title";
|
|
895
|
+
PageTranslationSortKeys["updatedAt"] = "updatedAt";
|
|
896
|
+
return PageTranslationSortKeys;
|
|
897
|
+
}({});
|
|
682
898
|
var graphql_PayOrderPaymentResponseType = /*#__PURE__*/ function(PayOrderPaymentResponseType) {
|
|
683
899
|
PayOrderPaymentResponseType["digital"] = "digital";
|
|
684
900
|
PayOrderPaymentResponseType["manual"] = "manual";
|
|
@@ -779,6 +995,21 @@ var graphql_ProductStatus = /*#__PURE__*/ function(ProductStatus) {
|
|
|
779
995
|
ProductStatus["draft"] = "draft";
|
|
780
996
|
return ProductStatus;
|
|
781
997
|
}({});
|
|
998
|
+
var graphql_ProductTranslationSortKeys = /*#__PURE__*/ function(ProductTranslationSortKeys) {
|
|
999
|
+
ProductTranslationSortKeys["_id"] = "_id";
|
|
1000
|
+
ProductTranslationSortKeys["createdAt"] = "createdAt";
|
|
1001
|
+
ProductTranslationSortKeys["description"] = "description";
|
|
1002
|
+
ProductTranslationSortKeys["language"] = "language";
|
|
1003
|
+
ProductTranslationSortKeys["meta_description"] = "meta_description";
|
|
1004
|
+
ProductTranslationSortKeys["meta_title"] = "meta_title";
|
|
1005
|
+
ProductTranslationSortKeys["option1"] = "option1";
|
|
1006
|
+
ProductTranslationSortKeys["option2"] = "option2";
|
|
1007
|
+
ProductTranslationSortKeys["option3"] = "option3";
|
|
1008
|
+
ProductTranslationSortKeys["product"] = "product";
|
|
1009
|
+
ProductTranslationSortKeys["title"] = "title";
|
|
1010
|
+
ProductTranslationSortKeys["updatedAt"] = "updatedAt";
|
|
1011
|
+
return ProductTranslationSortKeys;
|
|
1012
|
+
}({});
|
|
782
1013
|
var graphql_PurchaseSortKeys = /*#__PURE__*/ function(PurchaseSortKeys) {
|
|
783
1014
|
PurchaseSortKeys["_id"] = "_id";
|
|
784
1015
|
PurchaseSortKeys["currency"] = "currency";
|
|
@@ -837,6 +1068,17 @@ var graphql_ShippingZoneSortKeys = /*#__PURE__*/ function(ShippingZoneSortKeys)
|
|
|
837
1068
|
ShippingZoneSortKeys["updatedAt"] = "updatedAt";
|
|
838
1069
|
return ShippingZoneSortKeys;
|
|
839
1070
|
}({});
|
|
1071
|
+
var graphql_ShopTranslationSortKeys = /*#__PURE__*/ function(ShopTranslationSortKeys) {
|
|
1072
|
+
ShopTranslationSortKeys["_id"] = "_id";
|
|
1073
|
+
ShopTranslationSortKeys["createdAt"] = "createdAt";
|
|
1074
|
+
ShopTranslationSortKeys["description"] = "description";
|
|
1075
|
+
ShopTranslationSortKeys["language"] = "language";
|
|
1076
|
+
ShopTranslationSortKeys["message"] = "message";
|
|
1077
|
+
ShopTranslationSortKeys["shop"] = "shop";
|
|
1078
|
+
ShopTranslationSortKeys["title"] = "title";
|
|
1079
|
+
ShopTranslationSortKeys["updatedAt"] = "updatedAt";
|
|
1080
|
+
return ShopTranslationSortKeys;
|
|
1081
|
+
}({});
|
|
840
1082
|
var graphql_StaffAppPermission = /*#__PURE__*/ function(StaffAppPermission) {
|
|
841
1083
|
StaffAppPermission["all"] = "all";
|
|
842
1084
|
StaffAppPermission["denied"] = "denied";
|
|
@@ -949,6 +1191,113 @@ var graphql_graphql_ThemeSortKeys = /*#__PURE__*/ function(ThemeSortKeys) {
|
|
|
949
1191
|
ThemeSortKeys["updatedAt"] = "updatedAt";
|
|
950
1192
|
return ThemeSortKeys;
|
|
951
1193
|
}({});
|
|
1194
|
+
var graphql_TrackingEvents = /*#__PURE__*/ function(TrackingEvents) {
|
|
1195
|
+
TrackingEvents["account_created"] = "account_created";
|
|
1196
|
+
TrackingEvents["account_deleted"] = "account_deleted";
|
|
1197
|
+
TrackingEvents["achievement_unlock"] = "achievement_unlock";
|
|
1198
|
+
TrackingEvents["activate_subscription"] = "activate_subscription";
|
|
1199
|
+
TrackingEvents["add_coupon"] = "add_coupon";
|
|
1200
|
+
TrackingEvents["add_payment_info"] = "add_payment_info";
|
|
1201
|
+
TrackingEvents["add_shipping_info"] = "add_shipping_info";
|
|
1202
|
+
TrackingEvents["add_to_cart"] = "add_to_cart";
|
|
1203
|
+
TrackingEvents["add_to_compare"] = "add_to_compare";
|
|
1204
|
+
TrackingEvents["add_to_wishlist"] = "add_to_wishlist";
|
|
1205
|
+
TrackingEvents["app_install"] = "app_install";
|
|
1206
|
+
TrackingEvents["app_open"] = "app_open";
|
|
1207
|
+
TrackingEvents["apply"] = "apply";
|
|
1208
|
+
TrackingEvents["begin_checkout"] = "begin_checkout";
|
|
1209
|
+
TrackingEvents["billing_info_add"] = "billing_info_add";
|
|
1210
|
+
TrackingEvents["cancel_subscription"] = "cancel_subscription";
|
|
1211
|
+
TrackingEvents["cart_abandon"] = "cart_abandon";
|
|
1212
|
+
TrackingEvents["checkout_progress"] = "checkout_progress";
|
|
1213
|
+
TrackingEvents["click"] = "click";
|
|
1214
|
+
TrackingEvents["comment"] = "comment";
|
|
1215
|
+
TrackingEvents["complete_registration"] = "complete_registration";
|
|
1216
|
+
TrackingEvents["contact"] = "contact";
|
|
1217
|
+
TrackingEvents["downgrade_subscription"] = "downgrade_subscription";
|
|
1218
|
+
TrackingEvents["download"] = "download";
|
|
1219
|
+
TrackingEvents["email_verified"] = "email_verified";
|
|
1220
|
+
TrackingEvents["generate_lead"] = "generate_lead";
|
|
1221
|
+
TrackingEvents["in_app_purchase"] = "in_app_purchase";
|
|
1222
|
+
TrackingEvents["level_complete"] = "level_complete";
|
|
1223
|
+
TrackingEvents["level_start"] = "level_start";
|
|
1224
|
+
TrackingEvents["like"] = "like";
|
|
1225
|
+
TrackingEvents["login"] = "login";
|
|
1226
|
+
TrackingEvents["page_view"] = "page_view";
|
|
1227
|
+
TrackingEvents["password_reset"] = "password_reset";
|
|
1228
|
+
TrackingEvents["payment_failed"] = "payment_failed";
|
|
1229
|
+
TrackingEvents["payment_success"] = "payment_success";
|
|
1230
|
+
TrackingEvents["phone_verified"] = "phone_verified";
|
|
1231
|
+
TrackingEvents["profile_update"] = "profile_update";
|
|
1232
|
+
TrackingEvents["purchase"] = "purchase";
|
|
1233
|
+
TrackingEvents["refund"] = "refund";
|
|
1234
|
+
TrackingEvents["remove_coupon"] = "remove_coupon";
|
|
1235
|
+
TrackingEvents["remove_from_cart"] = "remove_from_cart";
|
|
1236
|
+
TrackingEvents["remove_from_compare"] = "remove_from_compare";
|
|
1237
|
+
TrackingEvents["renew_subscription"] = "renew_subscription";
|
|
1238
|
+
TrackingEvents["request_quote"] = "request_quote";
|
|
1239
|
+
TrackingEvents["schedule"] = "schedule";
|
|
1240
|
+
TrackingEvents["scroll"] = "scroll";
|
|
1241
|
+
TrackingEvents["search"] = "search";
|
|
1242
|
+
TrackingEvents["select_item"] = "select_item";
|
|
1243
|
+
TrackingEvents["select_promotion"] = "select_promotion";
|
|
1244
|
+
TrackingEvents["share"] = "share";
|
|
1245
|
+
TrackingEvents["sign_up"] = "sign_up";
|
|
1246
|
+
TrackingEvents["start_trial"] = "start_trial";
|
|
1247
|
+
TrackingEvents["submit_form"] = "submit_form";
|
|
1248
|
+
TrackingEvents["subscribe"] = "subscribe";
|
|
1249
|
+
TrackingEvents["tutorial_complete"] = "tutorial_complete";
|
|
1250
|
+
TrackingEvents["tutorial_start"] = "tutorial_start";
|
|
1251
|
+
TrackingEvents["upgrade_subscription"] = "upgrade_subscription";
|
|
1252
|
+
TrackingEvents["video_complete"] = "video_complete";
|
|
1253
|
+
TrackingEvents["video_progress"] = "video_progress";
|
|
1254
|
+
TrackingEvents["video_start"] = "video_start";
|
|
1255
|
+
TrackingEvents["view_cart"] = "view_cart";
|
|
1256
|
+
TrackingEvents["view_content"] = "view_content";
|
|
1257
|
+
TrackingEvents["view_item"] = "view_item";
|
|
1258
|
+
TrackingEvents["view_item_list"] = "view_item_list";
|
|
1259
|
+
TrackingEvents["view_promotion"] = "view_promotion";
|
|
1260
|
+
return TrackingEvents;
|
|
1261
|
+
}({});
|
|
1262
|
+
var graphql_TrackingSortKeys = /*#__PURE__*/ function(TrackingSortKeys) {
|
|
1263
|
+
TrackingSortKeys["_id"] = "_id";
|
|
1264
|
+
TrackingSortKeys["browser_name"] = "browser_name";
|
|
1265
|
+
TrackingSortKeys["campaign"] = "campaign";
|
|
1266
|
+
TrackingSortKeys["cart"] = "cart";
|
|
1267
|
+
TrackingSortKeys["click_id"] = "click_id";
|
|
1268
|
+
TrackingSortKeys["country"] = "country";
|
|
1269
|
+
TrackingSortKeys["country_code"] = "country_code";
|
|
1270
|
+
TrackingSortKeys["coupon"] = "coupon";
|
|
1271
|
+
TrackingSortKeys["createdAt"] = "createdAt";
|
|
1272
|
+
TrackingSortKeys["currency"] = "currency";
|
|
1273
|
+
TrackingSortKeys["currency_code"] = "currency_code";
|
|
1274
|
+
TrackingSortKeys["customer"] = "customer";
|
|
1275
|
+
TrackingSortKeys["device_name"] = "device_name";
|
|
1276
|
+
TrackingSortKeys["device_type"] = "device_type";
|
|
1277
|
+
TrackingSortKeys["domain"] = "domain";
|
|
1278
|
+
TrackingSortKeys["domain_host"] = "domain_host";
|
|
1279
|
+
TrackingSortKeys["email"] = "email";
|
|
1280
|
+
TrackingSortKeys["event_name"] = "event_name";
|
|
1281
|
+
TrackingSortKeys["ip"] = "ip";
|
|
1282
|
+
TrackingSortKeys["landing_page"] = "landing_page";
|
|
1283
|
+
TrackingSortKeys["market"] = "market";
|
|
1284
|
+
TrackingSortKeys["medium"] = "medium";
|
|
1285
|
+
TrackingSortKeys["order"] = "order";
|
|
1286
|
+
TrackingSortKeys["os_name"] = "os_name";
|
|
1287
|
+
TrackingSortKeys["payment"] = "payment";
|
|
1288
|
+
TrackingSortKeys["phone"] = "phone";
|
|
1289
|
+
TrackingSortKeys["referrer"] = "referrer";
|
|
1290
|
+
TrackingSortKeys["region"] = "region";
|
|
1291
|
+
TrackingSortKeys["shipping"] = "shipping";
|
|
1292
|
+
TrackingSortKeys["source"] = "source";
|
|
1293
|
+
TrackingSortKeys["store"] = "store";
|
|
1294
|
+
TrackingSortKeys["subtotal"] = "subtotal";
|
|
1295
|
+
TrackingSortKeys["tax"] = "tax";
|
|
1296
|
+
TrackingSortKeys["total"] = "total";
|
|
1297
|
+
TrackingSortKeys["user_agent"] = "user_agent";
|
|
1298
|
+
TrackingSortKeys["visitor_id"] = "visitor_id";
|
|
1299
|
+
return TrackingSortKeys;
|
|
1300
|
+
}({});
|
|
952
1301
|
var graphql_TransferSortKeys = /*#__PURE__*/ function(TransferSortKeys) {
|
|
953
1302
|
TransferSortKeys["_id"] = "_id";
|
|
954
1303
|
TransferSortKeys["createdAt"] = "createdAt";
|
|
@@ -1020,11 +1369,33 @@ var graphql_VariantStatus = /*#__PURE__*/ function(VariantStatus) {
|
|
|
1020
1369
|
VariantStatus["draft"] = "draft";
|
|
1021
1370
|
return VariantStatus;
|
|
1022
1371
|
}({});
|
|
1372
|
+
var graphql_VariantTranslationSortKeys = /*#__PURE__*/ function(VariantTranslationSortKeys) {
|
|
1373
|
+
VariantTranslationSortKeys["_id"] = "_id";
|
|
1374
|
+
VariantTranslationSortKeys["createdAt"] = "createdAt";
|
|
1375
|
+
VariantTranslationSortKeys["language"] = "language";
|
|
1376
|
+
VariantTranslationSortKeys["option1"] = "option1";
|
|
1377
|
+
VariantTranslationSortKeys["option2"] = "option2";
|
|
1378
|
+
VariantTranslationSortKeys["option3"] = "option3";
|
|
1379
|
+
VariantTranslationSortKeys["updatedAt"] = "updatedAt";
|
|
1380
|
+
VariantTranslationSortKeys["variant"] = "variant";
|
|
1381
|
+
return VariantTranslationSortKeys;
|
|
1382
|
+
}({});
|
|
1023
1383
|
var graphql_WhoamiType = /*#__PURE__*/ function(WhoamiType) {
|
|
1024
1384
|
WhoamiType["APP"] = "APP";
|
|
1025
1385
|
WhoamiType["USER"] = "USER";
|
|
1026
1386
|
return WhoamiType;
|
|
1027
1387
|
}({});
|
|
1388
|
+
var graphql_AppBilling = /*#__PURE__*/ function(_AppBilling) {
|
|
1389
|
+
_AppBilling["purchase"] = "purchase";
|
|
1390
|
+
_AppBilling["subscription"] = "subscription";
|
|
1391
|
+
return _AppBilling;
|
|
1392
|
+
}({});
|
|
1393
|
+
var graphql_AppDistribution = /*#__PURE__*/ function(_AppDistribution) {
|
|
1394
|
+
_AppDistribution["private"] = "private";
|
|
1395
|
+
_AppDistribution["protected"] = "protected";
|
|
1396
|
+
_AppDistribution["public"] = "public";
|
|
1397
|
+
return _AppDistribution;
|
|
1398
|
+
}({});
|
|
1028
1399
|
var graphql_AppSortKeys = /*#__PURE__*/ function(_AppSortKeys) {
|
|
1029
1400
|
_AppSortKeys["_id"] = "_id";
|
|
1030
1401
|
_AppSortKeys["createdAt"] = "createdAt";
|
|
@@ -1032,6 +1403,29 @@ var graphql_AppSortKeys = /*#__PURE__*/ function(_AppSortKeys) {
|
|
|
1032
1403
|
_AppSortKeys["updatedAt"] = "updatedAt";
|
|
1033
1404
|
return _AppSortKeys;
|
|
1034
1405
|
}({});
|
|
1406
|
+
var graphql_AppStatus = /*#__PURE__*/ function(_AppStatus) {
|
|
1407
|
+
_AppStatus["approved"] = "approved";
|
|
1408
|
+
_AppStatus["banned"] = "banned";
|
|
1409
|
+
_AppStatus["draft"] = "draft";
|
|
1410
|
+
_AppStatus["live"] = "live";
|
|
1411
|
+
_AppStatus["rejected"] = "rejected";
|
|
1412
|
+
_AppStatus["suspended"] = "suspended";
|
|
1413
|
+
_AppStatus["under_review"] = "under_review";
|
|
1414
|
+
_AppStatus["unpublished"] = "unpublished";
|
|
1415
|
+
return _AppStatus;
|
|
1416
|
+
}({});
|
|
1417
|
+
var graphql_BlogSortKeys = /*#__PURE__*/ function(_BlogSortKeys) {
|
|
1418
|
+
_BlogSortKeys["_id"] = "_id";
|
|
1419
|
+
_BlogSortKeys["createdAt"] = "createdAt";
|
|
1420
|
+
_BlogSortKeys["title"] = "title";
|
|
1421
|
+
_BlogSortKeys["updatedAt"] = "updatedAt";
|
|
1422
|
+
return _BlogSortKeys;
|
|
1423
|
+
}({});
|
|
1424
|
+
var graphql_BlogStatuses = /*#__PURE__*/ function(_BlogStatuses) {
|
|
1425
|
+
_BlogStatuses["draft"] = "draft";
|
|
1426
|
+
_BlogStatuses["live"] = "live";
|
|
1427
|
+
return _BlogStatuses;
|
|
1428
|
+
}({});
|
|
1035
1429
|
var graphql_CategorySortKeys = /*#__PURE__*/ function(_CategorySortKeys) {
|
|
1036
1430
|
_CategorySortKeys["_id"] = "_id";
|
|
1037
1431
|
_CategorySortKeys["has_children"] = "has_children";
|
|
@@ -6090,4 +6484,630 @@ const VariantsDocument = {
|
|
|
6090
6484
|
}
|
|
6091
6485
|
]
|
|
6092
6486
|
};
|
|
6093
|
-
|
|
6487
|
+
const AddLogDocument = {
|
|
6488
|
+
kind: "Document",
|
|
6489
|
+
definitions: [
|
|
6490
|
+
{
|
|
6491
|
+
kind: "OperationDefinition",
|
|
6492
|
+
operation: "mutation",
|
|
6493
|
+
name: {
|
|
6494
|
+
kind: "Name",
|
|
6495
|
+
value: "AddLog"
|
|
6496
|
+
},
|
|
6497
|
+
variableDefinitions: [
|
|
6498
|
+
{
|
|
6499
|
+
kind: "VariableDefinition",
|
|
6500
|
+
variable: {
|
|
6501
|
+
kind: "Variable",
|
|
6502
|
+
name: {
|
|
6503
|
+
kind: "Name",
|
|
6504
|
+
value: "input"
|
|
6505
|
+
}
|
|
6506
|
+
},
|
|
6507
|
+
type: {
|
|
6508
|
+
kind: "NonNullType",
|
|
6509
|
+
type: {
|
|
6510
|
+
kind: "NamedType",
|
|
6511
|
+
name: {
|
|
6512
|
+
kind: "Name",
|
|
6513
|
+
value: "CreateLogInput"
|
|
6514
|
+
}
|
|
6515
|
+
}
|
|
6516
|
+
}
|
|
6517
|
+
}
|
|
6518
|
+
],
|
|
6519
|
+
selectionSet: {
|
|
6520
|
+
kind: "SelectionSet",
|
|
6521
|
+
selections: [
|
|
6522
|
+
{
|
|
6523
|
+
kind: "Field",
|
|
6524
|
+
name: {
|
|
6525
|
+
kind: "Name",
|
|
6526
|
+
value: "addLog"
|
|
6527
|
+
},
|
|
6528
|
+
arguments: [
|
|
6529
|
+
{
|
|
6530
|
+
kind: "Argument",
|
|
6531
|
+
name: {
|
|
6532
|
+
kind: "Name",
|
|
6533
|
+
value: "input"
|
|
6534
|
+
},
|
|
6535
|
+
value: {
|
|
6536
|
+
kind: "Variable",
|
|
6537
|
+
name: {
|
|
6538
|
+
kind: "Name",
|
|
6539
|
+
value: "input"
|
|
6540
|
+
}
|
|
6541
|
+
}
|
|
6542
|
+
}
|
|
6543
|
+
],
|
|
6544
|
+
selectionSet: {
|
|
6545
|
+
kind: "SelectionSet",
|
|
6546
|
+
selections: [
|
|
6547
|
+
{
|
|
6548
|
+
kind: "Field",
|
|
6549
|
+
name: {
|
|
6550
|
+
kind: "Name",
|
|
6551
|
+
value: "_id"
|
|
6552
|
+
}
|
|
6553
|
+
},
|
|
6554
|
+
{
|
|
6555
|
+
kind: "Field",
|
|
6556
|
+
name: {
|
|
6557
|
+
kind: "Name",
|
|
6558
|
+
value: "action"
|
|
6559
|
+
}
|
|
6560
|
+
},
|
|
6561
|
+
{
|
|
6562
|
+
kind: "Field",
|
|
6563
|
+
name: {
|
|
6564
|
+
kind: "Name",
|
|
6565
|
+
value: "createdAt"
|
|
6566
|
+
}
|
|
6567
|
+
},
|
|
6568
|
+
{
|
|
6569
|
+
kind: "Field",
|
|
6570
|
+
name: {
|
|
6571
|
+
kind: "Name",
|
|
6572
|
+
value: "comment"
|
|
6573
|
+
}
|
|
6574
|
+
},
|
|
6575
|
+
{
|
|
6576
|
+
kind: "Field",
|
|
6577
|
+
name: {
|
|
6578
|
+
kind: "Name",
|
|
6579
|
+
value: "user"
|
|
6580
|
+
},
|
|
6581
|
+
selectionSet: {
|
|
6582
|
+
kind: "SelectionSet",
|
|
6583
|
+
selections: [
|
|
6584
|
+
{
|
|
6585
|
+
kind: "Field",
|
|
6586
|
+
name: {
|
|
6587
|
+
kind: "Name",
|
|
6588
|
+
value: "_id"
|
|
6589
|
+
}
|
|
6590
|
+
},
|
|
6591
|
+
{
|
|
6592
|
+
kind: "Field",
|
|
6593
|
+
name: {
|
|
6594
|
+
kind: "Name",
|
|
6595
|
+
value: "first_name"
|
|
6596
|
+
}
|
|
6597
|
+
},
|
|
6598
|
+
{
|
|
6599
|
+
kind: "Field",
|
|
6600
|
+
name: {
|
|
6601
|
+
kind: "Name",
|
|
6602
|
+
value: "last_name"
|
|
6603
|
+
}
|
|
6604
|
+
}
|
|
6605
|
+
]
|
|
6606
|
+
}
|
|
6607
|
+
},
|
|
6608
|
+
{
|
|
6609
|
+
kind: "Field",
|
|
6610
|
+
name: {
|
|
6611
|
+
kind: "Name",
|
|
6612
|
+
value: "app"
|
|
6613
|
+
},
|
|
6614
|
+
selectionSet: {
|
|
6615
|
+
kind: "SelectionSet",
|
|
6616
|
+
selections: [
|
|
6617
|
+
{
|
|
6618
|
+
kind: "Field",
|
|
6619
|
+
name: {
|
|
6620
|
+
kind: "Name",
|
|
6621
|
+
value: "_id"
|
|
6622
|
+
}
|
|
6623
|
+
},
|
|
6624
|
+
{
|
|
6625
|
+
kind: "Field",
|
|
6626
|
+
name: {
|
|
6627
|
+
kind: "Name",
|
|
6628
|
+
value: "app"
|
|
6629
|
+
},
|
|
6630
|
+
selectionSet: {
|
|
6631
|
+
kind: "SelectionSet",
|
|
6632
|
+
selections: [
|
|
6633
|
+
{
|
|
6634
|
+
kind: "Field",
|
|
6635
|
+
name: {
|
|
6636
|
+
kind: "Name",
|
|
6637
|
+
value: "_id"
|
|
6638
|
+
}
|
|
6639
|
+
},
|
|
6640
|
+
{
|
|
6641
|
+
kind: "Field",
|
|
6642
|
+
name: {
|
|
6643
|
+
kind: "Name",
|
|
6644
|
+
value: "title"
|
|
6645
|
+
}
|
|
6646
|
+
}
|
|
6647
|
+
]
|
|
6648
|
+
}
|
|
6649
|
+
}
|
|
6650
|
+
]
|
|
6651
|
+
}
|
|
6652
|
+
}
|
|
6653
|
+
]
|
|
6654
|
+
}
|
|
6655
|
+
}
|
|
6656
|
+
]
|
|
6657
|
+
}
|
|
6658
|
+
}
|
|
6659
|
+
]
|
|
6660
|
+
};
|
|
6661
|
+
const LogsDocument = {
|
|
6662
|
+
kind: "Document",
|
|
6663
|
+
definitions: [
|
|
6664
|
+
{
|
|
6665
|
+
kind: "OperationDefinition",
|
|
6666
|
+
operation: "query",
|
|
6667
|
+
name: {
|
|
6668
|
+
kind: "Name",
|
|
6669
|
+
value: "Logs"
|
|
6670
|
+
},
|
|
6671
|
+
variableDefinitions: [
|
|
6672
|
+
{
|
|
6673
|
+
kind: "VariableDefinition",
|
|
6674
|
+
variable: {
|
|
6675
|
+
kind: "Variable",
|
|
6676
|
+
name: {
|
|
6677
|
+
kind: "Name",
|
|
6678
|
+
value: "after"
|
|
6679
|
+
}
|
|
6680
|
+
},
|
|
6681
|
+
type: {
|
|
6682
|
+
kind: "NamedType",
|
|
6683
|
+
name: {
|
|
6684
|
+
kind: "Name",
|
|
6685
|
+
value: "ID"
|
|
6686
|
+
}
|
|
6687
|
+
}
|
|
6688
|
+
},
|
|
6689
|
+
{
|
|
6690
|
+
kind: "VariableDefinition",
|
|
6691
|
+
variable: {
|
|
6692
|
+
kind: "Variable",
|
|
6693
|
+
name: {
|
|
6694
|
+
kind: "Name",
|
|
6695
|
+
value: "before"
|
|
6696
|
+
}
|
|
6697
|
+
},
|
|
6698
|
+
type: {
|
|
6699
|
+
kind: "NamedType",
|
|
6700
|
+
name: {
|
|
6701
|
+
kind: "Name",
|
|
6702
|
+
value: "ID"
|
|
6703
|
+
}
|
|
6704
|
+
}
|
|
6705
|
+
},
|
|
6706
|
+
{
|
|
6707
|
+
kind: "VariableDefinition",
|
|
6708
|
+
variable: {
|
|
6709
|
+
kind: "Variable",
|
|
6710
|
+
name: {
|
|
6711
|
+
kind: "Name",
|
|
6712
|
+
value: "first"
|
|
6713
|
+
}
|
|
6714
|
+
},
|
|
6715
|
+
type: {
|
|
6716
|
+
kind: "NamedType",
|
|
6717
|
+
name: {
|
|
6718
|
+
kind: "Name",
|
|
6719
|
+
value: "Int"
|
|
6720
|
+
}
|
|
6721
|
+
}
|
|
6722
|
+
},
|
|
6723
|
+
{
|
|
6724
|
+
kind: "VariableDefinition",
|
|
6725
|
+
variable: {
|
|
6726
|
+
kind: "Variable",
|
|
6727
|
+
name: {
|
|
6728
|
+
kind: "Name",
|
|
6729
|
+
value: "last"
|
|
6730
|
+
}
|
|
6731
|
+
},
|
|
6732
|
+
type: {
|
|
6733
|
+
kind: "NamedType",
|
|
6734
|
+
name: {
|
|
6735
|
+
kind: "Name",
|
|
6736
|
+
value: "Int"
|
|
6737
|
+
}
|
|
6738
|
+
}
|
|
6739
|
+
},
|
|
6740
|
+
{
|
|
6741
|
+
kind: "VariableDefinition",
|
|
6742
|
+
variable: {
|
|
6743
|
+
kind: "Variable",
|
|
6744
|
+
name: {
|
|
6745
|
+
kind: "Name",
|
|
6746
|
+
value: "query"
|
|
6747
|
+
}
|
|
6748
|
+
},
|
|
6749
|
+
type: {
|
|
6750
|
+
kind: "NamedType",
|
|
6751
|
+
name: {
|
|
6752
|
+
kind: "Name",
|
|
6753
|
+
value: "String"
|
|
6754
|
+
}
|
|
6755
|
+
}
|
|
6756
|
+
},
|
|
6757
|
+
{
|
|
6758
|
+
kind: "VariableDefinition",
|
|
6759
|
+
variable: {
|
|
6760
|
+
kind: "Variable",
|
|
6761
|
+
name: {
|
|
6762
|
+
kind: "Name",
|
|
6763
|
+
value: "reverse"
|
|
6764
|
+
}
|
|
6765
|
+
},
|
|
6766
|
+
type: {
|
|
6767
|
+
kind: "NamedType",
|
|
6768
|
+
name: {
|
|
6769
|
+
kind: "Name",
|
|
6770
|
+
value: "Boolean"
|
|
6771
|
+
}
|
|
6772
|
+
}
|
|
6773
|
+
},
|
|
6774
|
+
{
|
|
6775
|
+
kind: "VariableDefinition",
|
|
6776
|
+
variable: {
|
|
6777
|
+
kind: "Variable",
|
|
6778
|
+
name: {
|
|
6779
|
+
kind: "Name",
|
|
6780
|
+
value: "sortKey"
|
|
6781
|
+
}
|
|
6782
|
+
},
|
|
6783
|
+
type: {
|
|
6784
|
+
kind: "NamedType",
|
|
6785
|
+
name: {
|
|
6786
|
+
kind: "Name",
|
|
6787
|
+
value: "LogSortKeys"
|
|
6788
|
+
}
|
|
6789
|
+
}
|
|
6790
|
+
},
|
|
6791
|
+
{
|
|
6792
|
+
kind: "VariableDefinition",
|
|
6793
|
+
variable: {
|
|
6794
|
+
kind: "Variable",
|
|
6795
|
+
name: {
|
|
6796
|
+
kind: "Name",
|
|
6797
|
+
value: "filterKeys"
|
|
6798
|
+
}
|
|
6799
|
+
},
|
|
6800
|
+
type: {
|
|
6801
|
+
kind: "NamedType",
|
|
6802
|
+
name: {
|
|
6803
|
+
kind: "Name",
|
|
6804
|
+
value: "LogFilterKeys"
|
|
6805
|
+
}
|
|
6806
|
+
}
|
|
6807
|
+
}
|
|
6808
|
+
],
|
|
6809
|
+
selectionSet: {
|
|
6810
|
+
kind: "SelectionSet",
|
|
6811
|
+
selections: [
|
|
6812
|
+
{
|
|
6813
|
+
kind: "Field",
|
|
6814
|
+
name: {
|
|
6815
|
+
kind: "Name",
|
|
6816
|
+
value: "logs"
|
|
6817
|
+
},
|
|
6818
|
+
arguments: [
|
|
6819
|
+
{
|
|
6820
|
+
kind: "Argument",
|
|
6821
|
+
name: {
|
|
6822
|
+
kind: "Name",
|
|
6823
|
+
value: "after"
|
|
6824
|
+
},
|
|
6825
|
+
value: {
|
|
6826
|
+
kind: "Variable",
|
|
6827
|
+
name: {
|
|
6828
|
+
kind: "Name",
|
|
6829
|
+
value: "after"
|
|
6830
|
+
}
|
|
6831
|
+
}
|
|
6832
|
+
},
|
|
6833
|
+
{
|
|
6834
|
+
kind: "Argument",
|
|
6835
|
+
name: {
|
|
6836
|
+
kind: "Name",
|
|
6837
|
+
value: "before"
|
|
6838
|
+
},
|
|
6839
|
+
value: {
|
|
6840
|
+
kind: "Variable",
|
|
6841
|
+
name: {
|
|
6842
|
+
kind: "Name",
|
|
6843
|
+
value: "before"
|
|
6844
|
+
}
|
|
6845
|
+
}
|
|
6846
|
+
},
|
|
6847
|
+
{
|
|
6848
|
+
kind: "Argument",
|
|
6849
|
+
name: {
|
|
6850
|
+
kind: "Name",
|
|
6851
|
+
value: "first"
|
|
6852
|
+
},
|
|
6853
|
+
value: {
|
|
6854
|
+
kind: "Variable",
|
|
6855
|
+
name: {
|
|
6856
|
+
kind: "Name",
|
|
6857
|
+
value: "first"
|
|
6858
|
+
}
|
|
6859
|
+
}
|
|
6860
|
+
},
|
|
6861
|
+
{
|
|
6862
|
+
kind: "Argument",
|
|
6863
|
+
name: {
|
|
6864
|
+
kind: "Name",
|
|
6865
|
+
value: "last"
|
|
6866
|
+
},
|
|
6867
|
+
value: {
|
|
6868
|
+
kind: "Variable",
|
|
6869
|
+
name: {
|
|
6870
|
+
kind: "Name",
|
|
6871
|
+
value: "last"
|
|
6872
|
+
}
|
|
6873
|
+
}
|
|
6874
|
+
},
|
|
6875
|
+
{
|
|
6876
|
+
kind: "Argument",
|
|
6877
|
+
name: {
|
|
6878
|
+
kind: "Name",
|
|
6879
|
+
value: "query"
|
|
6880
|
+
},
|
|
6881
|
+
value: {
|
|
6882
|
+
kind: "Variable",
|
|
6883
|
+
name: {
|
|
6884
|
+
kind: "Name",
|
|
6885
|
+
value: "query"
|
|
6886
|
+
}
|
|
6887
|
+
}
|
|
6888
|
+
},
|
|
6889
|
+
{
|
|
6890
|
+
kind: "Argument",
|
|
6891
|
+
name: {
|
|
6892
|
+
kind: "Name",
|
|
6893
|
+
value: "reverse"
|
|
6894
|
+
},
|
|
6895
|
+
value: {
|
|
6896
|
+
kind: "Variable",
|
|
6897
|
+
name: {
|
|
6898
|
+
kind: "Name",
|
|
6899
|
+
value: "reverse"
|
|
6900
|
+
}
|
|
6901
|
+
}
|
|
6902
|
+
},
|
|
6903
|
+
{
|
|
6904
|
+
kind: "Argument",
|
|
6905
|
+
name: {
|
|
6906
|
+
kind: "Name",
|
|
6907
|
+
value: "sortKey"
|
|
6908
|
+
},
|
|
6909
|
+
value: {
|
|
6910
|
+
kind: "Variable",
|
|
6911
|
+
name: {
|
|
6912
|
+
kind: "Name",
|
|
6913
|
+
value: "sortKey"
|
|
6914
|
+
}
|
|
6915
|
+
}
|
|
6916
|
+
},
|
|
6917
|
+
{
|
|
6918
|
+
kind: "Argument",
|
|
6919
|
+
name: {
|
|
6920
|
+
kind: "Name",
|
|
6921
|
+
value: "filterKeys"
|
|
6922
|
+
},
|
|
6923
|
+
value: {
|
|
6924
|
+
kind: "Variable",
|
|
6925
|
+
name: {
|
|
6926
|
+
kind: "Name",
|
|
6927
|
+
value: "filterKeys"
|
|
6928
|
+
}
|
|
6929
|
+
}
|
|
6930
|
+
}
|
|
6931
|
+
],
|
|
6932
|
+
selectionSet: {
|
|
6933
|
+
kind: "SelectionSet",
|
|
6934
|
+
selections: [
|
|
6935
|
+
{
|
|
6936
|
+
kind: "Field",
|
|
6937
|
+
name: {
|
|
6938
|
+
kind: "Name",
|
|
6939
|
+
value: "pageInfo"
|
|
6940
|
+
},
|
|
6941
|
+
selectionSet: {
|
|
6942
|
+
kind: "SelectionSet",
|
|
6943
|
+
selections: [
|
|
6944
|
+
{
|
|
6945
|
+
kind: "Field",
|
|
6946
|
+
name: {
|
|
6947
|
+
kind: "Name",
|
|
6948
|
+
value: "endCursor"
|
|
6949
|
+
}
|
|
6950
|
+
},
|
|
6951
|
+
{
|
|
6952
|
+
kind: "Field",
|
|
6953
|
+
name: {
|
|
6954
|
+
kind: "Name",
|
|
6955
|
+
value: "hasNextPage"
|
|
6956
|
+
}
|
|
6957
|
+
},
|
|
6958
|
+
{
|
|
6959
|
+
kind: "Field",
|
|
6960
|
+
name: {
|
|
6961
|
+
kind: "Name",
|
|
6962
|
+
value: "hasPreviousPage"
|
|
6963
|
+
}
|
|
6964
|
+
},
|
|
6965
|
+
{
|
|
6966
|
+
kind: "Field",
|
|
6967
|
+
name: {
|
|
6968
|
+
kind: "Name",
|
|
6969
|
+
value: "startCursor"
|
|
6970
|
+
}
|
|
6971
|
+
}
|
|
6972
|
+
]
|
|
6973
|
+
}
|
|
6974
|
+
},
|
|
6975
|
+
{
|
|
6976
|
+
kind: "Field",
|
|
6977
|
+
name: {
|
|
6978
|
+
kind: "Name",
|
|
6979
|
+
value: "edges"
|
|
6980
|
+
},
|
|
6981
|
+
selectionSet: {
|
|
6982
|
+
kind: "SelectionSet",
|
|
6983
|
+
selections: [
|
|
6984
|
+
{
|
|
6985
|
+
kind: "Field",
|
|
6986
|
+
name: {
|
|
6987
|
+
kind: "Name",
|
|
6988
|
+
value: "node"
|
|
6989
|
+
},
|
|
6990
|
+
selectionSet: {
|
|
6991
|
+
kind: "SelectionSet",
|
|
6992
|
+
selections: [
|
|
6993
|
+
{
|
|
6994
|
+
kind: "Field",
|
|
6995
|
+
name: {
|
|
6996
|
+
kind: "Name",
|
|
6997
|
+
value: "_id"
|
|
6998
|
+
}
|
|
6999
|
+
},
|
|
7000
|
+
{
|
|
7001
|
+
kind: "Field",
|
|
7002
|
+
name: {
|
|
7003
|
+
kind: "Name",
|
|
7004
|
+
value: "action"
|
|
7005
|
+
}
|
|
7006
|
+
},
|
|
7007
|
+
{
|
|
7008
|
+
kind: "Field",
|
|
7009
|
+
name: {
|
|
7010
|
+
kind: "Name",
|
|
7011
|
+
value: "createdAt"
|
|
7012
|
+
}
|
|
7013
|
+
},
|
|
7014
|
+
{
|
|
7015
|
+
kind: "Field",
|
|
7016
|
+
name: {
|
|
7017
|
+
kind: "Name",
|
|
7018
|
+
value: "comment"
|
|
7019
|
+
}
|
|
7020
|
+
},
|
|
7021
|
+
{
|
|
7022
|
+
kind: "Field",
|
|
7023
|
+
name: {
|
|
7024
|
+
kind: "Name",
|
|
7025
|
+
value: "user"
|
|
7026
|
+
},
|
|
7027
|
+
selectionSet: {
|
|
7028
|
+
kind: "SelectionSet",
|
|
7029
|
+
selections: [
|
|
7030
|
+
{
|
|
7031
|
+
kind: "Field",
|
|
7032
|
+
name: {
|
|
7033
|
+
kind: "Name",
|
|
7034
|
+
value: "_id"
|
|
7035
|
+
}
|
|
7036
|
+
},
|
|
7037
|
+
{
|
|
7038
|
+
kind: "Field",
|
|
7039
|
+
name: {
|
|
7040
|
+
kind: "Name",
|
|
7041
|
+
value: "first_name"
|
|
7042
|
+
}
|
|
7043
|
+
},
|
|
7044
|
+
{
|
|
7045
|
+
kind: "Field",
|
|
7046
|
+
name: {
|
|
7047
|
+
kind: "Name",
|
|
7048
|
+
value: "last_name"
|
|
7049
|
+
}
|
|
7050
|
+
}
|
|
7051
|
+
]
|
|
7052
|
+
}
|
|
7053
|
+
},
|
|
7054
|
+
{
|
|
7055
|
+
kind: "Field",
|
|
7056
|
+
name: {
|
|
7057
|
+
kind: "Name",
|
|
7058
|
+
value: "app"
|
|
7059
|
+
},
|
|
7060
|
+
selectionSet: {
|
|
7061
|
+
kind: "SelectionSet",
|
|
7062
|
+
selections: [
|
|
7063
|
+
{
|
|
7064
|
+
kind: "Field",
|
|
7065
|
+
name: {
|
|
7066
|
+
kind: "Name",
|
|
7067
|
+
value: "_id"
|
|
7068
|
+
}
|
|
7069
|
+
},
|
|
7070
|
+
{
|
|
7071
|
+
kind: "Field",
|
|
7072
|
+
name: {
|
|
7073
|
+
kind: "Name",
|
|
7074
|
+
value: "app"
|
|
7075
|
+
},
|
|
7076
|
+
selectionSet: {
|
|
7077
|
+
kind: "SelectionSet",
|
|
7078
|
+
selections: [
|
|
7079
|
+
{
|
|
7080
|
+
kind: "Field",
|
|
7081
|
+
name: {
|
|
7082
|
+
kind: "Name",
|
|
7083
|
+
value: "_id"
|
|
7084
|
+
}
|
|
7085
|
+
},
|
|
7086
|
+
{
|
|
7087
|
+
kind: "Field",
|
|
7088
|
+
name: {
|
|
7089
|
+
kind: "Name",
|
|
7090
|
+
value: "title"
|
|
7091
|
+
}
|
|
7092
|
+
}
|
|
7093
|
+
]
|
|
7094
|
+
}
|
|
7095
|
+
}
|
|
7096
|
+
]
|
|
7097
|
+
}
|
|
7098
|
+
}
|
|
7099
|
+
]
|
|
7100
|
+
}
|
|
7101
|
+
}
|
|
7102
|
+
]
|
|
7103
|
+
}
|
|
7104
|
+
}
|
|
7105
|
+
]
|
|
7106
|
+
}
|
|
7107
|
+
}
|
|
7108
|
+
]
|
|
7109
|
+
}
|
|
7110
|
+
}
|
|
7111
|
+
]
|
|
7112
|
+
};
|
|
7113
|
+
export { graphql_AccountEmailIntent as AccountEmailIntent, graphql_AccountEmailUpdateActionIntent as AccountEmailUpdateActionIntent, AddLogDocument, AddMediasDocument, graphql_graphql_AppSortKeys as AppSortKeys, graphql_ArticleCommentPermission as ArticleCommentPermission, graphql_ArticleSortKeys as ArticleSortKeys, graphql_ArticleStatus as ArticleStatus, graphql_ArticleTranslationSortKeys as ArticleTranslationSortKeys, ArticlesDocument, graphql_graphql_BlogSortKeys as BlogSortKeys, graphql_BlogTranslationSortKeys as BlogTranslationSortKeys, BlogsDocument, graphql_CartDiscountScope as CartDiscountScope, graphql_CartDiscountSource as CartDiscountSource, graphql_CartDiscountStatus as CartDiscountStatus, graphql_CartDiscountType as CartDiscountType, graphql_CartFulfillmentMethod as CartFulfillmentMethod, graphql_CartLineItemSource as CartLineItemSource, graphql_CartPaymentOptionChargeType as CartPaymentOptionChargeType, graphql_CartPaymentOptionType as CartPaymentOptionType, graphql_CartSortkeys as CartSortkeys, graphql_CartTaxScope as CartTaxScope, graphql_CheckoutAutoFulfillment as CheckoutAutoFulfillment, graphql_CheckoutContactMethod as CheckoutContactMethod, graphql_CheckoutExcludeRequiredOptional as CheckoutExcludeRequiredOptional, graphql_CheckoutNameRequirement as CheckoutNameRequirement, graphql_CollectionProductSortkey as CollectionProductSortkey, graphql_CollectionSortKey as CollectionSortKey, graphql_CollectionTranslationSortKeys as CollectionTranslationSortKeys, CollectionsDocument, graphql_CustomerAddressSortkeys as CustomerAddressSortkeys, graphql_CustomerSegmentCombine as CustomerSegmentCombine, graphql_CustomerSegmentConditionField as CustomerSegmentConditionField, graphql_CustomerSegmentConditionOperator as CustomerSegmentConditionOperator, graphql_CustomerSegmentSortkeys as CustomerSegmentSortkeys, CustomerSegmentsDocument, graphql_CustomerSortkeys as CustomerSortkeys, CustomersDocument, graphql_DefaultThemeTemplateType as DefaultThemeTemplateType, DeleteMediasDocument, graphql_DeliveryProfileSortKeys as DeliveryProfileSortKeys, graphql_DeliveryRateSortKeys as DeliveryRateSortKeys, graphql_DeliveryZoneRateConditionType as DeliveryZoneRateConditionType, graphql_DeliveryZoneSortKeys as DeliveryZoneSortKeys, graphql_DiscountAooMinimumPurchaseType as DiscountAooMinimumPurchaseType, graphql_DiscountAooType as DiscountAooType, graphql_DiscountAopApplication as DiscountAopApplication, graphql_DiscountAopMinimumPurchaseType as DiscountAopMinimumPurchaseType, graphql_DiscountAopType as DiscountAopType, graphql_DiscountApplication as DiscountApplication, graphql_DiscountBxgyApplication as DiscountBxgyApplication, graphql_DiscountBxgyMinimumPurchaseType as DiscountBxgyMinimumPurchaseType, graphql_DiscountBxgyOfferApplication as DiscountBxgyOfferApplication, graphql_DiscountBxgyType as DiscountBxgyType, graphql_DiscountFsMinimumPurchaseType as DiscountFsMinimumPurchaseType, graphql_DiscountFsType as DiscountFsType, graphql_DiscountSortKeys as DiscountSortKeys, graphql_DiscountType as DiscountType, graphql_DomainRecordType as DomainRecordType, graphql_DomainSortkeys as DomainSortkeys, graphql_EditThemeTemplateType as EditThemeTemplateType, graphql_InventorySortKeys as InventorySortKeys, graphql_LinklistSortKeys as LinklistSortKeys, graphql_LinklistType as LinklistType, LinklistsDocument, graphql_LocationSortKeys as LocationSortKeys, graphql_LogActions as LogActions, graphql_LogResources as LogResources, graphql_LogSortKeys as LogSortKeys, graphql_LoginMethod as LoginMethod, LogsDocument, graphql_MarketSortKeys as MarketSortKeys, graphql_MarketVariantSortKeys as MarketVariantSortKeys, graphql_MediaSortKeys as MediaSortKeys, graphql_MediaType as MediaType, MediaUsageDocument, MediasDocument, graphql_MetafieldEntryType as MetafieldEntryType, graphql_MetafieldScope as MetafieldScope, graphql_MetafieldSortKeys as MetafieldSortKeys, graphql_MetafieldType as MetafieldType, MetafieldsDocument, MetaobjectEntriesDocument, graphql_MetaobjectEntrySortKeys as MetaobjectEntrySortKeys, graphql_MetaobjectFieldType as MetaobjectFieldType, graphql_MetaobjectSortKeys as MetaobjectSortKeys, MetaobjectsDocument, graphql_OrderChannel as OrderChannel, graphql_OrderDiscountScope as OrderDiscountScope, graphql_OrderDiscountSource as OrderDiscountSource, graphql_OrderDiscountStatus as OrderDiscountStatus, graphql_OrderDiscountType as OrderDiscountType, graphql_OrderFulfillmentDiscountScope as OrderFulfillmentDiscountScope, graphql_OrderFulfillmentDiscountSource as OrderFulfillmentDiscountSource, graphql_OrderFulfillmentDiscountStatus as OrderFulfillmentDiscountStatus, graphql_OrderFulfillmentDiscountType as OrderFulfillmentDiscountType, graphql_OrderFulfillmentLineItemSource as OrderFulfillmentLineItemSource, graphql_OrderFulfillmentMethod as OrderFulfillmentMethod, graphql_OrderFulfillmentPurpose as OrderFulfillmentPurpose, graphql_OrderFulfillmentSortkey as OrderFulfillmentSortkey, graphql_OrderFulfillmentStatus as OrderFulfillmentStatus, graphql_OrderFulfillmentTaxScope as OrderFulfillmentTaxScope, graphql_OrderFulfillmentType as OrderFulfillmentType, graphql_OrderLineItemSource as OrderLineItemSource, graphql_OrderPaymentOptionChargeType as OrderPaymentOptionChargeType, graphql_OrderPaymentOptionType as OrderPaymentOptionType, graphql_OrderPaymentSortkey as OrderPaymentSortkey, graphql_OrderPaymentStatus as OrderPaymentStatus, graphql_OrderReturnDiscountScope as OrderReturnDiscountScope, graphql_OrderReturnDiscountSource as OrderReturnDiscountSource, graphql_OrderReturnDiscountType as OrderReturnDiscountType, graphql_OrderReturnIntent as OrderReturnIntent, graphql_OrderReturnLineItemSource as OrderReturnLineItemSource, graphql_OrderReturnSortkey as OrderReturnSortkey, graphql_OrderReturnStatus as OrderReturnStatus, graphql_OrderReturnTaxScope as OrderReturnTaxScope, graphql_OrderReturnType as OrderReturnType, graphql_OrderSortkey as OrderSortkey, graphql_OrderStatus as OrderStatus, graphql_OrderTaxScope as OrderTaxScope, graphql_OrderfulfillmentStatus as OrderfulfillmentStatus, graphql_OrderpaymentStatus as OrderpaymentStatus, graphql_PageSortKeys as PageSortKeys, graphql_PageStatus as PageStatus, graphql_PageTranslationSortKeys as PageTranslationSortKeys, PagesDocument, graphql_PayOrderPaymentResponseType as PayOrderPaymentResponseType, graphql_PayStoreInvoiceStatus as PayStoreInvoiceStatus, graphql_PaymentChargeType as PaymentChargeType, graphql_PaymentSortKeys as PaymentSortKeys, graphql_PaymentType as PaymentType, graphql_PickupProfileReadyIn as PickupProfileReadyIn, graphql_PickupProfileSortKeys as PickupProfileSortKeys, graphql_PresetSortKeys as PresetSortKeys, graphql_PresetType as PresetType, graphql_ProductSortKey as ProductSortKey, graphql_ProductStatus as ProductStatus, graphql_ProductTranslationSortKeys as ProductTranslationSortKeys, ProductsDocument, graphql_PurchaseSortKeys as PurchaseSortKeys, graphql_PurchaseStatus as PurchaseStatus, graphql_RedirectSortKeys as RedirectSortKeys, graphql_ShippingProfileSortKeys as ShippingProfileSortKeys, graphql_ShippingRateSortKeys as ShippingRateSortKeys, graphql_ShippingZoneRateConditionType as ShippingZoneRateConditionType, graphql_ShippingZoneSortKeys as ShippingZoneSortKeys, graphql_ShopTranslationSortKeys as ShopTranslationSortKeys, graphql_StaffAppPermission as StaffAppPermission, graphql_StaffSortKeys as StaffSortKeys, StoragePlanDocument, graphql_StoreInvoiceBeneficiary as StoreInvoiceBeneficiary, graphql_StoreInvoiceDisbursementStatus as StoreInvoiceDisbursementStatus, graphql_StoreInvoicePaymentStatus as StoreInvoicePaymentStatus, graphql_StoreInvoiceRefundStatus as StoreInvoiceRefundStatus, graphql_StoreInvoiceSortKeys as StoreInvoiceSortKeys, graphql_StoreLengthUnit as StoreLengthUnit, graphql_StoreSortkeys as StoreSortkeys, graphql_StoreWeightUnit as StoreWeightUnit, graphql_SupplierSortKeys as SupplierSortKeys, graphql_TaxOverrideLevel as TaxOverrideLevel, graphql_TaxOverrideType as TaxOverrideType, graphql_TaxSortKeys as TaxSortKeys, graphql_graphql_ThemeSortKeys as ThemeSortKeys, graphql_TrackingEvents as TrackingEvents, graphql_TrackingSortKeys as TrackingSortKeys, graphql_TransferSortKeys as TransferSortKeys, graphql_TransferStatus as TransferStatus, graphql_UserDeviceSortKeys as UserDeviceSortKeys, graphql_UserPasskeySortKeys as UserPasskeySortKeys, graphql_UserSessionSortKeys as UserSessionSortKeys, graphql_VariantSortKeys as VariantSortKeys, graphql_VariantStatus as VariantStatus, graphql_VariantTranslationSortKeys as VariantTranslationSortKeys, VariantsDocument, graphql_WhoamiType as WhoamiType, graphql_AppBilling as _AppBilling, graphql_AppDistribution as _AppDistribution, graphql_AppSortKeys as _AppSortKeys, graphql_AppStatus as _AppStatus, graphql_BlogSortKeys as _BlogSortKeys, graphql_BlogStatuses as _BlogStatuses, graphql_CategorySortKeys as _CategorySortKeys, graphql_ContinentSortKeys as _ContinentSortKeys, _CountriesDocument, graphql_CountrySortKeys as _CountrySortKeys, graphql_CurrencySortKeys as _CurrencySortKeys, graphql_HscodeSortKeys as _HscodeSortKeys, graphql_LanguageSortKeys as _LanguageSortKeys, graphql_PackageSortKeys as _PackageSortKeys, graphql_PaymentGatewaySortKeys as _PaymentGatewaySortKeys, graphql_PaymentProviderSortKeys as _PaymentProviderSortKeys, graphql_PhoneSortKeys as _PhoneSortKeys, graphql_RegionSortKeys as _RegionSortKeys, _RegionsDocument, graphql_SoppiyaPaymentSortKeys as _SoppiyaPaymentSortKeys, graphql_ThemeSortKeys as _ThemeSortKeys, graphql_ThemeVersionSortKeys as _ThemeVersionSortKeys, graphql_TimezoneSortKeys as _TimezoneSortKeys };
|