@bosonprotocol/core-sdk 1.45.0-alpha.2 → 1.45.0-alpha.3
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/cjs/subgraph.d.ts +403 -403
- package/dist/cjs/subgraph.d.ts.map +1 -1
- package/dist/esm/subgraph.d.ts +403 -403
- package/dist/esm/subgraph.d.ts.map +1 -1
- package/package.json +3 -3
- package/src/subgraph.ts +403 -403
package/dist/cjs/subgraph.d.ts
CHANGED
|
@@ -301,7 +301,7 @@ export type BaseMetadataEntity = MetadataInterface & {
|
|
|
301
301
|
offer: Offer;
|
|
302
302
|
quantityAvailable: Scalars["BigInt"]["output"];
|
|
303
303
|
schemaUrl: Scalars["String"]["output"];
|
|
304
|
-
seller
|
|
304
|
+
seller?: Maybe<Seller>;
|
|
305
305
|
/** MetadataType.BASE */
|
|
306
306
|
type: MetadataType;
|
|
307
307
|
validFromDate: Scalars["BigInt"]["output"];
|
|
@@ -760,7 +760,7 @@ export type BundleMetadataEntity = MetadataInterface & {
|
|
|
760
760
|
productV1Seller: ProductV1Seller;
|
|
761
761
|
quantityAvailable: Scalars["BigInt"]["output"];
|
|
762
762
|
schemaUrl: Scalars["String"]["output"];
|
|
763
|
-
seller
|
|
763
|
+
seller?: Maybe<Seller>;
|
|
764
764
|
/** MetadataType.BUNDLE */
|
|
765
765
|
type: MetadataType;
|
|
766
766
|
validFromDate: Scalars["BigInt"]["output"];
|
|
@@ -3776,7 +3776,7 @@ export type MetadataInterface = {
|
|
|
3776
3776
|
offer: Offer;
|
|
3777
3777
|
quantityAvailable: Scalars["BigInt"]["output"];
|
|
3778
3778
|
schemaUrl: Scalars["String"]["output"];
|
|
3779
|
-
seller
|
|
3779
|
+
seller?: Maybe<Seller>;
|
|
3780
3780
|
type: MetadataType;
|
|
3781
3781
|
validFromDate: Scalars["BigInt"]["output"];
|
|
3782
3782
|
validUntilDate: Scalars["BigInt"]["output"];
|
|
@@ -6713,7 +6713,7 @@ export type ProductV1MetadataEntity = MetadataInterface & {
|
|
|
6713
6713
|
productVersion: Scalars["Int"]["output"];
|
|
6714
6714
|
quantityAvailable: Scalars["BigInt"]["output"];
|
|
6715
6715
|
schemaUrl: Scalars["String"]["output"];
|
|
6716
|
-
seller
|
|
6716
|
+
seller?: Maybe<Seller>;
|
|
6717
6717
|
shipping?: Maybe<ProductV1ShippingOption>;
|
|
6718
6718
|
/** MetadataType.PRODUCT_V1 */
|
|
6719
6719
|
type: MetadataType;
|
|
@@ -8810,7 +8810,7 @@ export type ProductV1Seller = {
|
|
|
8810
8810
|
* Refs
|
|
8811
8811
|
*
|
|
8812
8812
|
*/
|
|
8813
|
-
seller
|
|
8813
|
+
seller?: Maybe<Seller>;
|
|
8814
8814
|
sellerId?: Maybe<Scalars["String"]["output"]>;
|
|
8815
8815
|
tokenId?: Maybe<Scalars["String"]["output"]>;
|
|
8816
8816
|
};
|
|
@@ -13802,7 +13802,7 @@ export type GetSellerByIdQueryQuery = {
|
|
|
13802
13802
|
url: string;
|
|
13803
13803
|
tag: string;
|
|
13804
13804
|
}> | null;
|
|
13805
|
-
seller
|
|
13805
|
+
seller?: {
|
|
13806
13806
|
__typename?: "Seller";
|
|
13807
13807
|
id: string;
|
|
13808
13808
|
assistant: string;
|
|
@@ -13889,7 +13889,7 @@ export type GetSellerByIdQueryQuery = {
|
|
|
13889
13889
|
}> | null;
|
|
13890
13890
|
}> | null;
|
|
13891
13891
|
} | null;
|
|
13892
|
-
};
|
|
13892
|
+
} | null;
|
|
13893
13893
|
};
|
|
13894
13894
|
items: Array<{
|
|
13895
13895
|
__typename?: "NftItemMetadataEntity";
|
|
@@ -14035,7 +14035,7 @@ export type GetSellerByIdQueryQuery = {
|
|
|
14035
14035
|
url: string;
|
|
14036
14036
|
tag: string;
|
|
14037
14037
|
}> | null;
|
|
14038
|
-
seller
|
|
14038
|
+
seller?: {
|
|
14039
14039
|
__typename?: "Seller";
|
|
14040
14040
|
id: string;
|
|
14041
14041
|
assistant: string;
|
|
@@ -14122,7 +14122,7 @@ export type GetSellerByIdQueryQuery = {
|
|
|
14122
14122
|
}> | null;
|
|
14123
14123
|
}> | null;
|
|
14124
14124
|
} | null;
|
|
14125
|
-
};
|
|
14125
|
+
} | null;
|
|
14126
14126
|
} | null;
|
|
14127
14127
|
salesChannels?: Array<{
|
|
14128
14128
|
__typename?: "SalesChannel";
|
|
@@ -14410,7 +14410,7 @@ export type GetSellerByIdQueryQuery = {
|
|
|
14410
14410
|
url: string;
|
|
14411
14411
|
tag: string;
|
|
14412
14412
|
}> | null;
|
|
14413
|
-
seller
|
|
14413
|
+
seller?: {
|
|
14414
14414
|
__typename?: "Seller";
|
|
14415
14415
|
id: string;
|
|
14416
14416
|
assistant: string;
|
|
@@ -14497,7 +14497,7 @@ export type GetSellerByIdQueryQuery = {
|
|
|
14497
14497
|
}> | null;
|
|
14498
14498
|
}> | null;
|
|
14499
14499
|
} | null;
|
|
14500
|
-
};
|
|
14500
|
+
} | null;
|
|
14501
14501
|
} | null;
|
|
14502
14502
|
salesChannels?: Array<{
|
|
14503
14503
|
__typename?: "SalesChannel";
|
|
@@ -14553,7 +14553,7 @@ export type GetSellerByIdQueryQuery = {
|
|
|
14553
14553
|
url: string;
|
|
14554
14554
|
tag: string;
|
|
14555
14555
|
}> | null;
|
|
14556
|
-
seller
|
|
14556
|
+
seller?: {
|
|
14557
14557
|
__typename?: "Seller";
|
|
14558
14558
|
id: string;
|
|
14559
14559
|
assistant: string;
|
|
@@ -14640,7 +14640,7 @@ export type GetSellerByIdQueryQuery = {
|
|
|
14640
14640
|
}> | null;
|
|
14641
14641
|
}> | null;
|
|
14642
14642
|
} | null;
|
|
14643
|
-
};
|
|
14643
|
+
} | null;
|
|
14644
14644
|
};
|
|
14645
14645
|
exchangePolicy: {
|
|
14646
14646
|
__typename?: "ProductV1ExchangePolicy";
|
|
@@ -15394,7 +15394,7 @@ export type GetSellersQueryQuery = {
|
|
|
15394
15394
|
url: string;
|
|
15395
15395
|
tag: string;
|
|
15396
15396
|
}> | null;
|
|
15397
|
-
seller
|
|
15397
|
+
seller?: {
|
|
15398
15398
|
__typename?: "Seller";
|
|
15399
15399
|
id: string;
|
|
15400
15400
|
assistant: string;
|
|
@@ -15481,7 +15481,7 @@ export type GetSellersQueryQuery = {
|
|
|
15481
15481
|
}> | null;
|
|
15482
15482
|
}> | null;
|
|
15483
15483
|
} | null;
|
|
15484
|
-
};
|
|
15484
|
+
} | null;
|
|
15485
15485
|
};
|
|
15486
15486
|
items: Array<{
|
|
15487
15487
|
__typename?: "NftItemMetadataEntity";
|
|
@@ -15627,7 +15627,7 @@ export type GetSellersQueryQuery = {
|
|
|
15627
15627
|
url: string;
|
|
15628
15628
|
tag: string;
|
|
15629
15629
|
}> | null;
|
|
15630
|
-
seller
|
|
15630
|
+
seller?: {
|
|
15631
15631
|
__typename?: "Seller";
|
|
15632
15632
|
id: string;
|
|
15633
15633
|
assistant: string;
|
|
@@ -15714,7 +15714,7 @@ export type GetSellersQueryQuery = {
|
|
|
15714
15714
|
}> | null;
|
|
15715
15715
|
}> | null;
|
|
15716
15716
|
} | null;
|
|
15717
|
-
};
|
|
15717
|
+
} | null;
|
|
15718
15718
|
} | null;
|
|
15719
15719
|
salesChannels?: Array<{
|
|
15720
15720
|
__typename?: "SalesChannel";
|
|
@@ -16002,7 +16002,7 @@ export type GetSellersQueryQuery = {
|
|
|
16002
16002
|
url: string;
|
|
16003
16003
|
tag: string;
|
|
16004
16004
|
}> | null;
|
|
16005
|
-
seller
|
|
16005
|
+
seller?: {
|
|
16006
16006
|
__typename?: "Seller";
|
|
16007
16007
|
id: string;
|
|
16008
16008
|
assistant: string;
|
|
@@ -16089,7 +16089,7 @@ export type GetSellersQueryQuery = {
|
|
|
16089
16089
|
}> | null;
|
|
16090
16090
|
}> | null;
|
|
16091
16091
|
} | null;
|
|
16092
|
-
};
|
|
16092
|
+
} | null;
|
|
16093
16093
|
} | null;
|
|
16094
16094
|
salesChannels?: Array<{
|
|
16095
16095
|
__typename?: "SalesChannel";
|
|
@@ -16145,7 +16145,7 @@ export type GetSellersQueryQuery = {
|
|
|
16145
16145
|
url: string;
|
|
16146
16146
|
tag: string;
|
|
16147
16147
|
}> | null;
|
|
16148
|
-
seller
|
|
16148
|
+
seller?: {
|
|
16149
16149
|
__typename?: "Seller";
|
|
16150
16150
|
id: string;
|
|
16151
16151
|
assistant: string;
|
|
@@ -16232,7 +16232,7 @@ export type GetSellersQueryQuery = {
|
|
|
16232
16232
|
}> | null;
|
|
16233
16233
|
}> | null;
|
|
16234
16234
|
} | null;
|
|
16235
|
-
};
|
|
16235
|
+
} | null;
|
|
16236
16236
|
};
|
|
16237
16237
|
exchangePolicy: {
|
|
16238
16238
|
__typename?: "ProductV1ExchangePolicy";
|
|
@@ -17498,7 +17498,7 @@ export type GetDisputeResolverByIdQueryQuery = {
|
|
|
17498
17498
|
url: string;
|
|
17499
17499
|
tag: string;
|
|
17500
17500
|
}> | null;
|
|
17501
|
-
seller
|
|
17501
|
+
seller?: {
|
|
17502
17502
|
__typename?: "Seller";
|
|
17503
17503
|
id: string;
|
|
17504
17504
|
assistant: string;
|
|
@@ -17585,7 +17585,7 @@ export type GetDisputeResolverByIdQueryQuery = {
|
|
|
17585
17585
|
}> | null;
|
|
17586
17586
|
}> | null;
|
|
17587
17587
|
} | null;
|
|
17588
|
-
};
|
|
17588
|
+
} | null;
|
|
17589
17589
|
};
|
|
17590
17590
|
items: Array<{
|
|
17591
17591
|
__typename?: "NftItemMetadataEntity";
|
|
@@ -17731,7 +17731,7 @@ export type GetDisputeResolverByIdQueryQuery = {
|
|
|
17731
17731
|
url: string;
|
|
17732
17732
|
tag: string;
|
|
17733
17733
|
}> | null;
|
|
17734
|
-
seller
|
|
17734
|
+
seller?: {
|
|
17735
17735
|
__typename?: "Seller";
|
|
17736
17736
|
id: string;
|
|
17737
17737
|
assistant: string;
|
|
@@ -17818,7 +17818,7 @@ export type GetDisputeResolverByIdQueryQuery = {
|
|
|
17818
17818
|
}> | null;
|
|
17819
17819
|
}> | null;
|
|
17820
17820
|
} | null;
|
|
17821
|
-
};
|
|
17821
|
+
} | null;
|
|
17822
17822
|
} | null;
|
|
17823
17823
|
salesChannels?: Array<{
|
|
17824
17824
|
__typename?: "SalesChannel";
|
|
@@ -18106,7 +18106,7 @@ export type GetDisputeResolverByIdQueryQuery = {
|
|
|
18106
18106
|
url: string;
|
|
18107
18107
|
tag: string;
|
|
18108
18108
|
}> | null;
|
|
18109
|
-
seller
|
|
18109
|
+
seller?: {
|
|
18110
18110
|
__typename?: "Seller";
|
|
18111
18111
|
id: string;
|
|
18112
18112
|
assistant: string;
|
|
@@ -18193,7 +18193,7 @@ export type GetDisputeResolverByIdQueryQuery = {
|
|
|
18193
18193
|
}> | null;
|
|
18194
18194
|
}> | null;
|
|
18195
18195
|
} | null;
|
|
18196
|
-
};
|
|
18196
|
+
} | null;
|
|
18197
18197
|
} | null;
|
|
18198
18198
|
salesChannels?: Array<{
|
|
18199
18199
|
__typename?: "SalesChannel";
|
|
@@ -18249,7 +18249,7 @@ export type GetDisputeResolverByIdQueryQuery = {
|
|
|
18249
18249
|
url: string;
|
|
18250
18250
|
tag: string;
|
|
18251
18251
|
}> | null;
|
|
18252
|
-
seller
|
|
18252
|
+
seller?: {
|
|
18253
18253
|
__typename?: "Seller";
|
|
18254
18254
|
id: string;
|
|
18255
18255
|
assistant: string;
|
|
@@ -18336,7 +18336,7 @@ export type GetDisputeResolverByIdQueryQuery = {
|
|
|
18336
18336
|
}> | null;
|
|
18337
18337
|
}> | null;
|
|
18338
18338
|
} | null;
|
|
18339
|
-
};
|
|
18339
|
+
} | null;
|
|
18340
18340
|
};
|
|
18341
18341
|
exchangePolicy: {
|
|
18342
18342
|
__typename?: "ProductV1ExchangePolicy";
|
|
@@ -18849,7 +18849,7 @@ export type GetDisputeResolversQueryQuery = {
|
|
|
18849
18849
|
url: string;
|
|
18850
18850
|
tag: string;
|
|
18851
18851
|
}> | null;
|
|
18852
|
-
seller
|
|
18852
|
+
seller?: {
|
|
18853
18853
|
__typename?: "Seller";
|
|
18854
18854
|
id: string;
|
|
18855
18855
|
assistant: string;
|
|
@@ -18936,7 +18936,7 @@ export type GetDisputeResolversQueryQuery = {
|
|
|
18936
18936
|
}> | null;
|
|
18937
18937
|
}> | null;
|
|
18938
18938
|
} | null;
|
|
18939
|
-
};
|
|
18939
|
+
} | null;
|
|
18940
18940
|
};
|
|
18941
18941
|
items: Array<{
|
|
18942
18942
|
__typename?: "NftItemMetadataEntity";
|
|
@@ -19082,7 +19082,7 @@ export type GetDisputeResolversQueryQuery = {
|
|
|
19082
19082
|
url: string;
|
|
19083
19083
|
tag: string;
|
|
19084
19084
|
}> | null;
|
|
19085
|
-
seller
|
|
19085
|
+
seller?: {
|
|
19086
19086
|
__typename?: "Seller";
|
|
19087
19087
|
id: string;
|
|
19088
19088
|
assistant: string;
|
|
@@ -19169,7 +19169,7 @@ export type GetDisputeResolversQueryQuery = {
|
|
|
19169
19169
|
}> | null;
|
|
19170
19170
|
}> | null;
|
|
19171
19171
|
} | null;
|
|
19172
|
-
};
|
|
19172
|
+
} | null;
|
|
19173
19173
|
} | null;
|
|
19174
19174
|
salesChannels?: Array<{
|
|
19175
19175
|
__typename?: "SalesChannel";
|
|
@@ -19457,7 +19457,7 @@ export type GetDisputeResolversQueryQuery = {
|
|
|
19457
19457
|
url: string;
|
|
19458
19458
|
tag: string;
|
|
19459
19459
|
}> | null;
|
|
19460
|
-
seller
|
|
19460
|
+
seller?: {
|
|
19461
19461
|
__typename?: "Seller";
|
|
19462
19462
|
id: string;
|
|
19463
19463
|
assistant: string;
|
|
@@ -19544,7 +19544,7 @@ export type GetDisputeResolversQueryQuery = {
|
|
|
19544
19544
|
}> | null;
|
|
19545
19545
|
}> | null;
|
|
19546
19546
|
} | null;
|
|
19547
|
-
};
|
|
19547
|
+
} | null;
|
|
19548
19548
|
} | null;
|
|
19549
19549
|
salesChannels?: Array<{
|
|
19550
19550
|
__typename?: "SalesChannel";
|
|
@@ -19600,7 +19600,7 @@ export type GetDisputeResolversQueryQuery = {
|
|
|
19600
19600
|
url: string;
|
|
19601
19601
|
tag: string;
|
|
19602
19602
|
}> | null;
|
|
19603
|
-
seller
|
|
19603
|
+
seller?: {
|
|
19604
19604
|
__typename?: "Seller";
|
|
19605
19605
|
id: string;
|
|
19606
19606
|
assistant: string;
|
|
@@ -19687,7 +19687,7 @@ export type GetDisputeResolversQueryQuery = {
|
|
|
19687
19687
|
}> | null;
|
|
19688
19688
|
}> | null;
|
|
19689
19689
|
} | null;
|
|
19690
|
-
};
|
|
19690
|
+
} | null;
|
|
19691
19691
|
};
|
|
19692
19692
|
exchangePolicy: {
|
|
19693
19693
|
__typename?: "ProductV1ExchangePolicy";
|
|
@@ -20296,7 +20296,7 @@ export type GetOfferCollectionsQueryQuery = {
|
|
|
20296
20296
|
url: string;
|
|
20297
20297
|
tag: string;
|
|
20298
20298
|
}> | null;
|
|
20299
|
-
seller
|
|
20299
|
+
seller?: {
|
|
20300
20300
|
__typename?: "Seller";
|
|
20301
20301
|
id: string;
|
|
20302
20302
|
assistant: string;
|
|
@@ -20383,7 +20383,7 @@ export type GetOfferCollectionsQueryQuery = {
|
|
|
20383
20383
|
}> | null;
|
|
20384
20384
|
}> | null;
|
|
20385
20385
|
} | null;
|
|
20386
|
-
};
|
|
20386
|
+
} | null;
|
|
20387
20387
|
};
|
|
20388
20388
|
items: Array<{
|
|
20389
20389
|
__typename?: "NftItemMetadataEntity";
|
|
@@ -20529,7 +20529,7 @@ export type GetOfferCollectionsQueryQuery = {
|
|
|
20529
20529
|
url: string;
|
|
20530
20530
|
tag: string;
|
|
20531
20531
|
}> | null;
|
|
20532
|
-
seller
|
|
20532
|
+
seller?: {
|
|
20533
20533
|
__typename?: "Seller";
|
|
20534
20534
|
id: string;
|
|
20535
20535
|
assistant: string;
|
|
@@ -20616,7 +20616,7 @@ export type GetOfferCollectionsQueryQuery = {
|
|
|
20616
20616
|
}> | null;
|
|
20617
20617
|
}> | null;
|
|
20618
20618
|
} | null;
|
|
20619
|
-
};
|
|
20619
|
+
} | null;
|
|
20620
20620
|
} | null;
|
|
20621
20621
|
salesChannels?: Array<{
|
|
20622
20622
|
__typename?: "SalesChannel";
|
|
@@ -20904,7 +20904,7 @@ export type GetOfferCollectionsQueryQuery = {
|
|
|
20904
20904
|
url: string;
|
|
20905
20905
|
tag: string;
|
|
20906
20906
|
}> | null;
|
|
20907
|
-
seller
|
|
20907
|
+
seller?: {
|
|
20908
20908
|
__typename?: "Seller";
|
|
20909
20909
|
id: string;
|
|
20910
20910
|
assistant: string;
|
|
@@ -20991,7 +20991,7 @@ export type GetOfferCollectionsQueryQuery = {
|
|
|
20991
20991
|
}> | null;
|
|
20992
20992
|
}> | null;
|
|
20993
20993
|
} | null;
|
|
20994
|
-
};
|
|
20994
|
+
} | null;
|
|
20995
20995
|
} | null;
|
|
20996
20996
|
salesChannels?: Array<{
|
|
20997
20997
|
__typename?: "SalesChannel";
|
|
@@ -21047,7 +21047,7 @@ export type GetOfferCollectionsQueryQuery = {
|
|
|
21047
21047
|
url: string;
|
|
21048
21048
|
tag: string;
|
|
21049
21049
|
}> | null;
|
|
21050
|
-
seller
|
|
21050
|
+
seller?: {
|
|
21051
21051
|
__typename?: "Seller";
|
|
21052
21052
|
id: string;
|
|
21053
21053
|
assistant: string;
|
|
@@ -21134,7 +21134,7 @@ export type GetOfferCollectionsQueryQuery = {
|
|
|
21134
21134
|
}> | null;
|
|
21135
21135
|
}> | null;
|
|
21136
21136
|
} | null;
|
|
21137
|
-
};
|
|
21137
|
+
} | null;
|
|
21138
21138
|
};
|
|
21139
21139
|
exchangePolicy: {
|
|
21140
21140
|
__typename?: "ProductV1ExchangePolicy";
|
|
@@ -21612,7 +21612,7 @@ export type OfferCollectionFieldsFragment = {
|
|
|
21612
21612
|
url: string;
|
|
21613
21613
|
tag: string;
|
|
21614
21614
|
}> | null;
|
|
21615
|
-
seller
|
|
21615
|
+
seller?: {
|
|
21616
21616
|
__typename?: "Seller";
|
|
21617
21617
|
id: string;
|
|
21618
21618
|
assistant: string;
|
|
@@ -21699,7 +21699,7 @@ export type OfferCollectionFieldsFragment = {
|
|
|
21699
21699
|
}> | null;
|
|
21700
21700
|
}> | null;
|
|
21701
21701
|
} | null;
|
|
21702
|
-
};
|
|
21702
|
+
} | null;
|
|
21703
21703
|
};
|
|
21704
21704
|
items: Array<{
|
|
21705
21705
|
__typename?: "NftItemMetadataEntity";
|
|
@@ -21845,7 +21845,7 @@ export type OfferCollectionFieldsFragment = {
|
|
|
21845
21845
|
url: string;
|
|
21846
21846
|
tag: string;
|
|
21847
21847
|
}> | null;
|
|
21848
|
-
seller
|
|
21848
|
+
seller?: {
|
|
21849
21849
|
__typename?: "Seller";
|
|
21850
21850
|
id: string;
|
|
21851
21851
|
assistant: string;
|
|
@@ -21932,7 +21932,7 @@ export type OfferCollectionFieldsFragment = {
|
|
|
21932
21932
|
}> | null;
|
|
21933
21933
|
}> | null;
|
|
21934
21934
|
} | null;
|
|
21935
|
-
};
|
|
21935
|
+
} | null;
|
|
21936
21936
|
} | null;
|
|
21937
21937
|
salesChannels?: Array<{
|
|
21938
21938
|
__typename?: "SalesChannel";
|
|
@@ -22220,7 +22220,7 @@ export type OfferCollectionFieldsFragment = {
|
|
|
22220
22220
|
url: string;
|
|
22221
22221
|
tag: string;
|
|
22222
22222
|
}> | null;
|
|
22223
|
-
seller
|
|
22223
|
+
seller?: {
|
|
22224
22224
|
__typename?: "Seller";
|
|
22225
22225
|
id: string;
|
|
22226
22226
|
assistant: string;
|
|
@@ -22307,7 +22307,7 @@ export type OfferCollectionFieldsFragment = {
|
|
|
22307
22307
|
}> | null;
|
|
22308
22308
|
}> | null;
|
|
22309
22309
|
} | null;
|
|
22310
|
-
};
|
|
22310
|
+
} | null;
|
|
22311
22311
|
} | null;
|
|
22312
22312
|
salesChannels?: Array<{
|
|
22313
22313
|
__typename?: "SalesChannel";
|
|
@@ -22363,7 +22363,7 @@ export type OfferCollectionFieldsFragment = {
|
|
|
22363
22363
|
url: string;
|
|
22364
22364
|
tag: string;
|
|
22365
22365
|
}> | null;
|
|
22366
|
-
seller
|
|
22366
|
+
seller?: {
|
|
22367
22367
|
__typename?: "Seller";
|
|
22368
22368
|
id: string;
|
|
22369
22369
|
assistant: string;
|
|
@@ -22450,7 +22450,7 @@ export type OfferCollectionFieldsFragment = {
|
|
|
22450
22450
|
}> | null;
|
|
22451
22451
|
}> | null;
|
|
22452
22452
|
} | null;
|
|
22453
|
-
};
|
|
22453
|
+
} | null;
|
|
22454
22454
|
};
|
|
22455
22455
|
exchangePolicy: {
|
|
22456
22456
|
__typename?: "ProductV1ExchangePolicy";
|
|
@@ -22898,7 +22898,7 @@ export type SellerFieldsFragment = {
|
|
|
22898
22898
|
url: string;
|
|
22899
22899
|
tag: string;
|
|
22900
22900
|
}> | null;
|
|
22901
|
-
seller
|
|
22901
|
+
seller?: {
|
|
22902
22902
|
__typename?: "Seller";
|
|
22903
22903
|
id: string;
|
|
22904
22904
|
assistant: string;
|
|
@@ -22985,7 +22985,7 @@ export type SellerFieldsFragment = {
|
|
|
22985
22985
|
}> | null;
|
|
22986
22986
|
}> | null;
|
|
22987
22987
|
} | null;
|
|
22988
|
-
};
|
|
22988
|
+
} | null;
|
|
22989
22989
|
};
|
|
22990
22990
|
items: Array<{
|
|
22991
22991
|
__typename?: "NftItemMetadataEntity";
|
|
@@ -23131,7 +23131,7 @@ export type SellerFieldsFragment = {
|
|
|
23131
23131
|
url: string;
|
|
23132
23132
|
tag: string;
|
|
23133
23133
|
}> | null;
|
|
23134
|
-
seller
|
|
23134
|
+
seller?: {
|
|
23135
23135
|
__typename?: "Seller";
|
|
23136
23136
|
id: string;
|
|
23137
23137
|
assistant: string;
|
|
@@ -23218,7 +23218,7 @@ export type SellerFieldsFragment = {
|
|
|
23218
23218
|
}> | null;
|
|
23219
23219
|
}> | null;
|
|
23220
23220
|
} | null;
|
|
23221
|
-
};
|
|
23221
|
+
} | null;
|
|
23222
23222
|
} | null;
|
|
23223
23223
|
salesChannels?: Array<{
|
|
23224
23224
|
__typename?: "SalesChannel";
|
|
@@ -23506,7 +23506,7 @@ export type SellerFieldsFragment = {
|
|
|
23506
23506
|
url: string;
|
|
23507
23507
|
tag: string;
|
|
23508
23508
|
}> | null;
|
|
23509
|
-
seller
|
|
23509
|
+
seller?: {
|
|
23510
23510
|
__typename?: "Seller";
|
|
23511
23511
|
id: string;
|
|
23512
23512
|
assistant: string;
|
|
@@ -23593,7 +23593,7 @@ export type SellerFieldsFragment = {
|
|
|
23593
23593
|
}> | null;
|
|
23594
23594
|
}> | null;
|
|
23595
23595
|
} | null;
|
|
23596
|
-
};
|
|
23596
|
+
} | null;
|
|
23597
23597
|
} | null;
|
|
23598
23598
|
salesChannels?: Array<{
|
|
23599
23599
|
__typename?: "SalesChannel";
|
|
@@ -23649,7 +23649,7 @@ export type SellerFieldsFragment = {
|
|
|
23649
23649
|
url: string;
|
|
23650
23650
|
tag: string;
|
|
23651
23651
|
}> | null;
|
|
23652
|
-
seller
|
|
23652
|
+
seller?: {
|
|
23653
23653
|
__typename?: "Seller";
|
|
23654
23654
|
id: string;
|
|
23655
23655
|
assistant: string;
|
|
@@ -23736,7 +23736,7 @@ export type SellerFieldsFragment = {
|
|
|
23736
23736
|
}> | null;
|
|
23737
23737
|
}> | null;
|
|
23738
23738
|
} | null;
|
|
23739
|
-
};
|
|
23739
|
+
} | null;
|
|
23740
23740
|
};
|
|
23741
23741
|
exchangePolicy: {
|
|
23742
23742
|
__typename?: "ProductV1ExchangePolicy";
|
|
@@ -24824,7 +24824,7 @@ export type DisputeResolverFieldsFragment = {
|
|
|
24824
24824
|
url: string;
|
|
24825
24825
|
tag: string;
|
|
24826
24826
|
}> | null;
|
|
24827
|
-
seller
|
|
24827
|
+
seller?: {
|
|
24828
24828
|
__typename?: "Seller";
|
|
24829
24829
|
id: string;
|
|
24830
24830
|
assistant: string;
|
|
@@ -24911,7 +24911,7 @@ export type DisputeResolverFieldsFragment = {
|
|
|
24911
24911
|
}> | null;
|
|
24912
24912
|
}> | null;
|
|
24913
24913
|
} | null;
|
|
24914
|
-
};
|
|
24914
|
+
} | null;
|
|
24915
24915
|
};
|
|
24916
24916
|
items: Array<{
|
|
24917
24917
|
__typename?: "NftItemMetadataEntity";
|
|
@@ -25057,7 +25057,7 @@ export type DisputeResolverFieldsFragment = {
|
|
|
25057
25057
|
url: string;
|
|
25058
25058
|
tag: string;
|
|
25059
25059
|
}> | null;
|
|
25060
|
-
seller
|
|
25060
|
+
seller?: {
|
|
25061
25061
|
__typename?: "Seller";
|
|
25062
25062
|
id: string;
|
|
25063
25063
|
assistant: string;
|
|
@@ -25144,7 +25144,7 @@ export type DisputeResolverFieldsFragment = {
|
|
|
25144
25144
|
}> | null;
|
|
25145
25145
|
}> | null;
|
|
25146
25146
|
} | null;
|
|
25147
|
-
};
|
|
25147
|
+
} | null;
|
|
25148
25148
|
} | null;
|
|
25149
25149
|
salesChannels?: Array<{
|
|
25150
25150
|
__typename?: "SalesChannel";
|
|
@@ -25432,7 +25432,7 @@ export type DisputeResolverFieldsFragment = {
|
|
|
25432
25432
|
url: string;
|
|
25433
25433
|
tag: string;
|
|
25434
25434
|
}> | null;
|
|
25435
|
-
seller
|
|
25435
|
+
seller?: {
|
|
25436
25436
|
__typename?: "Seller";
|
|
25437
25437
|
id: string;
|
|
25438
25438
|
assistant: string;
|
|
@@ -25519,7 +25519,7 @@ export type DisputeResolverFieldsFragment = {
|
|
|
25519
25519
|
}> | null;
|
|
25520
25520
|
}> | null;
|
|
25521
25521
|
} | null;
|
|
25522
|
-
};
|
|
25522
|
+
} | null;
|
|
25523
25523
|
} | null;
|
|
25524
25524
|
salesChannels?: Array<{
|
|
25525
25525
|
__typename?: "SalesChannel";
|
|
@@ -25575,7 +25575,7 @@ export type DisputeResolverFieldsFragment = {
|
|
|
25575
25575
|
url: string;
|
|
25576
25576
|
tag: string;
|
|
25577
25577
|
}> | null;
|
|
25578
|
-
seller
|
|
25578
|
+
seller?: {
|
|
25579
25579
|
__typename?: "Seller";
|
|
25580
25580
|
id: string;
|
|
25581
25581
|
assistant: string;
|
|
@@ -25662,7 +25662,7 @@ export type DisputeResolverFieldsFragment = {
|
|
|
25662
25662
|
}> | null;
|
|
25663
25663
|
}> | null;
|
|
25664
25664
|
} | null;
|
|
25665
|
-
};
|
|
25665
|
+
} | null;
|
|
25666
25666
|
};
|
|
25667
25667
|
exchangePolicy: {
|
|
25668
25668
|
__typename?: "ProductV1ExchangePolicy";
|
|
@@ -26987,7 +26987,7 @@ export type GetExchangeTokenByIdQueryQuery = {
|
|
|
26987
26987
|
url: string;
|
|
26988
26988
|
tag: string;
|
|
26989
26989
|
}> | null;
|
|
26990
|
-
seller
|
|
26990
|
+
seller?: {
|
|
26991
26991
|
__typename?: "Seller";
|
|
26992
26992
|
id: string;
|
|
26993
26993
|
assistant: string;
|
|
@@ -27074,7 +27074,7 @@ export type GetExchangeTokenByIdQueryQuery = {
|
|
|
27074
27074
|
}> | null;
|
|
27075
27075
|
}> | null;
|
|
27076
27076
|
} | null;
|
|
27077
|
-
};
|
|
27077
|
+
} | null;
|
|
27078
27078
|
};
|
|
27079
27079
|
items: Array<{
|
|
27080
27080
|
__typename?: "NftItemMetadataEntity";
|
|
@@ -27220,7 +27220,7 @@ export type GetExchangeTokenByIdQueryQuery = {
|
|
|
27220
27220
|
url: string;
|
|
27221
27221
|
tag: string;
|
|
27222
27222
|
}> | null;
|
|
27223
|
-
seller
|
|
27223
|
+
seller?: {
|
|
27224
27224
|
__typename?: "Seller";
|
|
27225
27225
|
id: string;
|
|
27226
27226
|
assistant: string;
|
|
@@ -27307,7 +27307,7 @@ export type GetExchangeTokenByIdQueryQuery = {
|
|
|
27307
27307
|
}> | null;
|
|
27308
27308
|
}> | null;
|
|
27309
27309
|
} | null;
|
|
27310
|
-
};
|
|
27310
|
+
} | null;
|
|
27311
27311
|
} | null;
|
|
27312
27312
|
salesChannels?: Array<{
|
|
27313
27313
|
__typename?: "SalesChannel";
|
|
@@ -27595,7 +27595,7 @@ export type GetExchangeTokenByIdQueryQuery = {
|
|
|
27595
27595
|
url: string;
|
|
27596
27596
|
tag: string;
|
|
27597
27597
|
}> | null;
|
|
27598
|
-
seller
|
|
27598
|
+
seller?: {
|
|
27599
27599
|
__typename?: "Seller";
|
|
27600
27600
|
id: string;
|
|
27601
27601
|
assistant: string;
|
|
@@ -27682,7 +27682,7 @@ export type GetExchangeTokenByIdQueryQuery = {
|
|
|
27682
27682
|
}> | null;
|
|
27683
27683
|
}> | null;
|
|
27684
27684
|
} | null;
|
|
27685
|
-
};
|
|
27685
|
+
} | null;
|
|
27686
27686
|
} | null;
|
|
27687
27687
|
salesChannels?: Array<{
|
|
27688
27688
|
__typename?: "SalesChannel";
|
|
@@ -27738,7 +27738,7 @@ export type GetExchangeTokenByIdQueryQuery = {
|
|
|
27738
27738
|
url: string;
|
|
27739
27739
|
tag: string;
|
|
27740
27740
|
}> | null;
|
|
27741
|
-
seller
|
|
27741
|
+
seller?: {
|
|
27742
27742
|
__typename?: "Seller";
|
|
27743
27743
|
id: string;
|
|
27744
27744
|
assistant: string;
|
|
@@ -27825,7 +27825,7 @@ export type GetExchangeTokenByIdQueryQuery = {
|
|
|
27825
27825
|
}> | null;
|
|
27826
27826
|
}> | null;
|
|
27827
27827
|
} | null;
|
|
27828
|
-
};
|
|
27828
|
+
} | null;
|
|
27829
27829
|
};
|
|
27830
27830
|
exchangePolicy: {
|
|
27831
27831
|
__typename?: "ProductV1ExchangePolicy";
|
|
@@ -28213,7 +28213,7 @@ export type GetExchangeTokensQueryQuery = {
|
|
|
28213
28213
|
url: string;
|
|
28214
28214
|
tag: string;
|
|
28215
28215
|
}> | null;
|
|
28216
|
-
seller
|
|
28216
|
+
seller?: {
|
|
28217
28217
|
__typename?: "Seller";
|
|
28218
28218
|
id: string;
|
|
28219
28219
|
assistant: string;
|
|
@@ -28300,7 +28300,7 @@ export type GetExchangeTokensQueryQuery = {
|
|
|
28300
28300
|
}> | null;
|
|
28301
28301
|
}> | null;
|
|
28302
28302
|
} | null;
|
|
28303
|
-
};
|
|
28303
|
+
} | null;
|
|
28304
28304
|
};
|
|
28305
28305
|
items: Array<{
|
|
28306
28306
|
__typename?: "NftItemMetadataEntity";
|
|
@@ -28446,7 +28446,7 @@ export type GetExchangeTokensQueryQuery = {
|
|
|
28446
28446
|
url: string;
|
|
28447
28447
|
tag: string;
|
|
28448
28448
|
}> | null;
|
|
28449
|
-
seller
|
|
28449
|
+
seller?: {
|
|
28450
28450
|
__typename?: "Seller";
|
|
28451
28451
|
id: string;
|
|
28452
28452
|
assistant: string;
|
|
@@ -28533,7 +28533,7 @@ export type GetExchangeTokensQueryQuery = {
|
|
|
28533
28533
|
}> | null;
|
|
28534
28534
|
}> | null;
|
|
28535
28535
|
} | null;
|
|
28536
|
-
};
|
|
28536
|
+
} | null;
|
|
28537
28537
|
} | null;
|
|
28538
28538
|
salesChannels?: Array<{
|
|
28539
28539
|
__typename?: "SalesChannel";
|
|
@@ -28821,7 +28821,7 @@ export type GetExchangeTokensQueryQuery = {
|
|
|
28821
28821
|
url: string;
|
|
28822
28822
|
tag: string;
|
|
28823
28823
|
}> | null;
|
|
28824
|
-
seller
|
|
28824
|
+
seller?: {
|
|
28825
28825
|
__typename?: "Seller";
|
|
28826
28826
|
id: string;
|
|
28827
28827
|
assistant: string;
|
|
@@ -28908,7 +28908,7 @@ export type GetExchangeTokensQueryQuery = {
|
|
|
28908
28908
|
}> | null;
|
|
28909
28909
|
}> | null;
|
|
28910
28910
|
} | null;
|
|
28911
|
-
};
|
|
28911
|
+
} | null;
|
|
28912
28912
|
} | null;
|
|
28913
28913
|
salesChannels?: Array<{
|
|
28914
28914
|
__typename?: "SalesChannel";
|
|
@@ -28964,7 +28964,7 @@ export type GetExchangeTokensQueryQuery = {
|
|
|
28964
28964
|
url: string;
|
|
28965
28965
|
tag: string;
|
|
28966
28966
|
}> | null;
|
|
28967
|
-
seller
|
|
28967
|
+
seller?: {
|
|
28968
28968
|
__typename?: "Seller";
|
|
28969
28969
|
id: string;
|
|
28970
28970
|
assistant: string;
|
|
@@ -29051,7 +29051,7 @@ export type GetExchangeTokensQueryQuery = {
|
|
|
29051
29051
|
}> | null;
|
|
29052
29052
|
}> | null;
|
|
29053
29053
|
} | null;
|
|
29054
|
-
};
|
|
29054
|
+
} | null;
|
|
29055
29055
|
};
|
|
29056
29056
|
exchangePolicy: {
|
|
29057
29057
|
__typename?: "ProductV1ExchangePolicy";
|
|
@@ -29418,7 +29418,7 @@ export type ExchangeTokenFieldsFragment = {
|
|
|
29418
29418
|
url: string;
|
|
29419
29419
|
tag: string;
|
|
29420
29420
|
}> | null;
|
|
29421
|
-
seller
|
|
29421
|
+
seller?: {
|
|
29422
29422
|
__typename?: "Seller";
|
|
29423
29423
|
id: string;
|
|
29424
29424
|
assistant: string;
|
|
@@ -29505,7 +29505,7 @@ export type ExchangeTokenFieldsFragment = {
|
|
|
29505
29505
|
}> | null;
|
|
29506
29506
|
}> | null;
|
|
29507
29507
|
} | null;
|
|
29508
|
-
};
|
|
29508
|
+
} | null;
|
|
29509
29509
|
};
|
|
29510
29510
|
items: Array<{
|
|
29511
29511
|
__typename?: "NftItemMetadataEntity";
|
|
@@ -29651,7 +29651,7 @@ export type ExchangeTokenFieldsFragment = {
|
|
|
29651
29651
|
url: string;
|
|
29652
29652
|
tag: string;
|
|
29653
29653
|
}> | null;
|
|
29654
|
-
seller
|
|
29654
|
+
seller?: {
|
|
29655
29655
|
__typename?: "Seller";
|
|
29656
29656
|
id: string;
|
|
29657
29657
|
assistant: string;
|
|
@@ -29738,7 +29738,7 @@ export type ExchangeTokenFieldsFragment = {
|
|
|
29738
29738
|
}> | null;
|
|
29739
29739
|
}> | null;
|
|
29740
29740
|
} | null;
|
|
29741
|
-
};
|
|
29741
|
+
} | null;
|
|
29742
29742
|
} | null;
|
|
29743
29743
|
salesChannels?: Array<{
|
|
29744
29744
|
__typename?: "SalesChannel";
|
|
@@ -30026,7 +30026,7 @@ export type ExchangeTokenFieldsFragment = {
|
|
|
30026
30026
|
url: string;
|
|
30027
30027
|
tag: string;
|
|
30028
30028
|
}> | null;
|
|
30029
|
-
seller
|
|
30029
|
+
seller?: {
|
|
30030
30030
|
__typename?: "Seller";
|
|
30031
30031
|
id: string;
|
|
30032
30032
|
assistant: string;
|
|
@@ -30113,7 +30113,7 @@ export type ExchangeTokenFieldsFragment = {
|
|
|
30113
30113
|
}> | null;
|
|
30114
30114
|
}> | null;
|
|
30115
30115
|
} | null;
|
|
30116
|
-
};
|
|
30116
|
+
} | null;
|
|
30117
30117
|
} | null;
|
|
30118
30118
|
salesChannels?: Array<{
|
|
30119
30119
|
__typename?: "SalesChannel";
|
|
@@ -30169,7 +30169,7 @@ export type ExchangeTokenFieldsFragment = {
|
|
|
30169
30169
|
url: string;
|
|
30170
30170
|
tag: string;
|
|
30171
30171
|
}> | null;
|
|
30172
|
-
seller
|
|
30172
|
+
seller?: {
|
|
30173
30173
|
__typename?: "Seller";
|
|
30174
30174
|
id: string;
|
|
30175
30175
|
assistant: string;
|
|
@@ -30256,7 +30256,7 @@ export type ExchangeTokenFieldsFragment = {
|
|
|
30256
30256
|
}> | null;
|
|
30257
30257
|
}> | null;
|
|
30258
30258
|
} | null;
|
|
30259
|
-
};
|
|
30259
|
+
} | null;
|
|
30260
30260
|
};
|
|
30261
30261
|
exchangePolicy: {
|
|
30262
30262
|
__typename?: "ProductV1ExchangePolicy";
|
|
@@ -30870,7 +30870,7 @@ export type GetExchangeByIdQueryQuery = {
|
|
|
30870
30870
|
url: string;
|
|
30871
30871
|
tag: string;
|
|
30872
30872
|
}> | null;
|
|
30873
|
-
seller
|
|
30873
|
+
seller?: {
|
|
30874
30874
|
__typename?: "Seller";
|
|
30875
30875
|
id: string;
|
|
30876
30876
|
assistant: string;
|
|
@@ -30957,7 +30957,7 @@ export type GetExchangeByIdQueryQuery = {
|
|
|
30957
30957
|
}> | null;
|
|
30958
30958
|
}> | null;
|
|
30959
30959
|
} | null;
|
|
30960
|
-
};
|
|
30960
|
+
} | null;
|
|
30961
30961
|
};
|
|
30962
30962
|
items: Array<{
|
|
30963
30963
|
__typename?: "NftItemMetadataEntity";
|
|
@@ -31103,7 +31103,7 @@ export type GetExchangeByIdQueryQuery = {
|
|
|
31103
31103
|
url: string;
|
|
31104
31104
|
tag: string;
|
|
31105
31105
|
}> | null;
|
|
31106
|
-
seller
|
|
31106
|
+
seller?: {
|
|
31107
31107
|
__typename?: "Seller";
|
|
31108
31108
|
id: string;
|
|
31109
31109
|
assistant: string;
|
|
@@ -31190,7 +31190,7 @@ export type GetExchangeByIdQueryQuery = {
|
|
|
31190
31190
|
}> | null;
|
|
31191
31191
|
}> | null;
|
|
31192
31192
|
} | null;
|
|
31193
|
-
};
|
|
31193
|
+
} | null;
|
|
31194
31194
|
} | null;
|
|
31195
31195
|
salesChannels?: Array<{
|
|
31196
31196
|
__typename?: "SalesChannel";
|
|
@@ -31478,7 +31478,7 @@ export type GetExchangeByIdQueryQuery = {
|
|
|
31478
31478
|
url: string;
|
|
31479
31479
|
tag: string;
|
|
31480
31480
|
}> | null;
|
|
31481
|
-
seller
|
|
31481
|
+
seller?: {
|
|
31482
31482
|
__typename?: "Seller";
|
|
31483
31483
|
id: string;
|
|
31484
31484
|
assistant: string;
|
|
@@ -31565,7 +31565,7 @@ export type GetExchangeByIdQueryQuery = {
|
|
|
31565
31565
|
}> | null;
|
|
31566
31566
|
}> | null;
|
|
31567
31567
|
} | null;
|
|
31568
|
-
};
|
|
31568
|
+
} | null;
|
|
31569
31569
|
} | null;
|
|
31570
31570
|
salesChannels?: Array<{
|
|
31571
31571
|
__typename?: "SalesChannel";
|
|
@@ -31621,7 +31621,7 @@ export type GetExchangeByIdQueryQuery = {
|
|
|
31621
31621
|
url: string;
|
|
31622
31622
|
tag: string;
|
|
31623
31623
|
}> | null;
|
|
31624
|
-
seller
|
|
31624
|
+
seller?: {
|
|
31625
31625
|
__typename?: "Seller";
|
|
31626
31626
|
id: string;
|
|
31627
31627
|
assistant: string;
|
|
@@ -31708,7 +31708,7 @@ export type GetExchangeByIdQueryQuery = {
|
|
|
31708
31708
|
}> | null;
|
|
31709
31709
|
}> | null;
|
|
31710
31710
|
} | null;
|
|
31711
|
-
};
|
|
31711
|
+
} | null;
|
|
31712
31712
|
};
|
|
31713
31713
|
exchangePolicy: {
|
|
31714
31714
|
__typename?: "ProductV1ExchangePolicy";
|
|
@@ -32199,7 +32199,7 @@ export type GetExchangesQueryQuery = {
|
|
|
32199
32199
|
url: string;
|
|
32200
32200
|
tag: string;
|
|
32201
32201
|
}> | null;
|
|
32202
|
-
seller
|
|
32202
|
+
seller?: {
|
|
32203
32203
|
__typename?: "Seller";
|
|
32204
32204
|
id: string;
|
|
32205
32205
|
assistant: string;
|
|
@@ -32286,7 +32286,7 @@ export type GetExchangesQueryQuery = {
|
|
|
32286
32286
|
}> | null;
|
|
32287
32287
|
}> | null;
|
|
32288
32288
|
} | null;
|
|
32289
|
-
};
|
|
32289
|
+
} | null;
|
|
32290
32290
|
};
|
|
32291
32291
|
items: Array<{
|
|
32292
32292
|
__typename?: "NftItemMetadataEntity";
|
|
@@ -32432,7 +32432,7 @@ export type GetExchangesQueryQuery = {
|
|
|
32432
32432
|
url: string;
|
|
32433
32433
|
tag: string;
|
|
32434
32434
|
}> | null;
|
|
32435
|
-
seller
|
|
32435
|
+
seller?: {
|
|
32436
32436
|
__typename?: "Seller";
|
|
32437
32437
|
id: string;
|
|
32438
32438
|
assistant: string;
|
|
@@ -32519,7 +32519,7 @@ export type GetExchangesQueryQuery = {
|
|
|
32519
32519
|
}> | null;
|
|
32520
32520
|
}> | null;
|
|
32521
32521
|
} | null;
|
|
32522
|
-
};
|
|
32522
|
+
} | null;
|
|
32523
32523
|
} | null;
|
|
32524
32524
|
salesChannels?: Array<{
|
|
32525
32525
|
__typename?: "SalesChannel";
|
|
@@ -32807,7 +32807,7 @@ export type GetExchangesQueryQuery = {
|
|
|
32807
32807
|
url: string;
|
|
32808
32808
|
tag: string;
|
|
32809
32809
|
}> | null;
|
|
32810
|
-
seller
|
|
32810
|
+
seller?: {
|
|
32811
32811
|
__typename?: "Seller";
|
|
32812
32812
|
id: string;
|
|
32813
32813
|
assistant: string;
|
|
@@ -32894,7 +32894,7 @@ export type GetExchangesQueryQuery = {
|
|
|
32894
32894
|
}> | null;
|
|
32895
32895
|
}> | null;
|
|
32896
32896
|
} | null;
|
|
32897
|
-
};
|
|
32897
|
+
} | null;
|
|
32898
32898
|
} | null;
|
|
32899
32899
|
salesChannels?: Array<{
|
|
32900
32900
|
__typename?: "SalesChannel";
|
|
@@ -32950,7 +32950,7 @@ export type GetExchangesQueryQuery = {
|
|
|
32950
32950
|
url: string;
|
|
32951
32951
|
tag: string;
|
|
32952
32952
|
}> | null;
|
|
32953
|
-
seller
|
|
32953
|
+
seller?: {
|
|
32954
32954
|
__typename?: "Seller";
|
|
32955
32955
|
id: string;
|
|
32956
32956
|
assistant: string;
|
|
@@ -33037,7 +33037,7 @@ export type GetExchangesQueryQuery = {
|
|
|
33037
33037
|
}> | null;
|
|
33038
33038
|
}> | null;
|
|
33039
33039
|
} | null;
|
|
33040
|
-
};
|
|
33040
|
+
} | null;
|
|
33041
33041
|
};
|
|
33042
33042
|
exchangePolicy: {
|
|
33043
33043
|
__typename?: "ProductV1ExchangePolicy";
|
|
@@ -33519,7 +33519,7 @@ export type ExchangeFieldsFragment = {
|
|
|
33519
33519
|
url: string;
|
|
33520
33520
|
tag: string;
|
|
33521
33521
|
}> | null;
|
|
33522
|
-
seller
|
|
33522
|
+
seller?: {
|
|
33523
33523
|
__typename?: "Seller";
|
|
33524
33524
|
id: string;
|
|
33525
33525
|
assistant: string;
|
|
@@ -33606,7 +33606,7 @@ export type ExchangeFieldsFragment = {
|
|
|
33606
33606
|
}> | null;
|
|
33607
33607
|
}> | null;
|
|
33608
33608
|
} | null;
|
|
33609
|
-
};
|
|
33609
|
+
} | null;
|
|
33610
33610
|
};
|
|
33611
33611
|
items: Array<{
|
|
33612
33612
|
__typename?: "NftItemMetadataEntity";
|
|
@@ -33752,7 +33752,7 @@ export type ExchangeFieldsFragment = {
|
|
|
33752
33752
|
url: string;
|
|
33753
33753
|
tag: string;
|
|
33754
33754
|
}> | null;
|
|
33755
|
-
seller
|
|
33755
|
+
seller?: {
|
|
33756
33756
|
__typename?: "Seller";
|
|
33757
33757
|
id: string;
|
|
33758
33758
|
assistant: string;
|
|
@@ -33839,7 +33839,7 @@ export type ExchangeFieldsFragment = {
|
|
|
33839
33839
|
}> | null;
|
|
33840
33840
|
}> | null;
|
|
33841
33841
|
} | null;
|
|
33842
|
-
};
|
|
33842
|
+
} | null;
|
|
33843
33843
|
} | null;
|
|
33844
33844
|
salesChannels?: Array<{
|
|
33845
33845
|
__typename?: "SalesChannel";
|
|
@@ -34127,7 +34127,7 @@ export type ExchangeFieldsFragment = {
|
|
|
34127
34127
|
url: string;
|
|
34128
34128
|
tag: string;
|
|
34129
34129
|
}> | null;
|
|
34130
|
-
seller
|
|
34130
|
+
seller?: {
|
|
34131
34131
|
__typename?: "Seller";
|
|
34132
34132
|
id: string;
|
|
34133
34133
|
assistant: string;
|
|
@@ -34214,7 +34214,7 @@ export type ExchangeFieldsFragment = {
|
|
|
34214
34214
|
}> | null;
|
|
34215
34215
|
}> | null;
|
|
34216
34216
|
} | null;
|
|
34217
|
-
};
|
|
34217
|
+
} | null;
|
|
34218
34218
|
} | null;
|
|
34219
34219
|
salesChannels?: Array<{
|
|
34220
34220
|
__typename?: "SalesChannel";
|
|
@@ -34270,7 +34270,7 @@ export type ExchangeFieldsFragment = {
|
|
|
34270
34270
|
url: string;
|
|
34271
34271
|
tag: string;
|
|
34272
34272
|
}> | null;
|
|
34273
|
-
seller
|
|
34273
|
+
seller?: {
|
|
34274
34274
|
__typename?: "Seller";
|
|
34275
34275
|
id: string;
|
|
34276
34276
|
assistant: string;
|
|
@@ -34357,7 +34357,7 @@ export type ExchangeFieldsFragment = {
|
|
|
34357
34357
|
}> | null;
|
|
34358
34358
|
}> | null;
|
|
34359
34359
|
} | null;
|
|
34360
|
-
};
|
|
34360
|
+
} | null;
|
|
34361
34361
|
};
|
|
34362
34362
|
exchangePolicy: {
|
|
34363
34363
|
__typename?: "ProductV1ExchangePolicy";
|
|
@@ -35127,7 +35127,7 @@ export type GetBaseMetadataEntityByIdQueryQuery = {
|
|
|
35127
35127
|
url: string;
|
|
35128
35128
|
tag: string;
|
|
35129
35129
|
}> | null;
|
|
35130
|
-
seller
|
|
35130
|
+
seller?: {
|
|
35131
35131
|
__typename?: "Seller";
|
|
35132
35132
|
id: string;
|
|
35133
35133
|
assistant: string;
|
|
@@ -35214,7 +35214,7 @@ export type GetBaseMetadataEntityByIdQueryQuery = {
|
|
|
35214
35214
|
}> | null;
|
|
35215
35215
|
}> | null;
|
|
35216
35216
|
} | null;
|
|
35217
|
-
};
|
|
35217
|
+
} | null;
|
|
35218
35218
|
};
|
|
35219
35219
|
items: Array<{
|
|
35220
35220
|
__typename?: "NftItemMetadataEntity";
|
|
@@ -35360,7 +35360,7 @@ export type GetBaseMetadataEntityByIdQueryQuery = {
|
|
|
35360
35360
|
url: string;
|
|
35361
35361
|
tag: string;
|
|
35362
35362
|
}> | null;
|
|
35363
|
-
seller
|
|
35363
|
+
seller?: {
|
|
35364
35364
|
__typename?: "Seller";
|
|
35365
35365
|
id: string;
|
|
35366
35366
|
assistant: string;
|
|
@@ -35447,7 +35447,7 @@ export type GetBaseMetadataEntityByIdQueryQuery = {
|
|
|
35447
35447
|
}> | null;
|
|
35448
35448
|
}> | null;
|
|
35449
35449
|
} | null;
|
|
35450
|
-
};
|
|
35450
|
+
} | null;
|
|
35451
35451
|
} | null;
|
|
35452
35452
|
salesChannels?: Array<{
|
|
35453
35453
|
__typename?: "SalesChannel";
|
|
@@ -35735,7 +35735,7 @@ export type GetBaseMetadataEntityByIdQueryQuery = {
|
|
|
35735
35735
|
url: string;
|
|
35736
35736
|
tag: string;
|
|
35737
35737
|
}> | null;
|
|
35738
|
-
seller
|
|
35738
|
+
seller?: {
|
|
35739
35739
|
__typename?: "Seller";
|
|
35740
35740
|
id: string;
|
|
35741
35741
|
assistant: string;
|
|
@@ -35822,7 +35822,7 @@ export type GetBaseMetadataEntityByIdQueryQuery = {
|
|
|
35822
35822
|
}> | null;
|
|
35823
35823
|
}> | null;
|
|
35824
35824
|
} | null;
|
|
35825
|
-
};
|
|
35825
|
+
} | null;
|
|
35826
35826
|
} | null;
|
|
35827
35827
|
salesChannels?: Array<{
|
|
35828
35828
|
__typename?: "SalesChannel";
|
|
@@ -35878,7 +35878,7 @@ export type GetBaseMetadataEntityByIdQueryQuery = {
|
|
|
35878
35878
|
url: string;
|
|
35879
35879
|
tag: string;
|
|
35880
35880
|
}> | null;
|
|
35881
|
-
seller
|
|
35881
|
+
seller?: {
|
|
35882
35882
|
__typename?: "Seller";
|
|
35883
35883
|
id: string;
|
|
35884
35884
|
assistant: string;
|
|
@@ -35965,7 +35965,7 @@ export type GetBaseMetadataEntityByIdQueryQuery = {
|
|
|
35965
35965
|
}> | null;
|
|
35966
35966
|
}> | null;
|
|
35967
35967
|
} | null;
|
|
35968
|
-
};
|
|
35968
|
+
} | null;
|
|
35969
35969
|
};
|
|
35970
35970
|
exchangePolicy: {
|
|
35971
35971
|
__typename?: "ProductV1ExchangePolicy";
|
|
@@ -36007,7 +36007,7 @@ export type GetBaseMetadataEntityByIdQueryQuery = {
|
|
|
36007
36007
|
owner: string;
|
|
36008
36008
|
} | null;
|
|
36009
36009
|
};
|
|
36010
|
-
seller
|
|
36010
|
+
seller?: {
|
|
36011
36011
|
__typename?: "Seller";
|
|
36012
36012
|
id: string;
|
|
36013
36013
|
assistant: string;
|
|
@@ -36094,7 +36094,7 @@ export type GetBaseMetadataEntityByIdQueryQuery = {
|
|
|
36094
36094
|
}> | null;
|
|
36095
36095
|
}> | null;
|
|
36096
36096
|
} | null;
|
|
36097
|
-
};
|
|
36097
|
+
} | null;
|
|
36098
36098
|
exchangeToken: {
|
|
36099
36099
|
__typename?: "ExchangeToken";
|
|
36100
36100
|
id: string;
|
|
@@ -36456,7 +36456,7 @@ export type GetBaseMetadataEntitiesQueryQuery = {
|
|
|
36456
36456
|
url: string;
|
|
36457
36457
|
tag: string;
|
|
36458
36458
|
}> | null;
|
|
36459
|
-
seller
|
|
36459
|
+
seller?: {
|
|
36460
36460
|
__typename?: "Seller";
|
|
36461
36461
|
id: string;
|
|
36462
36462
|
assistant: string;
|
|
@@ -36543,7 +36543,7 @@ export type GetBaseMetadataEntitiesQueryQuery = {
|
|
|
36543
36543
|
}> | null;
|
|
36544
36544
|
}> | null;
|
|
36545
36545
|
} | null;
|
|
36546
|
-
};
|
|
36546
|
+
} | null;
|
|
36547
36547
|
};
|
|
36548
36548
|
items: Array<{
|
|
36549
36549
|
__typename?: "NftItemMetadataEntity";
|
|
@@ -36689,7 +36689,7 @@ export type GetBaseMetadataEntitiesQueryQuery = {
|
|
|
36689
36689
|
url: string;
|
|
36690
36690
|
tag: string;
|
|
36691
36691
|
}> | null;
|
|
36692
|
-
seller
|
|
36692
|
+
seller?: {
|
|
36693
36693
|
__typename?: "Seller";
|
|
36694
36694
|
id: string;
|
|
36695
36695
|
assistant: string;
|
|
@@ -36776,7 +36776,7 @@ export type GetBaseMetadataEntitiesQueryQuery = {
|
|
|
36776
36776
|
}> | null;
|
|
36777
36777
|
}> | null;
|
|
36778
36778
|
} | null;
|
|
36779
|
-
};
|
|
36779
|
+
} | null;
|
|
36780
36780
|
} | null;
|
|
36781
36781
|
salesChannels?: Array<{
|
|
36782
36782
|
__typename?: "SalesChannel";
|
|
@@ -37064,7 +37064,7 @@ export type GetBaseMetadataEntitiesQueryQuery = {
|
|
|
37064
37064
|
url: string;
|
|
37065
37065
|
tag: string;
|
|
37066
37066
|
}> | null;
|
|
37067
|
-
seller
|
|
37067
|
+
seller?: {
|
|
37068
37068
|
__typename?: "Seller";
|
|
37069
37069
|
id: string;
|
|
37070
37070
|
assistant: string;
|
|
@@ -37151,7 +37151,7 @@ export type GetBaseMetadataEntitiesQueryQuery = {
|
|
|
37151
37151
|
}> | null;
|
|
37152
37152
|
}> | null;
|
|
37153
37153
|
} | null;
|
|
37154
|
-
};
|
|
37154
|
+
} | null;
|
|
37155
37155
|
} | null;
|
|
37156
37156
|
salesChannels?: Array<{
|
|
37157
37157
|
__typename?: "SalesChannel";
|
|
@@ -37207,7 +37207,7 @@ export type GetBaseMetadataEntitiesQueryQuery = {
|
|
|
37207
37207
|
url: string;
|
|
37208
37208
|
tag: string;
|
|
37209
37209
|
}> | null;
|
|
37210
|
-
seller
|
|
37210
|
+
seller?: {
|
|
37211
37211
|
__typename?: "Seller";
|
|
37212
37212
|
id: string;
|
|
37213
37213
|
assistant: string;
|
|
@@ -37294,7 +37294,7 @@ export type GetBaseMetadataEntitiesQueryQuery = {
|
|
|
37294
37294
|
}> | null;
|
|
37295
37295
|
}> | null;
|
|
37296
37296
|
} | null;
|
|
37297
|
-
};
|
|
37297
|
+
} | null;
|
|
37298
37298
|
};
|
|
37299
37299
|
exchangePolicy: {
|
|
37300
37300
|
__typename?: "ProductV1ExchangePolicy";
|
|
@@ -37336,7 +37336,7 @@ export type GetBaseMetadataEntitiesQueryQuery = {
|
|
|
37336
37336
|
owner: string;
|
|
37337
37337
|
} | null;
|
|
37338
37338
|
};
|
|
37339
|
-
seller
|
|
37339
|
+
seller?: {
|
|
37340
37340
|
__typename?: "Seller";
|
|
37341
37341
|
id: string;
|
|
37342
37342
|
assistant: string;
|
|
@@ -37423,7 +37423,7 @@ export type GetBaseMetadataEntitiesQueryQuery = {
|
|
|
37423
37423
|
}> | null;
|
|
37424
37424
|
}> | null;
|
|
37425
37425
|
} | null;
|
|
37426
|
-
};
|
|
37426
|
+
} | null;
|
|
37427
37427
|
exchangeToken: {
|
|
37428
37428
|
__typename?: "ExchangeToken";
|
|
37429
37429
|
id: string;
|
|
@@ -37776,7 +37776,7 @@ export type BaseMetadataEntityFieldsFragment = {
|
|
|
37776
37776
|
url: string;
|
|
37777
37777
|
tag: string;
|
|
37778
37778
|
}> | null;
|
|
37779
|
-
seller
|
|
37779
|
+
seller?: {
|
|
37780
37780
|
__typename?: "Seller";
|
|
37781
37781
|
id: string;
|
|
37782
37782
|
assistant: string;
|
|
@@ -37863,7 +37863,7 @@ export type BaseMetadataEntityFieldsFragment = {
|
|
|
37863
37863
|
}> | null;
|
|
37864
37864
|
}> | null;
|
|
37865
37865
|
} | null;
|
|
37866
|
-
};
|
|
37866
|
+
} | null;
|
|
37867
37867
|
};
|
|
37868
37868
|
items: Array<{
|
|
37869
37869
|
__typename?: "NftItemMetadataEntity";
|
|
@@ -38009,7 +38009,7 @@ export type BaseMetadataEntityFieldsFragment = {
|
|
|
38009
38009
|
url: string;
|
|
38010
38010
|
tag: string;
|
|
38011
38011
|
}> | null;
|
|
38012
|
-
seller
|
|
38012
|
+
seller?: {
|
|
38013
38013
|
__typename?: "Seller";
|
|
38014
38014
|
id: string;
|
|
38015
38015
|
assistant: string;
|
|
@@ -38096,7 +38096,7 @@ export type BaseMetadataEntityFieldsFragment = {
|
|
|
38096
38096
|
}> | null;
|
|
38097
38097
|
}> | null;
|
|
38098
38098
|
} | null;
|
|
38099
|
-
};
|
|
38099
|
+
} | null;
|
|
38100
38100
|
} | null;
|
|
38101
38101
|
salesChannels?: Array<{
|
|
38102
38102
|
__typename?: "SalesChannel";
|
|
@@ -38384,7 +38384,7 @@ export type BaseMetadataEntityFieldsFragment = {
|
|
|
38384
38384
|
url: string;
|
|
38385
38385
|
tag: string;
|
|
38386
38386
|
}> | null;
|
|
38387
|
-
seller
|
|
38387
|
+
seller?: {
|
|
38388
38388
|
__typename?: "Seller";
|
|
38389
38389
|
id: string;
|
|
38390
38390
|
assistant: string;
|
|
@@ -38471,7 +38471,7 @@ export type BaseMetadataEntityFieldsFragment = {
|
|
|
38471
38471
|
}> | null;
|
|
38472
38472
|
}> | null;
|
|
38473
38473
|
} | null;
|
|
38474
|
-
};
|
|
38474
|
+
} | null;
|
|
38475
38475
|
} | null;
|
|
38476
38476
|
salesChannels?: Array<{
|
|
38477
38477
|
__typename?: "SalesChannel";
|
|
@@ -38527,7 +38527,7 @@ export type BaseMetadataEntityFieldsFragment = {
|
|
|
38527
38527
|
url: string;
|
|
38528
38528
|
tag: string;
|
|
38529
38529
|
}> | null;
|
|
38530
|
-
seller
|
|
38530
|
+
seller?: {
|
|
38531
38531
|
__typename?: "Seller";
|
|
38532
38532
|
id: string;
|
|
38533
38533
|
assistant: string;
|
|
@@ -38614,7 +38614,7 @@ export type BaseMetadataEntityFieldsFragment = {
|
|
|
38614
38614
|
}> | null;
|
|
38615
38615
|
}> | null;
|
|
38616
38616
|
} | null;
|
|
38617
|
-
};
|
|
38617
|
+
} | null;
|
|
38618
38618
|
};
|
|
38619
38619
|
exchangePolicy: {
|
|
38620
38620
|
__typename?: "ProductV1ExchangePolicy";
|
|
@@ -38656,7 +38656,7 @@ export type BaseMetadataEntityFieldsFragment = {
|
|
|
38656
38656
|
owner: string;
|
|
38657
38657
|
} | null;
|
|
38658
38658
|
};
|
|
38659
|
-
seller
|
|
38659
|
+
seller?: {
|
|
38660
38660
|
__typename?: "Seller";
|
|
38661
38661
|
id: string;
|
|
38662
38662
|
assistant: string;
|
|
@@ -38743,7 +38743,7 @@ export type BaseMetadataEntityFieldsFragment = {
|
|
|
38743
38743
|
}> | null;
|
|
38744
38744
|
}> | null;
|
|
38745
38745
|
} | null;
|
|
38746
|
-
};
|
|
38746
|
+
} | null;
|
|
38747
38747
|
exchangeToken: {
|
|
38748
38748
|
__typename?: "ExchangeToken";
|
|
38749
38749
|
id: string;
|
|
@@ -39095,7 +39095,7 @@ export type BaseBaseMetadataEntityFieldsFragment = {
|
|
|
39095
39095
|
url: string;
|
|
39096
39096
|
tag: string;
|
|
39097
39097
|
}> | null;
|
|
39098
|
-
seller
|
|
39098
|
+
seller?: {
|
|
39099
39099
|
__typename?: "Seller";
|
|
39100
39100
|
id: string;
|
|
39101
39101
|
assistant: string;
|
|
@@ -39182,7 +39182,7 @@ export type BaseBaseMetadataEntityFieldsFragment = {
|
|
|
39182
39182
|
}> | null;
|
|
39183
39183
|
}> | null;
|
|
39184
39184
|
} | null;
|
|
39185
|
-
};
|
|
39185
|
+
} | null;
|
|
39186
39186
|
};
|
|
39187
39187
|
items: Array<{
|
|
39188
39188
|
__typename?: "NftItemMetadataEntity";
|
|
@@ -39328,7 +39328,7 @@ export type BaseBaseMetadataEntityFieldsFragment = {
|
|
|
39328
39328
|
url: string;
|
|
39329
39329
|
tag: string;
|
|
39330
39330
|
}> | null;
|
|
39331
|
-
seller
|
|
39331
|
+
seller?: {
|
|
39332
39332
|
__typename?: "Seller";
|
|
39333
39333
|
id: string;
|
|
39334
39334
|
assistant: string;
|
|
@@ -39415,7 +39415,7 @@ export type BaseBaseMetadataEntityFieldsFragment = {
|
|
|
39415
39415
|
}> | null;
|
|
39416
39416
|
}> | null;
|
|
39417
39417
|
} | null;
|
|
39418
|
-
};
|
|
39418
|
+
} | null;
|
|
39419
39419
|
} | null;
|
|
39420
39420
|
salesChannels?: Array<{
|
|
39421
39421
|
__typename?: "SalesChannel";
|
|
@@ -39703,7 +39703,7 @@ export type BaseBaseMetadataEntityFieldsFragment = {
|
|
|
39703
39703
|
url: string;
|
|
39704
39704
|
tag: string;
|
|
39705
39705
|
}> | null;
|
|
39706
|
-
seller
|
|
39706
|
+
seller?: {
|
|
39707
39707
|
__typename?: "Seller";
|
|
39708
39708
|
id: string;
|
|
39709
39709
|
assistant: string;
|
|
@@ -39790,7 +39790,7 @@ export type BaseBaseMetadataEntityFieldsFragment = {
|
|
|
39790
39790
|
}> | null;
|
|
39791
39791
|
}> | null;
|
|
39792
39792
|
} | null;
|
|
39793
|
-
};
|
|
39793
|
+
} | null;
|
|
39794
39794
|
} | null;
|
|
39795
39795
|
salesChannels?: Array<{
|
|
39796
39796
|
__typename?: "SalesChannel";
|
|
@@ -39846,7 +39846,7 @@ export type BaseBaseMetadataEntityFieldsFragment = {
|
|
|
39846
39846
|
url: string;
|
|
39847
39847
|
tag: string;
|
|
39848
39848
|
}> | null;
|
|
39849
|
-
seller
|
|
39849
|
+
seller?: {
|
|
39850
39850
|
__typename?: "Seller";
|
|
39851
39851
|
id: string;
|
|
39852
39852
|
assistant: string;
|
|
@@ -39933,7 +39933,7 @@ export type BaseBaseMetadataEntityFieldsFragment = {
|
|
|
39933
39933
|
}> | null;
|
|
39934
39934
|
}> | null;
|
|
39935
39935
|
} | null;
|
|
39936
|
-
};
|
|
39936
|
+
} | null;
|
|
39937
39937
|
};
|
|
39938
39938
|
exchangePolicy: {
|
|
39939
39939
|
__typename?: "ProductV1ExchangePolicy";
|
|
@@ -39975,7 +39975,7 @@ export type BaseBaseMetadataEntityFieldsFragment = {
|
|
|
39975
39975
|
owner: string;
|
|
39976
39976
|
} | null;
|
|
39977
39977
|
};
|
|
39978
|
-
seller
|
|
39978
|
+
seller?: {
|
|
39979
39979
|
__typename?: "Seller";
|
|
39980
39980
|
id: string;
|
|
39981
39981
|
assistant: string;
|
|
@@ -40062,7 +40062,7 @@ export type BaseBaseMetadataEntityFieldsFragment = {
|
|
|
40062
40062
|
}> | null;
|
|
40063
40063
|
}> | null;
|
|
40064
40064
|
} | null;
|
|
40065
|
-
};
|
|
40065
|
+
} | null;
|
|
40066
40066
|
exchangeToken: {
|
|
40067
40067
|
__typename?: "ExchangeToken";
|
|
40068
40068
|
id: string;
|
|
@@ -40555,7 +40555,7 @@ export type GetBundleMetadataEntityByIdQueryQuery = {
|
|
|
40555
40555
|
url: string;
|
|
40556
40556
|
tag: string;
|
|
40557
40557
|
}> | null;
|
|
40558
|
-
seller
|
|
40558
|
+
seller?: {
|
|
40559
40559
|
__typename?: "Seller";
|
|
40560
40560
|
id: string;
|
|
40561
40561
|
assistant: string;
|
|
@@ -40642,7 +40642,7 @@ export type GetBundleMetadataEntityByIdQueryQuery = {
|
|
|
40642
40642
|
}> | null;
|
|
40643
40643
|
}> | null;
|
|
40644
40644
|
} | null;
|
|
40645
|
-
};
|
|
40645
|
+
} | null;
|
|
40646
40646
|
};
|
|
40647
40647
|
items: Array<{
|
|
40648
40648
|
__typename?: "NftItemMetadataEntity";
|
|
@@ -40788,7 +40788,7 @@ export type GetBundleMetadataEntityByIdQueryQuery = {
|
|
|
40788
40788
|
url: string;
|
|
40789
40789
|
tag: string;
|
|
40790
40790
|
}> | null;
|
|
40791
|
-
seller
|
|
40791
|
+
seller?: {
|
|
40792
40792
|
__typename?: "Seller";
|
|
40793
40793
|
id: string;
|
|
40794
40794
|
assistant: string;
|
|
@@ -40875,7 +40875,7 @@ export type GetBundleMetadataEntityByIdQueryQuery = {
|
|
|
40875
40875
|
}> | null;
|
|
40876
40876
|
}> | null;
|
|
40877
40877
|
} | null;
|
|
40878
|
-
};
|
|
40878
|
+
} | null;
|
|
40879
40879
|
} | null;
|
|
40880
40880
|
salesChannels?: Array<{
|
|
40881
40881
|
__typename?: "SalesChannel";
|
|
@@ -41163,7 +41163,7 @@ export type GetBundleMetadataEntityByIdQueryQuery = {
|
|
|
41163
41163
|
url: string;
|
|
41164
41164
|
tag: string;
|
|
41165
41165
|
}> | null;
|
|
41166
|
-
seller
|
|
41166
|
+
seller?: {
|
|
41167
41167
|
__typename?: "Seller";
|
|
41168
41168
|
id: string;
|
|
41169
41169
|
assistant: string;
|
|
@@ -41250,7 +41250,7 @@ export type GetBundleMetadataEntityByIdQueryQuery = {
|
|
|
41250
41250
|
}> | null;
|
|
41251
41251
|
}> | null;
|
|
41252
41252
|
} | null;
|
|
41253
|
-
};
|
|
41253
|
+
} | null;
|
|
41254
41254
|
} | null;
|
|
41255
41255
|
salesChannels?: Array<{
|
|
41256
41256
|
__typename?: "SalesChannel";
|
|
@@ -41306,7 +41306,7 @@ export type GetBundleMetadataEntityByIdQueryQuery = {
|
|
|
41306
41306
|
url: string;
|
|
41307
41307
|
tag: string;
|
|
41308
41308
|
}> | null;
|
|
41309
|
-
seller
|
|
41309
|
+
seller?: {
|
|
41310
41310
|
__typename?: "Seller";
|
|
41311
41311
|
id: string;
|
|
41312
41312
|
assistant: string;
|
|
@@ -41393,7 +41393,7 @@ export type GetBundleMetadataEntityByIdQueryQuery = {
|
|
|
41393
41393
|
}> | null;
|
|
41394
41394
|
}> | null;
|
|
41395
41395
|
} | null;
|
|
41396
|
-
};
|
|
41396
|
+
} | null;
|
|
41397
41397
|
};
|
|
41398
41398
|
exchangePolicy: {
|
|
41399
41399
|
__typename?: "ProductV1ExchangePolicy";
|
|
@@ -41435,7 +41435,7 @@ export type GetBundleMetadataEntityByIdQueryQuery = {
|
|
|
41435
41435
|
owner: string;
|
|
41436
41436
|
} | null;
|
|
41437
41437
|
};
|
|
41438
|
-
seller
|
|
41438
|
+
seller?: {
|
|
41439
41439
|
__typename?: "Seller";
|
|
41440
41440
|
id: string;
|
|
41441
41441
|
assistant: string;
|
|
@@ -41522,7 +41522,7 @@ export type GetBundleMetadataEntityByIdQueryQuery = {
|
|
|
41522
41522
|
}> | null;
|
|
41523
41523
|
}> | null;
|
|
41524
41524
|
} | null;
|
|
41525
|
-
};
|
|
41525
|
+
} | null;
|
|
41526
41526
|
exchangeToken: {
|
|
41527
41527
|
__typename?: "ExchangeToken";
|
|
41528
41528
|
id: string;
|
|
@@ -41556,7 +41556,7 @@ export type GetBundleMetadataEntityByIdQueryQuery = {
|
|
|
41556
41556
|
url: string;
|
|
41557
41557
|
tag: string;
|
|
41558
41558
|
}> | null;
|
|
41559
|
-
seller
|
|
41559
|
+
seller?: {
|
|
41560
41560
|
__typename?: "Seller";
|
|
41561
41561
|
id: string;
|
|
41562
41562
|
assistant: string;
|
|
@@ -41643,7 +41643,7 @@ export type GetBundleMetadataEntityByIdQueryQuery = {
|
|
|
41643
41643
|
}> | null;
|
|
41644
41644
|
}> | null;
|
|
41645
41645
|
} | null;
|
|
41646
|
-
};
|
|
41646
|
+
} | null;
|
|
41647
41647
|
};
|
|
41648
41648
|
items: Array<{
|
|
41649
41649
|
__typename?: "NftItemMetadataEntity";
|
|
@@ -41795,7 +41795,7 @@ export type GetBundleMetadataEntityByIdQueryQuery = {
|
|
|
41795
41795
|
url: string;
|
|
41796
41796
|
tag: string;
|
|
41797
41797
|
}> | null;
|
|
41798
|
-
seller
|
|
41798
|
+
seller?: {
|
|
41799
41799
|
__typename?: "Seller";
|
|
41800
41800
|
id: string;
|
|
41801
41801
|
assistant: string;
|
|
@@ -41882,7 +41882,7 @@ export type GetBundleMetadataEntityByIdQueryQuery = {
|
|
|
41882
41882
|
}> | null;
|
|
41883
41883
|
}> | null;
|
|
41884
41884
|
} | null;
|
|
41885
|
-
};
|
|
41885
|
+
} | null;
|
|
41886
41886
|
} | null;
|
|
41887
41887
|
salesChannels?: Array<{
|
|
41888
41888
|
__typename?: "SalesChannel";
|
|
@@ -42473,7 +42473,7 @@ export type GetBundleMetadataEntitiesQueryQuery = {
|
|
|
42473
42473
|
url: string;
|
|
42474
42474
|
tag: string;
|
|
42475
42475
|
}> | null;
|
|
42476
|
-
seller
|
|
42476
|
+
seller?: {
|
|
42477
42477
|
__typename?: "Seller";
|
|
42478
42478
|
id: string;
|
|
42479
42479
|
assistant: string;
|
|
@@ -42560,7 +42560,7 @@ export type GetBundleMetadataEntitiesQueryQuery = {
|
|
|
42560
42560
|
}> | null;
|
|
42561
42561
|
}> | null;
|
|
42562
42562
|
} | null;
|
|
42563
|
-
};
|
|
42563
|
+
} | null;
|
|
42564
42564
|
};
|
|
42565
42565
|
items: Array<{
|
|
42566
42566
|
__typename?: "NftItemMetadataEntity";
|
|
@@ -42706,7 +42706,7 @@ export type GetBundleMetadataEntitiesQueryQuery = {
|
|
|
42706
42706
|
url: string;
|
|
42707
42707
|
tag: string;
|
|
42708
42708
|
}> | null;
|
|
42709
|
-
seller
|
|
42709
|
+
seller?: {
|
|
42710
42710
|
__typename?: "Seller";
|
|
42711
42711
|
id: string;
|
|
42712
42712
|
assistant: string;
|
|
@@ -42793,7 +42793,7 @@ export type GetBundleMetadataEntitiesQueryQuery = {
|
|
|
42793
42793
|
}> | null;
|
|
42794
42794
|
}> | null;
|
|
42795
42795
|
} | null;
|
|
42796
|
-
};
|
|
42796
|
+
} | null;
|
|
42797
42797
|
} | null;
|
|
42798
42798
|
salesChannels?: Array<{
|
|
42799
42799
|
__typename?: "SalesChannel";
|
|
@@ -43081,7 +43081,7 @@ export type GetBundleMetadataEntitiesQueryQuery = {
|
|
|
43081
43081
|
url: string;
|
|
43082
43082
|
tag: string;
|
|
43083
43083
|
}> | null;
|
|
43084
|
-
seller
|
|
43084
|
+
seller?: {
|
|
43085
43085
|
__typename?: "Seller";
|
|
43086
43086
|
id: string;
|
|
43087
43087
|
assistant: string;
|
|
@@ -43168,7 +43168,7 @@ export type GetBundleMetadataEntitiesQueryQuery = {
|
|
|
43168
43168
|
}> | null;
|
|
43169
43169
|
}> | null;
|
|
43170
43170
|
} | null;
|
|
43171
|
-
};
|
|
43171
|
+
} | null;
|
|
43172
43172
|
} | null;
|
|
43173
43173
|
salesChannels?: Array<{
|
|
43174
43174
|
__typename?: "SalesChannel";
|
|
@@ -43224,7 +43224,7 @@ export type GetBundleMetadataEntitiesQueryQuery = {
|
|
|
43224
43224
|
url: string;
|
|
43225
43225
|
tag: string;
|
|
43226
43226
|
}> | null;
|
|
43227
|
-
seller
|
|
43227
|
+
seller?: {
|
|
43228
43228
|
__typename?: "Seller";
|
|
43229
43229
|
id: string;
|
|
43230
43230
|
assistant: string;
|
|
@@ -43311,7 +43311,7 @@ export type GetBundleMetadataEntitiesQueryQuery = {
|
|
|
43311
43311
|
}> | null;
|
|
43312
43312
|
}> | null;
|
|
43313
43313
|
} | null;
|
|
43314
|
-
};
|
|
43314
|
+
} | null;
|
|
43315
43315
|
};
|
|
43316
43316
|
exchangePolicy: {
|
|
43317
43317
|
__typename?: "ProductV1ExchangePolicy";
|
|
@@ -43353,7 +43353,7 @@ export type GetBundleMetadataEntitiesQueryQuery = {
|
|
|
43353
43353
|
owner: string;
|
|
43354
43354
|
} | null;
|
|
43355
43355
|
};
|
|
43356
|
-
seller
|
|
43356
|
+
seller?: {
|
|
43357
43357
|
__typename?: "Seller";
|
|
43358
43358
|
id: string;
|
|
43359
43359
|
assistant: string;
|
|
@@ -43440,7 +43440,7 @@ export type GetBundleMetadataEntitiesQueryQuery = {
|
|
|
43440
43440
|
}> | null;
|
|
43441
43441
|
}> | null;
|
|
43442
43442
|
} | null;
|
|
43443
|
-
};
|
|
43443
|
+
} | null;
|
|
43444
43444
|
exchangeToken: {
|
|
43445
43445
|
__typename?: "ExchangeToken";
|
|
43446
43446
|
id: string;
|
|
@@ -43474,7 +43474,7 @@ export type GetBundleMetadataEntitiesQueryQuery = {
|
|
|
43474
43474
|
url: string;
|
|
43475
43475
|
tag: string;
|
|
43476
43476
|
}> | null;
|
|
43477
|
-
seller
|
|
43477
|
+
seller?: {
|
|
43478
43478
|
__typename?: "Seller";
|
|
43479
43479
|
id: string;
|
|
43480
43480
|
assistant: string;
|
|
@@ -43561,7 +43561,7 @@ export type GetBundleMetadataEntitiesQueryQuery = {
|
|
|
43561
43561
|
}> | null;
|
|
43562
43562
|
}> | null;
|
|
43563
43563
|
} | null;
|
|
43564
|
-
};
|
|
43564
|
+
} | null;
|
|
43565
43565
|
};
|
|
43566
43566
|
items: Array<{
|
|
43567
43567
|
__typename?: "NftItemMetadataEntity";
|
|
@@ -43713,7 +43713,7 @@ export type GetBundleMetadataEntitiesQueryQuery = {
|
|
|
43713
43713
|
url: string;
|
|
43714
43714
|
tag: string;
|
|
43715
43715
|
}> | null;
|
|
43716
|
-
seller
|
|
43716
|
+
seller?: {
|
|
43717
43717
|
__typename?: "Seller";
|
|
43718
43718
|
id: string;
|
|
43719
43719
|
assistant: string;
|
|
@@ -43800,7 +43800,7 @@ export type GetBundleMetadataEntitiesQueryQuery = {
|
|
|
43800
43800
|
}> | null;
|
|
43801
43801
|
}> | null;
|
|
43802
43802
|
} | null;
|
|
43803
|
-
};
|
|
43803
|
+
} | null;
|
|
43804
43804
|
} | null;
|
|
43805
43805
|
salesChannels?: Array<{
|
|
43806
43806
|
__typename?: "SalesChannel";
|
|
@@ -44382,7 +44382,7 @@ export type BundleMetadataEntityFieldsFragment = {
|
|
|
44382
44382
|
url: string;
|
|
44383
44383
|
tag: string;
|
|
44384
44384
|
}> | null;
|
|
44385
|
-
seller
|
|
44385
|
+
seller?: {
|
|
44386
44386
|
__typename?: "Seller";
|
|
44387
44387
|
id: string;
|
|
44388
44388
|
assistant: string;
|
|
@@ -44469,7 +44469,7 @@ export type BundleMetadataEntityFieldsFragment = {
|
|
|
44469
44469
|
}> | null;
|
|
44470
44470
|
}> | null;
|
|
44471
44471
|
} | null;
|
|
44472
|
-
};
|
|
44472
|
+
} | null;
|
|
44473
44473
|
};
|
|
44474
44474
|
items: Array<{
|
|
44475
44475
|
__typename?: "NftItemMetadataEntity";
|
|
@@ -44615,7 +44615,7 @@ export type BundleMetadataEntityFieldsFragment = {
|
|
|
44615
44615
|
url: string;
|
|
44616
44616
|
tag: string;
|
|
44617
44617
|
}> | null;
|
|
44618
|
-
seller
|
|
44618
|
+
seller?: {
|
|
44619
44619
|
__typename?: "Seller";
|
|
44620
44620
|
id: string;
|
|
44621
44621
|
assistant: string;
|
|
@@ -44702,7 +44702,7 @@ export type BundleMetadataEntityFieldsFragment = {
|
|
|
44702
44702
|
}> | null;
|
|
44703
44703
|
}> | null;
|
|
44704
44704
|
} | null;
|
|
44705
|
-
};
|
|
44705
|
+
} | null;
|
|
44706
44706
|
} | null;
|
|
44707
44707
|
salesChannels?: Array<{
|
|
44708
44708
|
__typename?: "SalesChannel";
|
|
@@ -44990,7 +44990,7 @@ export type BundleMetadataEntityFieldsFragment = {
|
|
|
44990
44990
|
url: string;
|
|
44991
44991
|
tag: string;
|
|
44992
44992
|
}> | null;
|
|
44993
|
-
seller
|
|
44993
|
+
seller?: {
|
|
44994
44994
|
__typename?: "Seller";
|
|
44995
44995
|
id: string;
|
|
44996
44996
|
assistant: string;
|
|
@@ -45077,7 +45077,7 @@ export type BundleMetadataEntityFieldsFragment = {
|
|
|
45077
45077
|
}> | null;
|
|
45078
45078
|
}> | null;
|
|
45079
45079
|
} | null;
|
|
45080
|
-
};
|
|
45080
|
+
} | null;
|
|
45081
45081
|
} | null;
|
|
45082
45082
|
salesChannels?: Array<{
|
|
45083
45083
|
__typename?: "SalesChannel";
|
|
@@ -45133,7 +45133,7 @@ export type BundleMetadataEntityFieldsFragment = {
|
|
|
45133
45133
|
url: string;
|
|
45134
45134
|
tag: string;
|
|
45135
45135
|
}> | null;
|
|
45136
|
-
seller
|
|
45136
|
+
seller?: {
|
|
45137
45137
|
__typename?: "Seller";
|
|
45138
45138
|
id: string;
|
|
45139
45139
|
assistant: string;
|
|
@@ -45220,7 +45220,7 @@ export type BundleMetadataEntityFieldsFragment = {
|
|
|
45220
45220
|
}> | null;
|
|
45221
45221
|
}> | null;
|
|
45222
45222
|
} | null;
|
|
45223
|
-
};
|
|
45223
|
+
} | null;
|
|
45224
45224
|
};
|
|
45225
45225
|
exchangePolicy: {
|
|
45226
45226
|
__typename?: "ProductV1ExchangePolicy";
|
|
@@ -45262,7 +45262,7 @@ export type BundleMetadataEntityFieldsFragment = {
|
|
|
45262
45262
|
owner: string;
|
|
45263
45263
|
} | null;
|
|
45264
45264
|
};
|
|
45265
|
-
seller
|
|
45265
|
+
seller?: {
|
|
45266
45266
|
__typename?: "Seller";
|
|
45267
45267
|
id: string;
|
|
45268
45268
|
assistant: string;
|
|
@@ -45349,7 +45349,7 @@ export type BundleMetadataEntityFieldsFragment = {
|
|
|
45349
45349
|
}> | null;
|
|
45350
45350
|
}> | null;
|
|
45351
45351
|
} | null;
|
|
45352
|
-
};
|
|
45352
|
+
} | null;
|
|
45353
45353
|
exchangeToken: {
|
|
45354
45354
|
__typename?: "ExchangeToken";
|
|
45355
45355
|
id: string;
|
|
@@ -45383,7 +45383,7 @@ export type BundleMetadataEntityFieldsFragment = {
|
|
|
45383
45383
|
url: string;
|
|
45384
45384
|
tag: string;
|
|
45385
45385
|
}> | null;
|
|
45386
|
-
seller
|
|
45386
|
+
seller?: {
|
|
45387
45387
|
__typename?: "Seller";
|
|
45388
45388
|
id: string;
|
|
45389
45389
|
assistant: string;
|
|
@@ -45470,7 +45470,7 @@ export type BundleMetadataEntityFieldsFragment = {
|
|
|
45470
45470
|
}> | null;
|
|
45471
45471
|
}> | null;
|
|
45472
45472
|
} | null;
|
|
45473
|
-
};
|
|
45473
|
+
} | null;
|
|
45474
45474
|
};
|
|
45475
45475
|
items: Array<{
|
|
45476
45476
|
__typename?: "NftItemMetadataEntity";
|
|
@@ -45622,7 +45622,7 @@ export type BundleMetadataEntityFieldsFragment = {
|
|
|
45622
45622
|
url: string;
|
|
45623
45623
|
tag: string;
|
|
45624
45624
|
}> | null;
|
|
45625
|
-
seller
|
|
45625
|
+
seller?: {
|
|
45626
45626
|
__typename?: "Seller";
|
|
45627
45627
|
id: string;
|
|
45628
45628
|
assistant: string;
|
|
@@ -45709,7 +45709,7 @@ export type BundleMetadataEntityFieldsFragment = {
|
|
|
45709
45709
|
}> | null;
|
|
45710
45710
|
}> | null;
|
|
45711
45711
|
} | null;
|
|
45712
|
-
};
|
|
45712
|
+
} | null;
|
|
45713
45713
|
} | null;
|
|
45714
45714
|
salesChannels?: Array<{
|
|
45715
45715
|
__typename?: "SalesChannel";
|
|
@@ -46290,7 +46290,7 @@ export type BaseBundleMetadataEntityFieldsFragment = {
|
|
|
46290
46290
|
url: string;
|
|
46291
46291
|
tag: string;
|
|
46292
46292
|
}> | null;
|
|
46293
|
-
seller
|
|
46293
|
+
seller?: {
|
|
46294
46294
|
__typename?: "Seller";
|
|
46295
46295
|
id: string;
|
|
46296
46296
|
assistant: string;
|
|
@@ -46377,7 +46377,7 @@ export type BaseBundleMetadataEntityFieldsFragment = {
|
|
|
46377
46377
|
}> | null;
|
|
46378
46378
|
}> | null;
|
|
46379
46379
|
} | null;
|
|
46380
|
-
};
|
|
46380
|
+
} | null;
|
|
46381
46381
|
};
|
|
46382
46382
|
items: Array<{
|
|
46383
46383
|
__typename?: "NftItemMetadataEntity";
|
|
@@ -46523,7 +46523,7 @@ export type BaseBundleMetadataEntityFieldsFragment = {
|
|
|
46523
46523
|
url: string;
|
|
46524
46524
|
tag: string;
|
|
46525
46525
|
}> | null;
|
|
46526
|
-
seller
|
|
46526
|
+
seller?: {
|
|
46527
46527
|
__typename?: "Seller";
|
|
46528
46528
|
id: string;
|
|
46529
46529
|
assistant: string;
|
|
@@ -46610,7 +46610,7 @@ export type BaseBundleMetadataEntityFieldsFragment = {
|
|
|
46610
46610
|
}> | null;
|
|
46611
46611
|
}> | null;
|
|
46612
46612
|
} | null;
|
|
46613
|
-
};
|
|
46613
|
+
} | null;
|
|
46614
46614
|
} | null;
|
|
46615
46615
|
salesChannels?: Array<{
|
|
46616
46616
|
__typename?: "SalesChannel";
|
|
@@ -46898,7 +46898,7 @@ export type BaseBundleMetadataEntityFieldsFragment = {
|
|
|
46898
46898
|
url: string;
|
|
46899
46899
|
tag: string;
|
|
46900
46900
|
}> | null;
|
|
46901
|
-
seller
|
|
46901
|
+
seller?: {
|
|
46902
46902
|
__typename?: "Seller";
|
|
46903
46903
|
id: string;
|
|
46904
46904
|
assistant: string;
|
|
@@ -46985,7 +46985,7 @@ export type BaseBundleMetadataEntityFieldsFragment = {
|
|
|
46985
46985
|
}> | null;
|
|
46986
46986
|
}> | null;
|
|
46987
46987
|
} | null;
|
|
46988
|
-
};
|
|
46988
|
+
} | null;
|
|
46989
46989
|
} | null;
|
|
46990
46990
|
salesChannels?: Array<{
|
|
46991
46991
|
__typename?: "SalesChannel";
|
|
@@ -47041,7 +47041,7 @@ export type BaseBundleMetadataEntityFieldsFragment = {
|
|
|
47041
47041
|
url: string;
|
|
47042
47042
|
tag: string;
|
|
47043
47043
|
}> | null;
|
|
47044
|
-
seller
|
|
47044
|
+
seller?: {
|
|
47045
47045
|
__typename?: "Seller";
|
|
47046
47046
|
id: string;
|
|
47047
47047
|
assistant: string;
|
|
@@ -47128,7 +47128,7 @@ export type BaseBundleMetadataEntityFieldsFragment = {
|
|
|
47128
47128
|
}> | null;
|
|
47129
47129
|
}> | null;
|
|
47130
47130
|
} | null;
|
|
47131
|
-
};
|
|
47131
|
+
} | null;
|
|
47132
47132
|
};
|
|
47133
47133
|
exchangePolicy: {
|
|
47134
47134
|
__typename?: "ProductV1ExchangePolicy";
|
|
@@ -47170,7 +47170,7 @@ export type BaseBundleMetadataEntityFieldsFragment = {
|
|
|
47170
47170
|
owner: string;
|
|
47171
47171
|
} | null;
|
|
47172
47172
|
};
|
|
47173
|
-
seller
|
|
47173
|
+
seller?: {
|
|
47174
47174
|
__typename?: "Seller";
|
|
47175
47175
|
id: string;
|
|
47176
47176
|
assistant: string;
|
|
@@ -47257,7 +47257,7 @@ export type BaseBundleMetadataEntityFieldsFragment = {
|
|
|
47257
47257
|
}> | null;
|
|
47258
47258
|
}> | null;
|
|
47259
47259
|
} | null;
|
|
47260
|
-
};
|
|
47260
|
+
} | null;
|
|
47261
47261
|
exchangeToken: {
|
|
47262
47262
|
__typename?: "ExchangeToken";
|
|
47263
47263
|
id: string;
|
|
@@ -47291,7 +47291,7 @@ export type BaseBundleMetadataEntityFieldsFragment = {
|
|
|
47291
47291
|
url: string;
|
|
47292
47292
|
tag: string;
|
|
47293
47293
|
}> | null;
|
|
47294
|
-
seller
|
|
47294
|
+
seller?: {
|
|
47295
47295
|
__typename?: "Seller";
|
|
47296
47296
|
id: string;
|
|
47297
47297
|
assistant: string;
|
|
@@ -47378,7 +47378,7 @@ export type BaseBundleMetadataEntityFieldsFragment = {
|
|
|
47378
47378
|
}> | null;
|
|
47379
47379
|
}> | null;
|
|
47380
47380
|
} | null;
|
|
47381
|
-
};
|
|
47381
|
+
} | null;
|
|
47382
47382
|
};
|
|
47383
47383
|
items: Array<{
|
|
47384
47384
|
__typename?: "NftItemMetadataEntity";
|
|
@@ -47530,7 +47530,7 @@ export type BaseBundleMetadataEntityFieldsFragment = {
|
|
|
47530
47530
|
url: string;
|
|
47531
47531
|
tag: string;
|
|
47532
47532
|
}> | null;
|
|
47533
|
-
seller
|
|
47533
|
+
seller?: {
|
|
47534
47534
|
__typename?: "Seller";
|
|
47535
47535
|
id: string;
|
|
47536
47536
|
assistant: string;
|
|
@@ -47617,7 +47617,7 @@ export type BaseBundleMetadataEntityFieldsFragment = {
|
|
|
47617
47617
|
}> | null;
|
|
47618
47618
|
}> | null;
|
|
47619
47619
|
} | null;
|
|
47620
|
-
};
|
|
47620
|
+
} | null;
|
|
47621
47621
|
} | null;
|
|
47622
47622
|
salesChannels?: Array<{
|
|
47623
47623
|
__typename?: "SalesChannel";
|
|
@@ -47857,7 +47857,7 @@ export type GetProductV1ProductsQueryQuery = {
|
|
|
47857
47857
|
url: string;
|
|
47858
47858
|
tag: string;
|
|
47859
47859
|
}> | null;
|
|
47860
|
-
seller
|
|
47860
|
+
seller?: {
|
|
47861
47861
|
__typename?: "Seller";
|
|
47862
47862
|
id: string;
|
|
47863
47863
|
assistant: string;
|
|
@@ -47944,7 +47944,7 @@ export type GetProductV1ProductsQueryQuery = {
|
|
|
47944
47944
|
}> | null;
|
|
47945
47945
|
}> | null;
|
|
47946
47946
|
} | null;
|
|
47947
|
-
};
|
|
47947
|
+
} | null;
|
|
47948
47948
|
} | null;
|
|
47949
47949
|
salesChannels?: Array<{
|
|
47950
47950
|
__typename?: "SalesChannel";
|
|
@@ -48455,7 +48455,7 @@ export type GetProductV1ProductsWithVariantsQueryQuery = {
|
|
|
48455
48455
|
url: string;
|
|
48456
48456
|
tag: string;
|
|
48457
48457
|
}> | null;
|
|
48458
|
-
seller
|
|
48458
|
+
seller?: {
|
|
48459
48459
|
__typename?: "Seller";
|
|
48460
48460
|
id: string;
|
|
48461
48461
|
assistant: string;
|
|
@@ -48542,7 +48542,7 @@ export type GetProductV1ProductsWithVariantsQueryQuery = {
|
|
|
48542
48542
|
}> | null;
|
|
48543
48543
|
}> | null;
|
|
48544
48544
|
} | null;
|
|
48545
|
-
};
|
|
48545
|
+
} | null;
|
|
48546
48546
|
};
|
|
48547
48547
|
items: Array<{
|
|
48548
48548
|
__typename?: "NftItemMetadataEntity";
|
|
@@ -48688,7 +48688,7 @@ export type GetProductV1ProductsWithVariantsQueryQuery = {
|
|
|
48688
48688
|
url: string;
|
|
48689
48689
|
tag: string;
|
|
48690
48690
|
}> | null;
|
|
48691
|
-
seller
|
|
48691
|
+
seller?: {
|
|
48692
48692
|
__typename?: "Seller";
|
|
48693
48693
|
id: string;
|
|
48694
48694
|
assistant: string;
|
|
@@ -48775,7 +48775,7 @@ export type GetProductV1ProductsWithVariantsQueryQuery = {
|
|
|
48775
48775
|
}> | null;
|
|
48776
48776
|
}> | null;
|
|
48777
48777
|
} | null;
|
|
48778
|
-
};
|
|
48778
|
+
} | null;
|
|
48779
48779
|
} | null;
|
|
48780
48780
|
salesChannels?: Array<{
|
|
48781
48781
|
__typename?: "SalesChannel";
|
|
@@ -49063,7 +49063,7 @@ export type GetProductV1ProductsWithVariantsQueryQuery = {
|
|
|
49063
49063
|
url: string;
|
|
49064
49064
|
tag: string;
|
|
49065
49065
|
}> | null;
|
|
49066
|
-
seller
|
|
49066
|
+
seller?: {
|
|
49067
49067
|
__typename?: "Seller";
|
|
49068
49068
|
id: string;
|
|
49069
49069
|
assistant: string;
|
|
@@ -49150,7 +49150,7 @@ export type GetProductV1ProductsWithVariantsQueryQuery = {
|
|
|
49150
49150
|
}> | null;
|
|
49151
49151
|
}> | null;
|
|
49152
49152
|
} | null;
|
|
49153
|
-
};
|
|
49153
|
+
} | null;
|
|
49154
49154
|
} | null;
|
|
49155
49155
|
salesChannels?: Array<{
|
|
49156
49156
|
__typename?: "SalesChannel";
|
|
@@ -49206,7 +49206,7 @@ export type GetProductV1ProductsWithVariantsQueryQuery = {
|
|
|
49206
49206
|
url: string;
|
|
49207
49207
|
tag: string;
|
|
49208
49208
|
}> | null;
|
|
49209
|
-
seller
|
|
49209
|
+
seller?: {
|
|
49210
49210
|
__typename?: "Seller";
|
|
49211
49211
|
id: string;
|
|
49212
49212
|
assistant: string;
|
|
@@ -49293,7 +49293,7 @@ export type GetProductV1ProductsWithVariantsQueryQuery = {
|
|
|
49293
49293
|
}> | null;
|
|
49294
49294
|
}> | null;
|
|
49295
49295
|
} | null;
|
|
49296
|
-
};
|
|
49296
|
+
} | null;
|
|
49297
49297
|
};
|
|
49298
49298
|
exchangePolicy: {
|
|
49299
49299
|
__typename?: "ProductV1ExchangePolicy";
|
|
@@ -49814,7 +49814,7 @@ export type GetProductV1ProductsWithVariantsQueryQuery = {
|
|
|
49814
49814
|
url: string;
|
|
49815
49815
|
tag: string;
|
|
49816
49816
|
}> | null;
|
|
49817
|
-
seller
|
|
49817
|
+
seller?: {
|
|
49818
49818
|
__typename?: "Seller";
|
|
49819
49819
|
id: string;
|
|
49820
49820
|
assistant: string;
|
|
@@ -49901,7 +49901,7 @@ export type GetProductV1ProductsWithVariantsQueryQuery = {
|
|
|
49901
49901
|
}> | null;
|
|
49902
49902
|
}> | null;
|
|
49903
49903
|
} | null;
|
|
49904
|
-
};
|
|
49904
|
+
} | null;
|
|
49905
49905
|
};
|
|
49906
49906
|
items: Array<{
|
|
49907
49907
|
__typename?: "NftItemMetadataEntity";
|
|
@@ -50047,7 +50047,7 @@ export type GetProductV1ProductsWithVariantsQueryQuery = {
|
|
|
50047
50047
|
url: string;
|
|
50048
50048
|
tag: string;
|
|
50049
50049
|
}> | null;
|
|
50050
|
-
seller
|
|
50050
|
+
seller?: {
|
|
50051
50051
|
__typename?: "Seller";
|
|
50052
50052
|
id: string;
|
|
50053
50053
|
assistant: string;
|
|
@@ -50134,7 +50134,7 @@ export type GetProductV1ProductsWithVariantsQueryQuery = {
|
|
|
50134
50134
|
}> | null;
|
|
50135
50135
|
}> | null;
|
|
50136
50136
|
} | null;
|
|
50137
|
-
};
|
|
50137
|
+
} | null;
|
|
50138
50138
|
} | null;
|
|
50139
50139
|
salesChannels?: Array<{
|
|
50140
50140
|
__typename?: "SalesChannel";
|
|
@@ -50422,7 +50422,7 @@ export type GetProductV1ProductsWithVariantsQueryQuery = {
|
|
|
50422
50422
|
url: string;
|
|
50423
50423
|
tag: string;
|
|
50424
50424
|
}> | null;
|
|
50425
|
-
seller
|
|
50425
|
+
seller?: {
|
|
50426
50426
|
__typename?: "Seller";
|
|
50427
50427
|
id: string;
|
|
50428
50428
|
assistant: string;
|
|
@@ -50509,7 +50509,7 @@ export type GetProductV1ProductsWithVariantsQueryQuery = {
|
|
|
50509
50509
|
}> | null;
|
|
50510
50510
|
}> | null;
|
|
50511
50511
|
} | null;
|
|
50512
|
-
};
|
|
50512
|
+
} | null;
|
|
50513
50513
|
} | null;
|
|
50514
50514
|
salesChannels?: Array<{
|
|
50515
50515
|
__typename?: "SalesChannel";
|
|
@@ -50565,7 +50565,7 @@ export type GetProductV1ProductsWithVariantsQueryQuery = {
|
|
|
50565
50565
|
url: string;
|
|
50566
50566
|
tag: string;
|
|
50567
50567
|
}> | null;
|
|
50568
|
-
seller
|
|
50568
|
+
seller?: {
|
|
50569
50569
|
__typename?: "Seller";
|
|
50570
50570
|
id: string;
|
|
50571
50571
|
assistant: string;
|
|
@@ -50652,7 +50652,7 @@ export type GetProductV1ProductsWithVariantsQueryQuery = {
|
|
|
50652
50652
|
}> | null;
|
|
50653
50653
|
}> | null;
|
|
50654
50654
|
} | null;
|
|
50655
|
-
};
|
|
50655
|
+
} | null;
|
|
50656
50656
|
};
|
|
50657
50657
|
exchangePolicy: {
|
|
50658
50658
|
__typename?: "ProductV1ExchangePolicy";
|
|
@@ -50694,7 +50694,7 @@ export type GetProductV1ProductsWithVariantsQueryQuery = {
|
|
|
50694
50694
|
owner: string;
|
|
50695
50695
|
} | null;
|
|
50696
50696
|
};
|
|
50697
|
-
seller
|
|
50697
|
+
seller?: {
|
|
50698
50698
|
__typename?: "Seller";
|
|
50699
50699
|
id: string;
|
|
50700
50700
|
assistant: string;
|
|
@@ -50781,7 +50781,7 @@ export type GetProductV1ProductsWithVariantsQueryQuery = {
|
|
|
50781
50781
|
}> | null;
|
|
50782
50782
|
}> | null;
|
|
50783
50783
|
} | null;
|
|
50784
|
-
};
|
|
50784
|
+
} | null;
|
|
50785
50785
|
exchangeToken: {
|
|
50786
50786
|
__typename?: "ExchangeToken";
|
|
50787
50787
|
id: string;
|
|
@@ -50815,7 +50815,7 @@ export type GetProductV1ProductsWithVariantsQueryQuery = {
|
|
|
50815
50815
|
url: string;
|
|
50816
50816
|
tag: string;
|
|
50817
50817
|
}> | null;
|
|
50818
|
-
seller
|
|
50818
|
+
seller?: {
|
|
50819
50819
|
__typename?: "Seller";
|
|
50820
50820
|
id: string;
|
|
50821
50821
|
assistant: string;
|
|
@@ -50902,7 +50902,7 @@ export type GetProductV1ProductsWithVariantsQueryQuery = {
|
|
|
50902
50902
|
}> | null;
|
|
50903
50903
|
}> | null;
|
|
50904
50904
|
} | null;
|
|
50905
|
-
};
|
|
50905
|
+
} | null;
|
|
50906
50906
|
};
|
|
50907
50907
|
items: Array<{
|
|
50908
50908
|
__typename?: "NftItemMetadataEntity";
|
|
@@ -51054,7 +51054,7 @@ export type GetProductV1ProductsWithVariantsQueryQuery = {
|
|
|
51054
51054
|
url: string;
|
|
51055
51055
|
tag: string;
|
|
51056
51056
|
}> | null;
|
|
51057
|
-
seller
|
|
51057
|
+
seller?: {
|
|
51058
51058
|
__typename?: "Seller";
|
|
51059
51059
|
id: string;
|
|
51060
51060
|
assistant: string;
|
|
@@ -51141,7 +51141,7 @@ export type GetProductV1ProductsWithVariantsQueryQuery = {
|
|
|
51141
51141
|
}> | null;
|
|
51142
51142
|
}> | null;
|
|
51143
51143
|
} | null;
|
|
51144
|
-
};
|
|
51144
|
+
} | null;
|
|
51145
51145
|
} | null;
|
|
51146
51146
|
salesChannels?: Array<{
|
|
51147
51147
|
__typename?: "SalesChannel";
|
|
@@ -51328,7 +51328,7 @@ export type GetProductV1ProductsWithVariantsQueryQuery = {
|
|
|
51328
51328
|
url: string;
|
|
51329
51329
|
tag: string;
|
|
51330
51330
|
}> | null;
|
|
51331
|
-
seller
|
|
51331
|
+
seller?: {
|
|
51332
51332
|
__typename?: "Seller";
|
|
51333
51333
|
id: string;
|
|
51334
51334
|
assistant: string;
|
|
@@ -51415,7 +51415,7 @@ export type GetProductV1ProductsWithVariantsQueryQuery = {
|
|
|
51415
51415
|
}> | null;
|
|
51416
51416
|
}> | null;
|
|
51417
51417
|
} | null;
|
|
51418
|
-
};
|
|
51418
|
+
} | null;
|
|
51419
51419
|
} | null;
|
|
51420
51420
|
salesChannels?: Array<{
|
|
51421
51421
|
__typename?: "SalesChannel";
|
|
@@ -51926,7 +51926,7 @@ export type GetAllProductsWithNotVoidedVariantsQueryQuery = {
|
|
|
51926
51926
|
url: string;
|
|
51927
51927
|
tag: string;
|
|
51928
51928
|
}> | null;
|
|
51929
|
-
seller
|
|
51929
|
+
seller?: {
|
|
51930
51930
|
__typename?: "Seller";
|
|
51931
51931
|
id: string;
|
|
51932
51932
|
assistant: string;
|
|
@@ -52013,7 +52013,7 @@ export type GetAllProductsWithNotVoidedVariantsQueryQuery = {
|
|
|
52013
52013
|
}> | null;
|
|
52014
52014
|
}> | null;
|
|
52015
52015
|
} | null;
|
|
52016
|
-
};
|
|
52016
|
+
} | null;
|
|
52017
52017
|
};
|
|
52018
52018
|
items: Array<{
|
|
52019
52019
|
__typename?: "NftItemMetadataEntity";
|
|
@@ -52159,7 +52159,7 @@ export type GetAllProductsWithNotVoidedVariantsQueryQuery = {
|
|
|
52159
52159
|
url: string;
|
|
52160
52160
|
tag: string;
|
|
52161
52161
|
}> | null;
|
|
52162
|
-
seller
|
|
52162
|
+
seller?: {
|
|
52163
52163
|
__typename?: "Seller";
|
|
52164
52164
|
id: string;
|
|
52165
52165
|
assistant: string;
|
|
@@ -52246,7 +52246,7 @@ export type GetAllProductsWithNotVoidedVariantsQueryQuery = {
|
|
|
52246
52246
|
}> | null;
|
|
52247
52247
|
}> | null;
|
|
52248
52248
|
} | null;
|
|
52249
|
-
};
|
|
52249
|
+
} | null;
|
|
52250
52250
|
} | null;
|
|
52251
52251
|
salesChannels?: Array<{
|
|
52252
52252
|
__typename?: "SalesChannel";
|
|
@@ -52534,7 +52534,7 @@ export type GetAllProductsWithNotVoidedVariantsQueryQuery = {
|
|
|
52534
52534
|
url: string;
|
|
52535
52535
|
tag: string;
|
|
52536
52536
|
}> | null;
|
|
52537
|
-
seller
|
|
52537
|
+
seller?: {
|
|
52538
52538
|
__typename?: "Seller";
|
|
52539
52539
|
id: string;
|
|
52540
52540
|
assistant: string;
|
|
@@ -52621,7 +52621,7 @@ export type GetAllProductsWithNotVoidedVariantsQueryQuery = {
|
|
|
52621
52621
|
}> | null;
|
|
52622
52622
|
}> | null;
|
|
52623
52623
|
} | null;
|
|
52624
|
-
};
|
|
52624
|
+
} | null;
|
|
52625
52625
|
} | null;
|
|
52626
52626
|
salesChannels?: Array<{
|
|
52627
52627
|
__typename?: "SalesChannel";
|
|
@@ -52677,7 +52677,7 @@ export type GetAllProductsWithNotVoidedVariantsQueryQuery = {
|
|
|
52677
52677
|
url: string;
|
|
52678
52678
|
tag: string;
|
|
52679
52679
|
}> | null;
|
|
52680
|
-
seller
|
|
52680
|
+
seller?: {
|
|
52681
52681
|
__typename?: "Seller";
|
|
52682
52682
|
id: string;
|
|
52683
52683
|
assistant: string;
|
|
@@ -52764,7 +52764,7 @@ export type GetAllProductsWithNotVoidedVariantsQueryQuery = {
|
|
|
52764
52764
|
}> | null;
|
|
52765
52765
|
}> | null;
|
|
52766
52766
|
} | null;
|
|
52767
|
-
};
|
|
52767
|
+
} | null;
|
|
52768
52768
|
};
|
|
52769
52769
|
exchangePolicy: {
|
|
52770
52770
|
__typename?: "ProductV1ExchangePolicy";
|
|
@@ -53285,7 +53285,7 @@ export type GetAllProductsWithNotVoidedVariantsQueryQuery = {
|
|
|
53285
53285
|
url: string;
|
|
53286
53286
|
tag: string;
|
|
53287
53287
|
}> | null;
|
|
53288
|
-
seller
|
|
53288
|
+
seller?: {
|
|
53289
53289
|
__typename?: "Seller";
|
|
53290
53290
|
id: string;
|
|
53291
53291
|
assistant: string;
|
|
@@ -53372,7 +53372,7 @@ export type GetAllProductsWithNotVoidedVariantsQueryQuery = {
|
|
|
53372
53372
|
}> | null;
|
|
53373
53373
|
}> | null;
|
|
53374
53374
|
} | null;
|
|
53375
|
-
};
|
|
53375
|
+
} | null;
|
|
53376
53376
|
};
|
|
53377
53377
|
items: Array<{
|
|
53378
53378
|
__typename?: "NftItemMetadataEntity";
|
|
@@ -53518,7 +53518,7 @@ export type GetAllProductsWithNotVoidedVariantsQueryQuery = {
|
|
|
53518
53518
|
url: string;
|
|
53519
53519
|
tag: string;
|
|
53520
53520
|
}> | null;
|
|
53521
|
-
seller
|
|
53521
|
+
seller?: {
|
|
53522
53522
|
__typename?: "Seller";
|
|
53523
53523
|
id: string;
|
|
53524
53524
|
assistant: string;
|
|
@@ -53605,7 +53605,7 @@ export type GetAllProductsWithNotVoidedVariantsQueryQuery = {
|
|
|
53605
53605
|
}> | null;
|
|
53606
53606
|
}> | null;
|
|
53607
53607
|
} | null;
|
|
53608
|
-
};
|
|
53608
|
+
} | null;
|
|
53609
53609
|
} | null;
|
|
53610
53610
|
salesChannels?: Array<{
|
|
53611
53611
|
__typename?: "SalesChannel";
|
|
@@ -53893,7 +53893,7 @@ export type GetAllProductsWithNotVoidedVariantsQueryQuery = {
|
|
|
53893
53893
|
url: string;
|
|
53894
53894
|
tag: string;
|
|
53895
53895
|
}> | null;
|
|
53896
|
-
seller
|
|
53896
|
+
seller?: {
|
|
53897
53897
|
__typename?: "Seller";
|
|
53898
53898
|
id: string;
|
|
53899
53899
|
assistant: string;
|
|
@@ -53980,7 +53980,7 @@ export type GetAllProductsWithNotVoidedVariantsQueryQuery = {
|
|
|
53980
53980
|
}> | null;
|
|
53981
53981
|
}> | null;
|
|
53982
53982
|
} | null;
|
|
53983
|
-
};
|
|
53983
|
+
} | null;
|
|
53984
53984
|
} | null;
|
|
53985
53985
|
salesChannels?: Array<{
|
|
53986
53986
|
__typename?: "SalesChannel";
|
|
@@ -54036,7 +54036,7 @@ export type GetAllProductsWithNotVoidedVariantsQueryQuery = {
|
|
|
54036
54036
|
url: string;
|
|
54037
54037
|
tag: string;
|
|
54038
54038
|
}> | null;
|
|
54039
|
-
seller
|
|
54039
|
+
seller?: {
|
|
54040
54040
|
__typename?: "Seller";
|
|
54041
54041
|
id: string;
|
|
54042
54042
|
assistant: string;
|
|
@@ -54123,7 +54123,7 @@ export type GetAllProductsWithNotVoidedVariantsQueryQuery = {
|
|
|
54123
54123
|
}> | null;
|
|
54124
54124
|
}> | null;
|
|
54125
54125
|
} | null;
|
|
54126
|
-
};
|
|
54126
|
+
} | null;
|
|
54127
54127
|
};
|
|
54128
54128
|
exchangePolicy: {
|
|
54129
54129
|
__typename?: "ProductV1ExchangePolicy";
|
|
@@ -54165,7 +54165,7 @@ export type GetAllProductsWithNotVoidedVariantsQueryQuery = {
|
|
|
54165
54165
|
owner: string;
|
|
54166
54166
|
} | null;
|
|
54167
54167
|
};
|
|
54168
|
-
seller
|
|
54168
|
+
seller?: {
|
|
54169
54169
|
__typename?: "Seller";
|
|
54170
54170
|
id: string;
|
|
54171
54171
|
assistant: string;
|
|
@@ -54252,7 +54252,7 @@ export type GetAllProductsWithNotVoidedVariantsQueryQuery = {
|
|
|
54252
54252
|
}> | null;
|
|
54253
54253
|
}> | null;
|
|
54254
54254
|
} | null;
|
|
54255
|
-
};
|
|
54255
|
+
} | null;
|
|
54256
54256
|
exchangeToken: {
|
|
54257
54257
|
__typename?: "ExchangeToken";
|
|
54258
54258
|
id: string;
|
|
@@ -54286,7 +54286,7 @@ export type GetAllProductsWithNotVoidedVariantsQueryQuery = {
|
|
|
54286
54286
|
url: string;
|
|
54287
54287
|
tag: string;
|
|
54288
54288
|
}> | null;
|
|
54289
|
-
seller
|
|
54289
|
+
seller?: {
|
|
54290
54290
|
__typename?: "Seller";
|
|
54291
54291
|
id: string;
|
|
54292
54292
|
assistant: string;
|
|
@@ -54373,7 +54373,7 @@ export type GetAllProductsWithNotVoidedVariantsQueryQuery = {
|
|
|
54373
54373
|
}> | null;
|
|
54374
54374
|
}> | null;
|
|
54375
54375
|
} | null;
|
|
54376
|
-
};
|
|
54376
|
+
} | null;
|
|
54377
54377
|
};
|
|
54378
54378
|
items: Array<{
|
|
54379
54379
|
__typename?: "NftItemMetadataEntity";
|
|
@@ -54525,7 +54525,7 @@ export type GetAllProductsWithNotVoidedVariantsQueryQuery = {
|
|
|
54525
54525
|
url: string;
|
|
54526
54526
|
tag: string;
|
|
54527
54527
|
}> | null;
|
|
54528
|
-
seller
|
|
54528
|
+
seller?: {
|
|
54529
54529
|
__typename?: "Seller";
|
|
54530
54530
|
id: string;
|
|
54531
54531
|
assistant: string;
|
|
@@ -54612,7 +54612,7 @@ export type GetAllProductsWithNotVoidedVariantsQueryQuery = {
|
|
|
54612
54612
|
}> | null;
|
|
54613
54613
|
}> | null;
|
|
54614
54614
|
} | null;
|
|
54615
|
-
};
|
|
54615
|
+
} | null;
|
|
54616
54616
|
} | null;
|
|
54617
54617
|
salesChannels?: Array<{
|
|
54618
54618
|
__typename?: "SalesChannel";
|
|
@@ -54799,7 +54799,7 @@ export type GetAllProductsWithNotVoidedVariantsQueryQuery = {
|
|
|
54799
54799
|
url: string;
|
|
54800
54800
|
tag: string;
|
|
54801
54801
|
}> | null;
|
|
54802
|
-
seller
|
|
54802
|
+
seller?: {
|
|
54803
54803
|
__typename?: "Seller";
|
|
54804
54804
|
id: string;
|
|
54805
54805
|
assistant: string;
|
|
@@ -54886,7 +54886,7 @@ export type GetAllProductsWithNotVoidedVariantsQueryQuery = {
|
|
|
54886
54886
|
}> | null;
|
|
54887
54887
|
}> | null;
|
|
54888
54888
|
} | null;
|
|
54889
|
-
};
|
|
54889
|
+
} | null;
|
|
54890
54890
|
} | null;
|
|
54891
54891
|
salesChannels?: Array<{
|
|
54892
54892
|
__typename?: "SalesChannel";
|
|
@@ -55409,7 +55409,7 @@ export type GetProductV1MetadataEntityByIdQueryQuery = {
|
|
|
55409
55409
|
url: string;
|
|
55410
55410
|
tag: string;
|
|
55411
55411
|
}> | null;
|
|
55412
|
-
seller
|
|
55412
|
+
seller?: {
|
|
55413
55413
|
__typename?: "Seller";
|
|
55414
55414
|
id: string;
|
|
55415
55415
|
assistant: string;
|
|
@@ -55496,7 +55496,7 @@ export type GetProductV1MetadataEntityByIdQueryQuery = {
|
|
|
55496
55496
|
}> | null;
|
|
55497
55497
|
}> | null;
|
|
55498
55498
|
} | null;
|
|
55499
|
-
};
|
|
55499
|
+
} | null;
|
|
55500
55500
|
};
|
|
55501
55501
|
items: Array<{
|
|
55502
55502
|
__typename?: "NftItemMetadataEntity";
|
|
@@ -55642,7 +55642,7 @@ export type GetProductV1MetadataEntityByIdQueryQuery = {
|
|
|
55642
55642
|
url: string;
|
|
55643
55643
|
tag: string;
|
|
55644
55644
|
}> | null;
|
|
55645
|
-
seller
|
|
55645
|
+
seller?: {
|
|
55646
55646
|
__typename?: "Seller";
|
|
55647
55647
|
id: string;
|
|
55648
55648
|
assistant: string;
|
|
@@ -55729,7 +55729,7 @@ export type GetProductV1MetadataEntityByIdQueryQuery = {
|
|
|
55729
55729
|
}> | null;
|
|
55730
55730
|
}> | null;
|
|
55731
55731
|
} | null;
|
|
55732
|
-
};
|
|
55732
|
+
} | null;
|
|
55733
55733
|
} | null;
|
|
55734
55734
|
salesChannels?: Array<{
|
|
55735
55735
|
__typename?: "SalesChannel";
|
|
@@ -56017,7 +56017,7 @@ export type GetProductV1MetadataEntityByIdQueryQuery = {
|
|
|
56017
56017
|
url: string;
|
|
56018
56018
|
tag: string;
|
|
56019
56019
|
}> | null;
|
|
56020
|
-
seller
|
|
56020
|
+
seller?: {
|
|
56021
56021
|
__typename?: "Seller";
|
|
56022
56022
|
id: string;
|
|
56023
56023
|
assistant: string;
|
|
@@ -56104,7 +56104,7 @@ export type GetProductV1MetadataEntityByIdQueryQuery = {
|
|
|
56104
56104
|
}> | null;
|
|
56105
56105
|
}> | null;
|
|
56106
56106
|
} | null;
|
|
56107
|
-
};
|
|
56107
|
+
} | null;
|
|
56108
56108
|
} | null;
|
|
56109
56109
|
salesChannels?: Array<{
|
|
56110
56110
|
__typename?: "SalesChannel";
|
|
@@ -56160,7 +56160,7 @@ export type GetProductV1MetadataEntityByIdQueryQuery = {
|
|
|
56160
56160
|
url: string;
|
|
56161
56161
|
tag: string;
|
|
56162
56162
|
}> | null;
|
|
56163
|
-
seller
|
|
56163
|
+
seller?: {
|
|
56164
56164
|
__typename?: "Seller";
|
|
56165
56165
|
id: string;
|
|
56166
56166
|
assistant: string;
|
|
@@ -56247,7 +56247,7 @@ export type GetProductV1MetadataEntityByIdQueryQuery = {
|
|
|
56247
56247
|
}> | null;
|
|
56248
56248
|
}> | null;
|
|
56249
56249
|
} | null;
|
|
56250
|
-
};
|
|
56250
|
+
} | null;
|
|
56251
56251
|
};
|
|
56252
56252
|
exchangePolicy: {
|
|
56253
56253
|
__typename?: "ProductV1ExchangePolicy";
|
|
@@ -56289,7 +56289,7 @@ export type GetProductV1MetadataEntityByIdQueryQuery = {
|
|
|
56289
56289
|
owner: string;
|
|
56290
56290
|
} | null;
|
|
56291
56291
|
};
|
|
56292
|
-
seller
|
|
56292
|
+
seller?: {
|
|
56293
56293
|
__typename?: "Seller";
|
|
56294
56294
|
id: string;
|
|
56295
56295
|
assistant: string;
|
|
@@ -56376,7 +56376,7 @@ export type GetProductV1MetadataEntityByIdQueryQuery = {
|
|
|
56376
56376
|
}> | null;
|
|
56377
56377
|
}> | null;
|
|
56378
56378
|
} | null;
|
|
56379
|
-
};
|
|
56379
|
+
} | null;
|
|
56380
56380
|
exchangeToken: {
|
|
56381
56381
|
__typename?: "ExchangeToken";
|
|
56382
56382
|
id: string;
|
|
@@ -56493,7 +56493,7 @@ export type GetProductV1MetadataEntityByIdQueryQuery = {
|
|
|
56493
56493
|
url: string;
|
|
56494
56494
|
tag: string;
|
|
56495
56495
|
}> | null;
|
|
56496
|
-
seller
|
|
56496
|
+
seller?: {
|
|
56497
56497
|
__typename?: "Seller";
|
|
56498
56498
|
id: string;
|
|
56499
56499
|
assistant: string;
|
|
@@ -56580,7 +56580,7 @@ export type GetProductV1MetadataEntityByIdQueryQuery = {
|
|
|
56580
56580
|
}> | null;
|
|
56581
56581
|
}> | null;
|
|
56582
56582
|
} | null;
|
|
56583
|
-
};
|
|
56583
|
+
} | null;
|
|
56584
56584
|
} | null;
|
|
56585
56585
|
salesChannels?: Array<{
|
|
56586
56586
|
__typename?: "SalesChannel";
|
|
@@ -56636,7 +56636,7 @@ export type GetProductV1MetadataEntityByIdQueryQuery = {
|
|
|
56636
56636
|
url: string;
|
|
56637
56637
|
tag: string;
|
|
56638
56638
|
}> | null;
|
|
56639
|
-
seller
|
|
56639
|
+
seller?: {
|
|
56640
56640
|
__typename?: "Seller";
|
|
56641
56641
|
id: string;
|
|
56642
56642
|
assistant: string;
|
|
@@ -56723,7 +56723,7 @@ export type GetProductV1MetadataEntityByIdQueryQuery = {
|
|
|
56723
56723
|
}> | null;
|
|
56724
56724
|
}> | null;
|
|
56725
56725
|
} | null;
|
|
56726
|
-
};
|
|
56726
|
+
} | null;
|
|
56727
56727
|
};
|
|
56728
56728
|
exchangePolicy: {
|
|
56729
56729
|
__typename?: "ProductV1ExchangePolicy";
|
|
@@ -57218,7 +57218,7 @@ export type GetProductV1MetadataEntitiesQueryQuery = {
|
|
|
57218
57218
|
url: string;
|
|
57219
57219
|
tag: string;
|
|
57220
57220
|
}> | null;
|
|
57221
|
-
seller
|
|
57221
|
+
seller?: {
|
|
57222
57222
|
__typename?: "Seller";
|
|
57223
57223
|
id: string;
|
|
57224
57224
|
assistant: string;
|
|
@@ -57305,7 +57305,7 @@ export type GetProductV1MetadataEntitiesQueryQuery = {
|
|
|
57305
57305
|
}> | null;
|
|
57306
57306
|
}> | null;
|
|
57307
57307
|
} | null;
|
|
57308
|
-
};
|
|
57308
|
+
} | null;
|
|
57309
57309
|
};
|
|
57310
57310
|
items: Array<{
|
|
57311
57311
|
__typename?: "NftItemMetadataEntity";
|
|
@@ -57451,7 +57451,7 @@ export type GetProductV1MetadataEntitiesQueryQuery = {
|
|
|
57451
57451
|
url: string;
|
|
57452
57452
|
tag: string;
|
|
57453
57453
|
}> | null;
|
|
57454
|
-
seller
|
|
57454
|
+
seller?: {
|
|
57455
57455
|
__typename?: "Seller";
|
|
57456
57456
|
id: string;
|
|
57457
57457
|
assistant: string;
|
|
@@ -57538,7 +57538,7 @@ export type GetProductV1MetadataEntitiesQueryQuery = {
|
|
|
57538
57538
|
}> | null;
|
|
57539
57539
|
}> | null;
|
|
57540
57540
|
} | null;
|
|
57541
|
-
};
|
|
57541
|
+
} | null;
|
|
57542
57542
|
} | null;
|
|
57543
57543
|
salesChannels?: Array<{
|
|
57544
57544
|
__typename?: "SalesChannel";
|
|
@@ -57826,7 +57826,7 @@ export type GetProductV1MetadataEntitiesQueryQuery = {
|
|
|
57826
57826
|
url: string;
|
|
57827
57827
|
tag: string;
|
|
57828
57828
|
}> | null;
|
|
57829
|
-
seller
|
|
57829
|
+
seller?: {
|
|
57830
57830
|
__typename?: "Seller";
|
|
57831
57831
|
id: string;
|
|
57832
57832
|
assistant: string;
|
|
@@ -57913,7 +57913,7 @@ export type GetProductV1MetadataEntitiesQueryQuery = {
|
|
|
57913
57913
|
}> | null;
|
|
57914
57914
|
}> | null;
|
|
57915
57915
|
} | null;
|
|
57916
|
-
};
|
|
57916
|
+
} | null;
|
|
57917
57917
|
} | null;
|
|
57918
57918
|
salesChannels?: Array<{
|
|
57919
57919
|
__typename?: "SalesChannel";
|
|
@@ -57969,7 +57969,7 @@ export type GetProductV1MetadataEntitiesQueryQuery = {
|
|
|
57969
57969
|
url: string;
|
|
57970
57970
|
tag: string;
|
|
57971
57971
|
}> | null;
|
|
57972
|
-
seller
|
|
57972
|
+
seller?: {
|
|
57973
57973
|
__typename?: "Seller";
|
|
57974
57974
|
id: string;
|
|
57975
57975
|
assistant: string;
|
|
@@ -58056,7 +58056,7 @@ export type GetProductV1MetadataEntitiesQueryQuery = {
|
|
|
58056
58056
|
}> | null;
|
|
58057
58057
|
}> | null;
|
|
58058
58058
|
} | null;
|
|
58059
|
-
};
|
|
58059
|
+
} | null;
|
|
58060
58060
|
};
|
|
58061
58061
|
exchangePolicy: {
|
|
58062
58062
|
__typename?: "ProductV1ExchangePolicy";
|
|
@@ -58098,7 +58098,7 @@ export type GetProductV1MetadataEntitiesQueryQuery = {
|
|
|
58098
58098
|
owner: string;
|
|
58099
58099
|
} | null;
|
|
58100
58100
|
};
|
|
58101
|
-
seller
|
|
58101
|
+
seller?: {
|
|
58102
58102
|
__typename?: "Seller";
|
|
58103
58103
|
id: string;
|
|
58104
58104
|
assistant: string;
|
|
@@ -58185,7 +58185,7 @@ export type GetProductV1MetadataEntitiesQueryQuery = {
|
|
|
58185
58185
|
}> | null;
|
|
58186
58186
|
}> | null;
|
|
58187
58187
|
} | null;
|
|
58188
|
-
};
|
|
58188
|
+
} | null;
|
|
58189
58189
|
exchangeToken: {
|
|
58190
58190
|
__typename?: "ExchangeToken";
|
|
58191
58191
|
id: string;
|
|
@@ -58302,7 +58302,7 @@ export type GetProductV1MetadataEntitiesQueryQuery = {
|
|
|
58302
58302
|
url: string;
|
|
58303
58303
|
tag: string;
|
|
58304
58304
|
}> | null;
|
|
58305
|
-
seller
|
|
58305
|
+
seller?: {
|
|
58306
58306
|
__typename?: "Seller";
|
|
58307
58307
|
id: string;
|
|
58308
58308
|
assistant: string;
|
|
@@ -58389,7 +58389,7 @@ export type GetProductV1MetadataEntitiesQueryQuery = {
|
|
|
58389
58389
|
}> | null;
|
|
58390
58390
|
}> | null;
|
|
58391
58391
|
} | null;
|
|
58392
|
-
};
|
|
58392
|
+
} | null;
|
|
58393
58393
|
} | null;
|
|
58394
58394
|
salesChannels?: Array<{
|
|
58395
58395
|
__typename?: "SalesChannel";
|
|
@@ -58445,7 +58445,7 @@ export type GetProductV1MetadataEntitiesQueryQuery = {
|
|
|
58445
58445
|
url: string;
|
|
58446
58446
|
tag: string;
|
|
58447
58447
|
}> | null;
|
|
58448
|
-
seller
|
|
58448
|
+
seller?: {
|
|
58449
58449
|
__typename?: "Seller";
|
|
58450
58450
|
id: string;
|
|
58451
58451
|
assistant: string;
|
|
@@ -58532,7 +58532,7 @@ export type GetProductV1MetadataEntitiesQueryQuery = {
|
|
|
58532
58532
|
}> | null;
|
|
58533
58533
|
}> | null;
|
|
58534
58534
|
} | null;
|
|
58535
|
-
};
|
|
58535
|
+
} | null;
|
|
58536
58536
|
};
|
|
58537
58537
|
exchangePolicy: {
|
|
58538
58538
|
__typename?: "ProductV1ExchangePolicy";
|
|
@@ -59018,7 +59018,7 @@ export type ProductV1MetadataEntityFieldsFragment = {
|
|
|
59018
59018
|
url: string;
|
|
59019
59019
|
tag: string;
|
|
59020
59020
|
}> | null;
|
|
59021
|
-
seller
|
|
59021
|
+
seller?: {
|
|
59022
59022
|
__typename?: "Seller";
|
|
59023
59023
|
id: string;
|
|
59024
59024
|
assistant: string;
|
|
@@ -59105,7 +59105,7 @@ export type ProductV1MetadataEntityFieldsFragment = {
|
|
|
59105
59105
|
}> | null;
|
|
59106
59106
|
}> | null;
|
|
59107
59107
|
} | null;
|
|
59108
|
-
};
|
|
59108
|
+
} | null;
|
|
59109
59109
|
};
|
|
59110
59110
|
items: Array<{
|
|
59111
59111
|
__typename?: "NftItemMetadataEntity";
|
|
@@ -59251,7 +59251,7 @@ export type ProductV1MetadataEntityFieldsFragment = {
|
|
|
59251
59251
|
url: string;
|
|
59252
59252
|
tag: string;
|
|
59253
59253
|
}> | null;
|
|
59254
|
-
seller
|
|
59254
|
+
seller?: {
|
|
59255
59255
|
__typename?: "Seller";
|
|
59256
59256
|
id: string;
|
|
59257
59257
|
assistant: string;
|
|
@@ -59338,7 +59338,7 @@ export type ProductV1MetadataEntityFieldsFragment = {
|
|
|
59338
59338
|
}> | null;
|
|
59339
59339
|
}> | null;
|
|
59340
59340
|
} | null;
|
|
59341
|
-
};
|
|
59341
|
+
} | null;
|
|
59342
59342
|
} | null;
|
|
59343
59343
|
salesChannels?: Array<{
|
|
59344
59344
|
__typename?: "SalesChannel";
|
|
@@ -59626,7 +59626,7 @@ export type ProductV1MetadataEntityFieldsFragment = {
|
|
|
59626
59626
|
url: string;
|
|
59627
59627
|
tag: string;
|
|
59628
59628
|
}> | null;
|
|
59629
|
-
seller
|
|
59629
|
+
seller?: {
|
|
59630
59630
|
__typename?: "Seller";
|
|
59631
59631
|
id: string;
|
|
59632
59632
|
assistant: string;
|
|
@@ -59713,7 +59713,7 @@ export type ProductV1MetadataEntityFieldsFragment = {
|
|
|
59713
59713
|
}> | null;
|
|
59714
59714
|
}> | null;
|
|
59715
59715
|
} | null;
|
|
59716
|
-
};
|
|
59716
|
+
} | null;
|
|
59717
59717
|
} | null;
|
|
59718
59718
|
salesChannels?: Array<{
|
|
59719
59719
|
__typename?: "SalesChannel";
|
|
@@ -59769,7 +59769,7 @@ export type ProductV1MetadataEntityFieldsFragment = {
|
|
|
59769
59769
|
url: string;
|
|
59770
59770
|
tag: string;
|
|
59771
59771
|
}> | null;
|
|
59772
|
-
seller
|
|
59772
|
+
seller?: {
|
|
59773
59773
|
__typename?: "Seller";
|
|
59774
59774
|
id: string;
|
|
59775
59775
|
assistant: string;
|
|
@@ -59856,7 +59856,7 @@ export type ProductV1MetadataEntityFieldsFragment = {
|
|
|
59856
59856
|
}> | null;
|
|
59857
59857
|
}> | null;
|
|
59858
59858
|
} | null;
|
|
59859
|
-
};
|
|
59859
|
+
} | null;
|
|
59860
59860
|
};
|
|
59861
59861
|
exchangePolicy: {
|
|
59862
59862
|
__typename?: "ProductV1ExchangePolicy";
|
|
@@ -59898,7 +59898,7 @@ export type ProductV1MetadataEntityFieldsFragment = {
|
|
|
59898
59898
|
owner: string;
|
|
59899
59899
|
} | null;
|
|
59900
59900
|
};
|
|
59901
|
-
seller
|
|
59901
|
+
seller?: {
|
|
59902
59902
|
__typename?: "Seller";
|
|
59903
59903
|
id: string;
|
|
59904
59904
|
assistant: string;
|
|
@@ -59985,7 +59985,7 @@ export type ProductV1MetadataEntityFieldsFragment = {
|
|
|
59985
59985
|
}> | null;
|
|
59986
59986
|
}> | null;
|
|
59987
59987
|
} | null;
|
|
59988
|
-
};
|
|
59988
|
+
} | null;
|
|
59989
59989
|
exchangeToken: {
|
|
59990
59990
|
__typename?: "ExchangeToken";
|
|
59991
59991
|
id: string;
|
|
@@ -60102,7 +60102,7 @@ export type ProductV1MetadataEntityFieldsFragment = {
|
|
|
60102
60102
|
url: string;
|
|
60103
60103
|
tag: string;
|
|
60104
60104
|
}> | null;
|
|
60105
|
-
seller
|
|
60105
|
+
seller?: {
|
|
60106
60106
|
__typename?: "Seller";
|
|
60107
60107
|
id: string;
|
|
60108
60108
|
assistant: string;
|
|
@@ -60189,7 +60189,7 @@ export type ProductV1MetadataEntityFieldsFragment = {
|
|
|
60189
60189
|
}> | null;
|
|
60190
60190
|
}> | null;
|
|
60191
60191
|
} | null;
|
|
60192
|
-
};
|
|
60192
|
+
} | null;
|
|
60193
60193
|
} | null;
|
|
60194
60194
|
salesChannels?: Array<{
|
|
60195
60195
|
__typename?: "SalesChannel";
|
|
@@ -60245,7 +60245,7 @@ export type ProductV1MetadataEntityFieldsFragment = {
|
|
|
60245
60245
|
url: string;
|
|
60246
60246
|
tag: string;
|
|
60247
60247
|
}> | null;
|
|
60248
|
-
seller
|
|
60248
|
+
seller?: {
|
|
60249
60249
|
__typename?: "Seller";
|
|
60250
60250
|
id: string;
|
|
60251
60251
|
assistant: string;
|
|
@@ -60332,7 +60332,7 @@ export type ProductV1MetadataEntityFieldsFragment = {
|
|
|
60332
60332
|
}> | null;
|
|
60333
60333
|
}> | null;
|
|
60334
60334
|
} | null;
|
|
60335
|
-
};
|
|
60335
|
+
} | null;
|
|
60336
60336
|
};
|
|
60337
60337
|
exchangePolicy: {
|
|
60338
60338
|
__typename?: "ProductV1ExchangePolicy";
|
|
@@ -60817,7 +60817,7 @@ export type BaseProductV1MetadataEntityFieldsFragment = {
|
|
|
60817
60817
|
url: string;
|
|
60818
60818
|
tag: string;
|
|
60819
60819
|
}> | null;
|
|
60820
|
-
seller
|
|
60820
|
+
seller?: {
|
|
60821
60821
|
__typename?: "Seller";
|
|
60822
60822
|
id: string;
|
|
60823
60823
|
assistant: string;
|
|
@@ -60904,7 +60904,7 @@ export type BaseProductV1MetadataEntityFieldsFragment = {
|
|
|
60904
60904
|
}> | null;
|
|
60905
60905
|
}> | null;
|
|
60906
60906
|
} | null;
|
|
60907
|
-
};
|
|
60907
|
+
} | null;
|
|
60908
60908
|
};
|
|
60909
60909
|
items: Array<{
|
|
60910
60910
|
__typename?: "NftItemMetadataEntity";
|
|
@@ -61050,7 +61050,7 @@ export type BaseProductV1MetadataEntityFieldsFragment = {
|
|
|
61050
61050
|
url: string;
|
|
61051
61051
|
tag: string;
|
|
61052
61052
|
}> | null;
|
|
61053
|
-
seller
|
|
61053
|
+
seller?: {
|
|
61054
61054
|
__typename?: "Seller";
|
|
61055
61055
|
id: string;
|
|
61056
61056
|
assistant: string;
|
|
@@ -61137,7 +61137,7 @@ export type BaseProductV1MetadataEntityFieldsFragment = {
|
|
|
61137
61137
|
}> | null;
|
|
61138
61138
|
}> | null;
|
|
61139
61139
|
} | null;
|
|
61140
|
-
};
|
|
61140
|
+
} | null;
|
|
61141
61141
|
} | null;
|
|
61142
61142
|
salesChannels?: Array<{
|
|
61143
61143
|
__typename?: "SalesChannel";
|
|
@@ -61425,7 +61425,7 @@ export type BaseProductV1MetadataEntityFieldsFragment = {
|
|
|
61425
61425
|
url: string;
|
|
61426
61426
|
tag: string;
|
|
61427
61427
|
}> | null;
|
|
61428
|
-
seller
|
|
61428
|
+
seller?: {
|
|
61429
61429
|
__typename?: "Seller";
|
|
61430
61430
|
id: string;
|
|
61431
61431
|
assistant: string;
|
|
@@ -61512,7 +61512,7 @@ export type BaseProductV1MetadataEntityFieldsFragment = {
|
|
|
61512
61512
|
}> | null;
|
|
61513
61513
|
}> | null;
|
|
61514
61514
|
} | null;
|
|
61515
|
-
};
|
|
61515
|
+
} | null;
|
|
61516
61516
|
} | null;
|
|
61517
61517
|
salesChannels?: Array<{
|
|
61518
61518
|
__typename?: "SalesChannel";
|
|
@@ -61568,7 +61568,7 @@ export type BaseProductV1MetadataEntityFieldsFragment = {
|
|
|
61568
61568
|
url: string;
|
|
61569
61569
|
tag: string;
|
|
61570
61570
|
}> | null;
|
|
61571
|
-
seller
|
|
61571
|
+
seller?: {
|
|
61572
61572
|
__typename?: "Seller";
|
|
61573
61573
|
id: string;
|
|
61574
61574
|
assistant: string;
|
|
@@ -61655,7 +61655,7 @@ export type BaseProductV1MetadataEntityFieldsFragment = {
|
|
|
61655
61655
|
}> | null;
|
|
61656
61656
|
}> | null;
|
|
61657
61657
|
} | null;
|
|
61658
|
-
};
|
|
61658
|
+
} | null;
|
|
61659
61659
|
};
|
|
61660
61660
|
exchangePolicy: {
|
|
61661
61661
|
__typename?: "ProductV1ExchangePolicy";
|
|
@@ -61697,7 +61697,7 @@ export type BaseProductV1MetadataEntityFieldsFragment = {
|
|
|
61697
61697
|
owner: string;
|
|
61698
61698
|
} | null;
|
|
61699
61699
|
};
|
|
61700
|
-
seller
|
|
61700
|
+
seller?: {
|
|
61701
61701
|
__typename?: "Seller";
|
|
61702
61702
|
id: string;
|
|
61703
61703
|
assistant: string;
|
|
@@ -61784,7 +61784,7 @@ export type BaseProductV1MetadataEntityFieldsFragment = {
|
|
|
61784
61784
|
}> | null;
|
|
61785
61785
|
}> | null;
|
|
61786
61786
|
} | null;
|
|
61787
|
-
};
|
|
61787
|
+
} | null;
|
|
61788
61788
|
exchangeToken: {
|
|
61789
61789
|
__typename?: "ExchangeToken";
|
|
61790
61790
|
id: string;
|
|
@@ -61901,7 +61901,7 @@ export type BaseProductV1MetadataEntityFieldsFragment = {
|
|
|
61901
61901
|
url: string;
|
|
61902
61902
|
tag: string;
|
|
61903
61903
|
}> | null;
|
|
61904
|
-
seller
|
|
61904
|
+
seller?: {
|
|
61905
61905
|
__typename?: "Seller";
|
|
61906
61906
|
id: string;
|
|
61907
61907
|
assistant: string;
|
|
@@ -61988,7 +61988,7 @@ export type BaseProductV1MetadataEntityFieldsFragment = {
|
|
|
61988
61988
|
}> | null;
|
|
61989
61989
|
}> | null;
|
|
61990
61990
|
} | null;
|
|
61991
|
-
};
|
|
61991
|
+
} | null;
|
|
61992
61992
|
} | null;
|
|
61993
61993
|
salesChannels?: Array<{
|
|
61994
61994
|
__typename?: "SalesChannel";
|
|
@@ -62044,7 +62044,7 @@ export type BaseProductV1MetadataEntityFieldsFragment = {
|
|
|
62044
62044
|
url: string;
|
|
62045
62045
|
tag: string;
|
|
62046
62046
|
}> | null;
|
|
62047
|
-
seller
|
|
62047
|
+
seller?: {
|
|
62048
62048
|
__typename?: "Seller";
|
|
62049
62049
|
id: string;
|
|
62050
62050
|
assistant: string;
|
|
@@ -62131,7 +62131,7 @@ export type BaseProductV1MetadataEntityFieldsFragment = {
|
|
|
62131
62131
|
}> | null;
|
|
62132
62132
|
}> | null;
|
|
62133
62133
|
} | null;
|
|
62134
|
-
};
|
|
62134
|
+
} | null;
|
|
62135
62135
|
};
|
|
62136
62136
|
exchangePolicy: {
|
|
62137
62137
|
__typename?: "ProductV1ExchangePolicy";
|
|
@@ -62259,7 +62259,7 @@ export type BaseProductV1ProductFieldsFragment = {
|
|
|
62259
62259
|
url: string;
|
|
62260
62260
|
tag: string;
|
|
62261
62261
|
}> | null;
|
|
62262
|
-
seller
|
|
62262
|
+
seller?: {
|
|
62263
62263
|
__typename?: "Seller";
|
|
62264
62264
|
id: string;
|
|
62265
62265
|
assistant: string;
|
|
@@ -62346,7 +62346,7 @@ export type BaseProductV1ProductFieldsFragment = {
|
|
|
62346
62346
|
}> | null;
|
|
62347
62347
|
}> | null;
|
|
62348
62348
|
} | null;
|
|
62349
|
-
};
|
|
62349
|
+
} | null;
|
|
62350
62350
|
} | null;
|
|
62351
62351
|
salesChannels?: Array<{
|
|
62352
62352
|
__typename?: "SalesChannel";
|
|
@@ -62847,7 +62847,7 @@ export type BaseProductV1ProductWithVariantsFieldsFragment = {
|
|
|
62847
62847
|
url: string;
|
|
62848
62848
|
tag: string;
|
|
62849
62849
|
}> | null;
|
|
62850
|
-
seller
|
|
62850
|
+
seller?: {
|
|
62851
62851
|
__typename?: "Seller";
|
|
62852
62852
|
id: string;
|
|
62853
62853
|
assistant: string;
|
|
@@ -62934,7 +62934,7 @@ export type BaseProductV1ProductWithVariantsFieldsFragment = {
|
|
|
62934
62934
|
}> | null;
|
|
62935
62935
|
}> | null;
|
|
62936
62936
|
} | null;
|
|
62937
|
-
};
|
|
62937
|
+
} | null;
|
|
62938
62938
|
};
|
|
62939
62939
|
items: Array<{
|
|
62940
62940
|
__typename?: "NftItemMetadataEntity";
|
|
@@ -63080,7 +63080,7 @@ export type BaseProductV1ProductWithVariantsFieldsFragment = {
|
|
|
63080
63080
|
url: string;
|
|
63081
63081
|
tag: string;
|
|
63082
63082
|
}> | null;
|
|
63083
|
-
seller
|
|
63083
|
+
seller?: {
|
|
63084
63084
|
__typename?: "Seller";
|
|
63085
63085
|
id: string;
|
|
63086
63086
|
assistant: string;
|
|
@@ -63167,7 +63167,7 @@ export type BaseProductV1ProductWithVariantsFieldsFragment = {
|
|
|
63167
63167
|
}> | null;
|
|
63168
63168
|
}> | null;
|
|
63169
63169
|
} | null;
|
|
63170
|
-
};
|
|
63170
|
+
} | null;
|
|
63171
63171
|
} | null;
|
|
63172
63172
|
salesChannels?: Array<{
|
|
63173
63173
|
__typename?: "SalesChannel";
|
|
@@ -63455,7 +63455,7 @@ export type BaseProductV1ProductWithVariantsFieldsFragment = {
|
|
|
63455
63455
|
url: string;
|
|
63456
63456
|
tag: string;
|
|
63457
63457
|
}> | null;
|
|
63458
|
-
seller
|
|
63458
|
+
seller?: {
|
|
63459
63459
|
__typename?: "Seller";
|
|
63460
63460
|
id: string;
|
|
63461
63461
|
assistant: string;
|
|
@@ -63542,7 +63542,7 @@ export type BaseProductV1ProductWithVariantsFieldsFragment = {
|
|
|
63542
63542
|
}> | null;
|
|
63543
63543
|
}> | null;
|
|
63544
63544
|
} | null;
|
|
63545
|
-
};
|
|
63545
|
+
} | null;
|
|
63546
63546
|
} | null;
|
|
63547
63547
|
salesChannels?: Array<{
|
|
63548
63548
|
__typename?: "SalesChannel";
|
|
@@ -63598,7 +63598,7 @@ export type BaseProductV1ProductWithVariantsFieldsFragment = {
|
|
|
63598
63598
|
url: string;
|
|
63599
63599
|
tag: string;
|
|
63600
63600
|
}> | null;
|
|
63601
|
-
seller
|
|
63601
|
+
seller?: {
|
|
63602
63602
|
__typename?: "Seller";
|
|
63603
63603
|
id: string;
|
|
63604
63604
|
assistant: string;
|
|
@@ -63685,7 +63685,7 @@ export type BaseProductV1ProductWithVariantsFieldsFragment = {
|
|
|
63685
63685
|
}> | null;
|
|
63686
63686
|
}> | null;
|
|
63687
63687
|
} | null;
|
|
63688
|
-
};
|
|
63688
|
+
} | null;
|
|
63689
63689
|
};
|
|
63690
63690
|
exchangePolicy: {
|
|
63691
63691
|
__typename?: "ProductV1ExchangePolicy";
|
|
@@ -64206,7 +64206,7 @@ export type BaseProductV1ProductWithVariantsFieldsFragment = {
|
|
|
64206
64206
|
url: string;
|
|
64207
64207
|
tag: string;
|
|
64208
64208
|
}> | null;
|
|
64209
|
-
seller
|
|
64209
|
+
seller?: {
|
|
64210
64210
|
__typename?: "Seller";
|
|
64211
64211
|
id: string;
|
|
64212
64212
|
assistant: string;
|
|
@@ -64293,7 +64293,7 @@ export type BaseProductV1ProductWithVariantsFieldsFragment = {
|
|
|
64293
64293
|
}> | null;
|
|
64294
64294
|
}> | null;
|
|
64295
64295
|
} | null;
|
|
64296
|
-
};
|
|
64296
|
+
} | null;
|
|
64297
64297
|
};
|
|
64298
64298
|
items: Array<{
|
|
64299
64299
|
__typename?: "NftItemMetadataEntity";
|
|
@@ -64439,7 +64439,7 @@ export type BaseProductV1ProductWithVariantsFieldsFragment = {
|
|
|
64439
64439
|
url: string;
|
|
64440
64440
|
tag: string;
|
|
64441
64441
|
}> | null;
|
|
64442
|
-
seller
|
|
64442
|
+
seller?: {
|
|
64443
64443
|
__typename?: "Seller";
|
|
64444
64444
|
id: string;
|
|
64445
64445
|
assistant: string;
|
|
@@ -64526,7 +64526,7 @@ export type BaseProductV1ProductWithVariantsFieldsFragment = {
|
|
|
64526
64526
|
}> | null;
|
|
64527
64527
|
}> | null;
|
|
64528
64528
|
} | null;
|
|
64529
|
-
};
|
|
64529
|
+
} | null;
|
|
64530
64530
|
} | null;
|
|
64531
64531
|
salesChannels?: Array<{
|
|
64532
64532
|
__typename?: "SalesChannel";
|
|
@@ -64814,7 +64814,7 @@ export type BaseProductV1ProductWithVariantsFieldsFragment = {
|
|
|
64814
64814
|
url: string;
|
|
64815
64815
|
tag: string;
|
|
64816
64816
|
}> | null;
|
|
64817
|
-
seller
|
|
64817
|
+
seller?: {
|
|
64818
64818
|
__typename?: "Seller";
|
|
64819
64819
|
id: string;
|
|
64820
64820
|
assistant: string;
|
|
@@ -64901,7 +64901,7 @@ export type BaseProductV1ProductWithVariantsFieldsFragment = {
|
|
|
64901
64901
|
}> | null;
|
|
64902
64902
|
}> | null;
|
|
64903
64903
|
} | null;
|
|
64904
|
-
};
|
|
64904
|
+
} | null;
|
|
64905
64905
|
} | null;
|
|
64906
64906
|
salesChannels?: Array<{
|
|
64907
64907
|
__typename?: "SalesChannel";
|
|
@@ -64957,7 +64957,7 @@ export type BaseProductV1ProductWithVariantsFieldsFragment = {
|
|
|
64957
64957
|
url: string;
|
|
64958
64958
|
tag: string;
|
|
64959
64959
|
}> | null;
|
|
64960
|
-
seller
|
|
64960
|
+
seller?: {
|
|
64961
64961
|
__typename?: "Seller";
|
|
64962
64962
|
id: string;
|
|
64963
64963
|
assistant: string;
|
|
@@ -65044,7 +65044,7 @@ export type BaseProductV1ProductWithVariantsFieldsFragment = {
|
|
|
65044
65044
|
}> | null;
|
|
65045
65045
|
}> | null;
|
|
65046
65046
|
} | null;
|
|
65047
|
-
};
|
|
65047
|
+
} | null;
|
|
65048
65048
|
};
|
|
65049
65049
|
exchangePolicy: {
|
|
65050
65050
|
__typename?: "ProductV1ExchangePolicy";
|
|
@@ -65086,7 +65086,7 @@ export type BaseProductV1ProductWithVariantsFieldsFragment = {
|
|
|
65086
65086
|
owner: string;
|
|
65087
65087
|
} | null;
|
|
65088
65088
|
};
|
|
65089
|
-
seller
|
|
65089
|
+
seller?: {
|
|
65090
65090
|
__typename?: "Seller";
|
|
65091
65091
|
id: string;
|
|
65092
65092
|
assistant: string;
|
|
@@ -65173,7 +65173,7 @@ export type BaseProductV1ProductWithVariantsFieldsFragment = {
|
|
|
65173
65173
|
}> | null;
|
|
65174
65174
|
}> | null;
|
|
65175
65175
|
} | null;
|
|
65176
|
-
};
|
|
65176
|
+
} | null;
|
|
65177
65177
|
exchangeToken: {
|
|
65178
65178
|
__typename?: "ExchangeToken";
|
|
65179
65179
|
id: string;
|
|
@@ -65207,7 +65207,7 @@ export type BaseProductV1ProductWithVariantsFieldsFragment = {
|
|
|
65207
65207
|
url: string;
|
|
65208
65208
|
tag: string;
|
|
65209
65209
|
}> | null;
|
|
65210
|
-
seller
|
|
65210
|
+
seller?: {
|
|
65211
65211
|
__typename?: "Seller";
|
|
65212
65212
|
id: string;
|
|
65213
65213
|
assistant: string;
|
|
@@ -65294,7 +65294,7 @@ export type BaseProductV1ProductWithVariantsFieldsFragment = {
|
|
|
65294
65294
|
}> | null;
|
|
65295
65295
|
}> | null;
|
|
65296
65296
|
} | null;
|
|
65297
|
-
};
|
|
65297
|
+
} | null;
|
|
65298
65298
|
};
|
|
65299
65299
|
items: Array<{
|
|
65300
65300
|
__typename?: "NftItemMetadataEntity";
|
|
@@ -65446,7 +65446,7 @@ export type BaseProductV1ProductWithVariantsFieldsFragment = {
|
|
|
65446
65446
|
url: string;
|
|
65447
65447
|
tag: string;
|
|
65448
65448
|
}> | null;
|
|
65449
|
-
seller
|
|
65449
|
+
seller?: {
|
|
65450
65450
|
__typename?: "Seller";
|
|
65451
65451
|
id: string;
|
|
65452
65452
|
assistant: string;
|
|
@@ -65533,7 +65533,7 @@ export type BaseProductV1ProductWithVariantsFieldsFragment = {
|
|
|
65533
65533
|
}> | null;
|
|
65534
65534
|
}> | null;
|
|
65535
65535
|
} | null;
|
|
65536
|
-
};
|
|
65536
|
+
} | null;
|
|
65537
65537
|
} | null;
|
|
65538
65538
|
salesChannels?: Array<{
|
|
65539
65539
|
__typename?: "SalesChannel";
|
|
@@ -65720,7 +65720,7 @@ export type BaseProductV1ProductWithVariantsFieldsFragment = {
|
|
|
65720
65720
|
url: string;
|
|
65721
65721
|
tag: string;
|
|
65722
65722
|
}> | null;
|
|
65723
|
-
seller
|
|
65723
|
+
seller?: {
|
|
65724
65724
|
__typename?: "Seller";
|
|
65725
65725
|
id: string;
|
|
65726
65726
|
assistant: string;
|
|
@@ -65807,7 +65807,7 @@ export type BaseProductV1ProductWithVariantsFieldsFragment = {
|
|
|
65807
65807
|
}> | null;
|
|
65808
65808
|
}> | null;
|
|
65809
65809
|
} | null;
|
|
65810
|
-
};
|
|
65810
|
+
} | null;
|
|
65811
65811
|
} | null;
|
|
65812
65812
|
salesChannels?: Array<{
|
|
65813
65813
|
__typename?: "SalesChannel";
|
|
@@ -66308,7 +66308,7 @@ export type BaseProductV1ProductWithNotVoidedVariantsFieldsFragment = {
|
|
|
66308
66308
|
url: string;
|
|
66309
66309
|
tag: string;
|
|
66310
66310
|
}> | null;
|
|
66311
|
-
seller
|
|
66311
|
+
seller?: {
|
|
66312
66312
|
__typename?: "Seller";
|
|
66313
66313
|
id: string;
|
|
66314
66314
|
assistant: string;
|
|
@@ -66395,7 +66395,7 @@ export type BaseProductV1ProductWithNotVoidedVariantsFieldsFragment = {
|
|
|
66395
66395
|
}> | null;
|
|
66396
66396
|
}> | null;
|
|
66397
66397
|
} | null;
|
|
66398
|
-
};
|
|
66398
|
+
} | null;
|
|
66399
66399
|
};
|
|
66400
66400
|
items: Array<{
|
|
66401
66401
|
__typename?: "NftItemMetadataEntity";
|
|
@@ -66541,7 +66541,7 @@ export type BaseProductV1ProductWithNotVoidedVariantsFieldsFragment = {
|
|
|
66541
66541
|
url: string;
|
|
66542
66542
|
tag: string;
|
|
66543
66543
|
}> | null;
|
|
66544
|
-
seller
|
|
66544
|
+
seller?: {
|
|
66545
66545
|
__typename?: "Seller";
|
|
66546
66546
|
id: string;
|
|
66547
66547
|
assistant: string;
|
|
@@ -66628,7 +66628,7 @@ export type BaseProductV1ProductWithNotVoidedVariantsFieldsFragment = {
|
|
|
66628
66628
|
}> | null;
|
|
66629
66629
|
}> | null;
|
|
66630
66630
|
} | null;
|
|
66631
|
-
};
|
|
66631
|
+
} | null;
|
|
66632
66632
|
} | null;
|
|
66633
66633
|
salesChannels?: Array<{
|
|
66634
66634
|
__typename?: "SalesChannel";
|
|
@@ -66916,7 +66916,7 @@ export type BaseProductV1ProductWithNotVoidedVariantsFieldsFragment = {
|
|
|
66916
66916
|
url: string;
|
|
66917
66917
|
tag: string;
|
|
66918
66918
|
}> | null;
|
|
66919
|
-
seller
|
|
66919
|
+
seller?: {
|
|
66920
66920
|
__typename?: "Seller";
|
|
66921
66921
|
id: string;
|
|
66922
66922
|
assistant: string;
|
|
@@ -67003,7 +67003,7 @@ export type BaseProductV1ProductWithNotVoidedVariantsFieldsFragment = {
|
|
|
67003
67003
|
}> | null;
|
|
67004
67004
|
}> | null;
|
|
67005
67005
|
} | null;
|
|
67006
|
-
};
|
|
67006
|
+
} | null;
|
|
67007
67007
|
} | null;
|
|
67008
67008
|
salesChannels?: Array<{
|
|
67009
67009
|
__typename?: "SalesChannel";
|
|
@@ -67059,7 +67059,7 @@ export type BaseProductV1ProductWithNotVoidedVariantsFieldsFragment = {
|
|
|
67059
67059
|
url: string;
|
|
67060
67060
|
tag: string;
|
|
67061
67061
|
}> | null;
|
|
67062
|
-
seller
|
|
67062
|
+
seller?: {
|
|
67063
67063
|
__typename?: "Seller";
|
|
67064
67064
|
id: string;
|
|
67065
67065
|
assistant: string;
|
|
@@ -67146,7 +67146,7 @@ export type BaseProductV1ProductWithNotVoidedVariantsFieldsFragment = {
|
|
|
67146
67146
|
}> | null;
|
|
67147
67147
|
}> | null;
|
|
67148
67148
|
} | null;
|
|
67149
|
-
};
|
|
67149
|
+
} | null;
|
|
67150
67150
|
};
|
|
67151
67151
|
exchangePolicy: {
|
|
67152
67152
|
__typename?: "ProductV1ExchangePolicy";
|
|
@@ -67667,7 +67667,7 @@ export type BaseProductV1ProductWithNotVoidedVariantsFieldsFragment = {
|
|
|
67667
67667
|
url: string;
|
|
67668
67668
|
tag: string;
|
|
67669
67669
|
}> | null;
|
|
67670
|
-
seller
|
|
67670
|
+
seller?: {
|
|
67671
67671
|
__typename?: "Seller";
|
|
67672
67672
|
id: string;
|
|
67673
67673
|
assistant: string;
|
|
@@ -67754,7 +67754,7 @@ export type BaseProductV1ProductWithNotVoidedVariantsFieldsFragment = {
|
|
|
67754
67754
|
}> | null;
|
|
67755
67755
|
}> | null;
|
|
67756
67756
|
} | null;
|
|
67757
|
-
};
|
|
67757
|
+
} | null;
|
|
67758
67758
|
};
|
|
67759
67759
|
items: Array<{
|
|
67760
67760
|
__typename?: "NftItemMetadataEntity";
|
|
@@ -67900,7 +67900,7 @@ export type BaseProductV1ProductWithNotVoidedVariantsFieldsFragment = {
|
|
|
67900
67900
|
url: string;
|
|
67901
67901
|
tag: string;
|
|
67902
67902
|
}> | null;
|
|
67903
|
-
seller
|
|
67903
|
+
seller?: {
|
|
67904
67904
|
__typename?: "Seller";
|
|
67905
67905
|
id: string;
|
|
67906
67906
|
assistant: string;
|
|
@@ -67987,7 +67987,7 @@ export type BaseProductV1ProductWithNotVoidedVariantsFieldsFragment = {
|
|
|
67987
67987
|
}> | null;
|
|
67988
67988
|
}> | null;
|
|
67989
67989
|
} | null;
|
|
67990
|
-
};
|
|
67990
|
+
} | null;
|
|
67991
67991
|
} | null;
|
|
67992
67992
|
salesChannels?: Array<{
|
|
67993
67993
|
__typename?: "SalesChannel";
|
|
@@ -68275,7 +68275,7 @@ export type BaseProductV1ProductWithNotVoidedVariantsFieldsFragment = {
|
|
|
68275
68275
|
url: string;
|
|
68276
68276
|
tag: string;
|
|
68277
68277
|
}> | null;
|
|
68278
|
-
seller
|
|
68278
|
+
seller?: {
|
|
68279
68279
|
__typename?: "Seller";
|
|
68280
68280
|
id: string;
|
|
68281
68281
|
assistant: string;
|
|
@@ -68362,7 +68362,7 @@ export type BaseProductV1ProductWithNotVoidedVariantsFieldsFragment = {
|
|
|
68362
68362
|
}> | null;
|
|
68363
68363
|
}> | null;
|
|
68364
68364
|
} | null;
|
|
68365
|
-
};
|
|
68365
|
+
} | null;
|
|
68366
68366
|
} | null;
|
|
68367
68367
|
salesChannels?: Array<{
|
|
68368
68368
|
__typename?: "SalesChannel";
|
|
@@ -68418,7 +68418,7 @@ export type BaseProductV1ProductWithNotVoidedVariantsFieldsFragment = {
|
|
|
68418
68418
|
url: string;
|
|
68419
68419
|
tag: string;
|
|
68420
68420
|
}> | null;
|
|
68421
|
-
seller
|
|
68421
|
+
seller?: {
|
|
68422
68422
|
__typename?: "Seller";
|
|
68423
68423
|
id: string;
|
|
68424
68424
|
assistant: string;
|
|
@@ -68505,7 +68505,7 @@ export type BaseProductV1ProductWithNotVoidedVariantsFieldsFragment = {
|
|
|
68505
68505
|
}> | null;
|
|
68506
68506
|
}> | null;
|
|
68507
68507
|
} | null;
|
|
68508
|
-
};
|
|
68508
|
+
} | null;
|
|
68509
68509
|
};
|
|
68510
68510
|
exchangePolicy: {
|
|
68511
68511
|
__typename?: "ProductV1ExchangePolicy";
|
|
@@ -68547,7 +68547,7 @@ export type BaseProductV1ProductWithNotVoidedVariantsFieldsFragment = {
|
|
|
68547
68547
|
owner: string;
|
|
68548
68548
|
} | null;
|
|
68549
68549
|
};
|
|
68550
|
-
seller
|
|
68550
|
+
seller?: {
|
|
68551
68551
|
__typename?: "Seller";
|
|
68552
68552
|
id: string;
|
|
68553
68553
|
assistant: string;
|
|
@@ -68634,7 +68634,7 @@ export type BaseProductV1ProductWithNotVoidedVariantsFieldsFragment = {
|
|
|
68634
68634
|
}> | null;
|
|
68635
68635
|
}> | null;
|
|
68636
68636
|
} | null;
|
|
68637
|
-
};
|
|
68637
|
+
} | null;
|
|
68638
68638
|
exchangeToken: {
|
|
68639
68639
|
__typename?: "ExchangeToken";
|
|
68640
68640
|
id: string;
|
|
@@ -68668,7 +68668,7 @@ export type BaseProductV1ProductWithNotVoidedVariantsFieldsFragment = {
|
|
|
68668
68668
|
url: string;
|
|
68669
68669
|
tag: string;
|
|
68670
68670
|
}> | null;
|
|
68671
|
-
seller
|
|
68671
|
+
seller?: {
|
|
68672
68672
|
__typename?: "Seller";
|
|
68673
68673
|
id: string;
|
|
68674
68674
|
assistant: string;
|
|
@@ -68755,7 +68755,7 @@ export type BaseProductV1ProductWithNotVoidedVariantsFieldsFragment = {
|
|
|
68755
68755
|
}> | null;
|
|
68756
68756
|
}> | null;
|
|
68757
68757
|
} | null;
|
|
68758
|
-
};
|
|
68758
|
+
} | null;
|
|
68759
68759
|
};
|
|
68760
68760
|
items: Array<{
|
|
68761
68761
|
__typename?: "NftItemMetadataEntity";
|
|
@@ -68907,7 +68907,7 @@ export type BaseProductV1ProductWithNotVoidedVariantsFieldsFragment = {
|
|
|
68907
68907
|
url: string;
|
|
68908
68908
|
tag: string;
|
|
68909
68909
|
}> | null;
|
|
68910
|
-
seller
|
|
68910
|
+
seller?: {
|
|
68911
68911
|
__typename?: "Seller";
|
|
68912
68912
|
id: string;
|
|
68913
68913
|
assistant: string;
|
|
@@ -68994,7 +68994,7 @@ export type BaseProductV1ProductWithNotVoidedVariantsFieldsFragment = {
|
|
|
68994
68994
|
}> | null;
|
|
68995
68995
|
}> | null;
|
|
68996
68996
|
} | null;
|
|
68997
|
-
};
|
|
68997
|
+
} | null;
|
|
68998
68998
|
} | null;
|
|
68999
68999
|
salesChannels?: Array<{
|
|
69000
69000
|
__typename?: "SalesChannel";
|
|
@@ -69181,7 +69181,7 @@ export type BaseProductV1ProductWithNotVoidedVariantsFieldsFragment = {
|
|
|
69181
69181
|
url: string;
|
|
69182
69182
|
tag: string;
|
|
69183
69183
|
}> | null;
|
|
69184
|
-
seller
|
|
69184
|
+
seller?: {
|
|
69185
69185
|
__typename?: "Seller";
|
|
69186
69186
|
id: string;
|
|
69187
69187
|
assistant: string;
|
|
@@ -69268,7 +69268,7 @@ export type BaseProductV1ProductWithNotVoidedVariantsFieldsFragment = {
|
|
|
69268
69268
|
}> | null;
|
|
69269
69269
|
}> | null;
|
|
69270
69270
|
} | null;
|
|
69271
|
-
};
|
|
69271
|
+
} | null;
|
|
69272
69272
|
} | null;
|
|
69273
69273
|
salesChannels?: Array<{
|
|
69274
69274
|
__typename?: "SalesChannel";
|
|
@@ -69358,7 +69358,7 @@ export type BaseProductV1SellerFieldsFragment = {
|
|
|
69358
69358
|
url: string;
|
|
69359
69359
|
tag: string;
|
|
69360
69360
|
}> | null;
|
|
69361
|
-
seller
|
|
69361
|
+
seller?: {
|
|
69362
69362
|
__typename?: "Seller";
|
|
69363
69363
|
id: string;
|
|
69364
69364
|
assistant: string;
|
|
@@ -69445,7 +69445,7 @@ export type BaseProductV1SellerFieldsFragment = {
|
|
|
69445
69445
|
}> | null;
|
|
69446
69446
|
}> | null;
|
|
69447
69447
|
} | null;
|
|
69448
|
-
};
|
|
69448
|
+
} | null;
|
|
69449
69449
|
};
|
|
69450
69450
|
export type BaseProductV1SellerContactLinkFieldsFragment = {
|
|
69451
69451
|
__typename?: "ProductV1SellerContactLink";
|
|
@@ -69978,7 +69978,7 @@ export type GetOfferByIdQueryQuery = {
|
|
|
69978
69978
|
url: string;
|
|
69979
69979
|
tag: string;
|
|
69980
69980
|
}> | null;
|
|
69981
|
-
seller
|
|
69981
|
+
seller?: {
|
|
69982
69982
|
__typename?: "Seller";
|
|
69983
69983
|
id: string;
|
|
69984
69984
|
assistant: string;
|
|
@@ -70065,7 +70065,7 @@ export type GetOfferByIdQueryQuery = {
|
|
|
70065
70065
|
}> | null;
|
|
70066
70066
|
}> | null;
|
|
70067
70067
|
} | null;
|
|
70068
|
-
};
|
|
70068
|
+
} | null;
|
|
70069
70069
|
};
|
|
70070
70070
|
items: Array<{
|
|
70071
70071
|
__typename?: "NftItemMetadataEntity";
|
|
@@ -70211,7 +70211,7 @@ export type GetOfferByIdQueryQuery = {
|
|
|
70211
70211
|
url: string;
|
|
70212
70212
|
tag: string;
|
|
70213
70213
|
}> | null;
|
|
70214
|
-
seller
|
|
70214
|
+
seller?: {
|
|
70215
70215
|
__typename?: "Seller";
|
|
70216
70216
|
id: string;
|
|
70217
70217
|
assistant: string;
|
|
@@ -70298,7 +70298,7 @@ export type GetOfferByIdQueryQuery = {
|
|
|
70298
70298
|
}> | null;
|
|
70299
70299
|
}> | null;
|
|
70300
70300
|
} | null;
|
|
70301
|
-
};
|
|
70301
|
+
} | null;
|
|
70302
70302
|
} | null;
|
|
70303
70303
|
salesChannels?: Array<{
|
|
70304
70304
|
__typename?: "SalesChannel";
|
|
@@ -70586,7 +70586,7 @@ export type GetOfferByIdQueryQuery = {
|
|
|
70586
70586
|
url: string;
|
|
70587
70587
|
tag: string;
|
|
70588
70588
|
}> | null;
|
|
70589
|
-
seller
|
|
70589
|
+
seller?: {
|
|
70590
70590
|
__typename?: "Seller";
|
|
70591
70591
|
id: string;
|
|
70592
70592
|
assistant: string;
|
|
@@ -70673,7 +70673,7 @@ export type GetOfferByIdQueryQuery = {
|
|
|
70673
70673
|
}> | null;
|
|
70674
70674
|
}> | null;
|
|
70675
70675
|
} | null;
|
|
70676
|
-
};
|
|
70676
|
+
} | null;
|
|
70677
70677
|
} | null;
|
|
70678
70678
|
salesChannels?: Array<{
|
|
70679
70679
|
__typename?: "SalesChannel";
|
|
@@ -70729,7 +70729,7 @@ export type GetOfferByIdQueryQuery = {
|
|
|
70729
70729
|
url: string;
|
|
70730
70730
|
tag: string;
|
|
70731
70731
|
}> | null;
|
|
70732
|
-
seller
|
|
70732
|
+
seller?: {
|
|
70733
70733
|
__typename?: "Seller";
|
|
70734
70734
|
id: string;
|
|
70735
70735
|
assistant: string;
|
|
@@ -70816,7 +70816,7 @@ export type GetOfferByIdQueryQuery = {
|
|
|
70816
70816
|
}> | null;
|
|
70817
70817
|
}> | null;
|
|
70818
70818
|
} | null;
|
|
70819
|
-
};
|
|
70819
|
+
} | null;
|
|
70820
70820
|
};
|
|
70821
70821
|
exchangePolicy: {
|
|
70822
70822
|
__typename?: "ProductV1ExchangePolicy";
|
|
@@ -71313,7 +71313,7 @@ export type GetOffersQueryQuery = {
|
|
|
71313
71313
|
url: string;
|
|
71314
71314
|
tag: string;
|
|
71315
71315
|
}> | null;
|
|
71316
|
-
seller
|
|
71316
|
+
seller?: {
|
|
71317
71317
|
__typename?: "Seller";
|
|
71318
71318
|
id: string;
|
|
71319
71319
|
assistant: string;
|
|
@@ -71400,7 +71400,7 @@ export type GetOffersQueryQuery = {
|
|
|
71400
71400
|
}> | null;
|
|
71401
71401
|
}> | null;
|
|
71402
71402
|
} | null;
|
|
71403
|
-
};
|
|
71403
|
+
} | null;
|
|
71404
71404
|
};
|
|
71405
71405
|
items: Array<{
|
|
71406
71406
|
__typename?: "NftItemMetadataEntity";
|
|
@@ -71546,7 +71546,7 @@ export type GetOffersQueryQuery = {
|
|
|
71546
71546
|
url: string;
|
|
71547
71547
|
tag: string;
|
|
71548
71548
|
}> | null;
|
|
71549
|
-
seller
|
|
71549
|
+
seller?: {
|
|
71550
71550
|
__typename?: "Seller";
|
|
71551
71551
|
id: string;
|
|
71552
71552
|
assistant: string;
|
|
@@ -71633,7 +71633,7 @@ export type GetOffersQueryQuery = {
|
|
|
71633
71633
|
}> | null;
|
|
71634
71634
|
}> | null;
|
|
71635
71635
|
} | null;
|
|
71636
|
-
};
|
|
71636
|
+
} | null;
|
|
71637
71637
|
} | null;
|
|
71638
71638
|
salesChannels?: Array<{
|
|
71639
71639
|
__typename?: "SalesChannel";
|
|
@@ -71921,7 +71921,7 @@ export type GetOffersQueryQuery = {
|
|
|
71921
71921
|
url: string;
|
|
71922
71922
|
tag: string;
|
|
71923
71923
|
}> | null;
|
|
71924
|
-
seller
|
|
71924
|
+
seller?: {
|
|
71925
71925
|
__typename?: "Seller";
|
|
71926
71926
|
id: string;
|
|
71927
71927
|
assistant: string;
|
|
@@ -72008,7 +72008,7 @@ export type GetOffersQueryQuery = {
|
|
|
72008
72008
|
}> | null;
|
|
72009
72009
|
}> | null;
|
|
72010
72010
|
} | null;
|
|
72011
|
-
};
|
|
72011
|
+
} | null;
|
|
72012
72012
|
} | null;
|
|
72013
72013
|
salesChannels?: Array<{
|
|
72014
72014
|
__typename?: "SalesChannel";
|
|
@@ -72064,7 +72064,7 @@ export type GetOffersQueryQuery = {
|
|
|
72064
72064
|
url: string;
|
|
72065
72065
|
tag: string;
|
|
72066
72066
|
}> | null;
|
|
72067
|
-
seller
|
|
72067
|
+
seller?: {
|
|
72068
72068
|
__typename?: "Seller";
|
|
72069
72069
|
id: string;
|
|
72070
72070
|
assistant: string;
|
|
@@ -72151,7 +72151,7 @@ export type GetOffersQueryQuery = {
|
|
|
72151
72151
|
}> | null;
|
|
72152
72152
|
}> | null;
|
|
72153
72153
|
} | null;
|
|
72154
|
-
};
|
|
72154
|
+
} | null;
|
|
72155
72155
|
};
|
|
72156
72156
|
exchangePolicy: {
|
|
72157
72157
|
__typename?: "ProductV1ExchangePolicy";
|
|
@@ -72735,7 +72735,7 @@ export type OfferFieldsFragment = {
|
|
|
72735
72735
|
url: string;
|
|
72736
72736
|
tag: string;
|
|
72737
72737
|
}> | null;
|
|
72738
|
-
seller
|
|
72738
|
+
seller?: {
|
|
72739
72739
|
__typename?: "Seller";
|
|
72740
72740
|
id: string;
|
|
72741
72741
|
assistant: string;
|
|
@@ -72822,7 +72822,7 @@ export type OfferFieldsFragment = {
|
|
|
72822
72822
|
}> | null;
|
|
72823
72823
|
}> | null;
|
|
72824
72824
|
} | null;
|
|
72825
|
-
};
|
|
72825
|
+
} | null;
|
|
72826
72826
|
};
|
|
72827
72827
|
items: Array<{
|
|
72828
72828
|
__typename?: "NftItemMetadataEntity";
|
|
@@ -72968,7 +72968,7 @@ export type OfferFieldsFragment = {
|
|
|
72968
72968
|
url: string;
|
|
72969
72969
|
tag: string;
|
|
72970
72970
|
}> | null;
|
|
72971
|
-
seller
|
|
72971
|
+
seller?: {
|
|
72972
72972
|
__typename?: "Seller";
|
|
72973
72973
|
id: string;
|
|
72974
72974
|
assistant: string;
|
|
@@ -73055,7 +73055,7 @@ export type OfferFieldsFragment = {
|
|
|
73055
73055
|
}> | null;
|
|
73056
73056
|
}> | null;
|
|
73057
73057
|
} | null;
|
|
73058
|
-
};
|
|
73058
|
+
} | null;
|
|
73059
73059
|
} | null;
|
|
73060
73060
|
salesChannels?: Array<{
|
|
73061
73061
|
__typename?: "SalesChannel";
|
|
@@ -73343,7 +73343,7 @@ export type OfferFieldsFragment = {
|
|
|
73343
73343
|
url: string;
|
|
73344
73344
|
tag: string;
|
|
73345
73345
|
}> | null;
|
|
73346
|
-
seller
|
|
73346
|
+
seller?: {
|
|
73347
73347
|
__typename?: "Seller";
|
|
73348
73348
|
id: string;
|
|
73349
73349
|
assistant: string;
|
|
@@ -73430,7 +73430,7 @@ export type OfferFieldsFragment = {
|
|
|
73430
73430
|
}> | null;
|
|
73431
73431
|
}> | null;
|
|
73432
73432
|
} | null;
|
|
73433
|
-
};
|
|
73433
|
+
} | null;
|
|
73434
73434
|
} | null;
|
|
73435
73435
|
salesChannels?: Array<{
|
|
73436
73436
|
__typename?: "SalesChannel";
|
|
@@ -73486,7 +73486,7 @@ export type OfferFieldsFragment = {
|
|
|
73486
73486
|
url: string;
|
|
73487
73487
|
tag: string;
|
|
73488
73488
|
}> | null;
|
|
73489
|
-
seller
|
|
73489
|
+
seller?: {
|
|
73490
73490
|
__typename?: "Seller";
|
|
73491
73491
|
id: string;
|
|
73492
73492
|
assistant: string;
|
|
@@ -73573,7 +73573,7 @@ export type OfferFieldsFragment = {
|
|
|
73573
73573
|
}> | null;
|
|
73574
73574
|
}> | null;
|
|
73575
73575
|
} | null;
|
|
73576
|
-
};
|
|
73576
|
+
} | null;
|
|
73577
73577
|
};
|
|
73578
73578
|
exchangePolicy: {
|
|
73579
73579
|
__typename?: "ProductV1ExchangePolicy";
|
|
@@ -73925,7 +73925,7 @@ export type BaseOfferFieldsFragment = {
|
|
|
73925
73925
|
url: string;
|
|
73926
73926
|
tag: string;
|
|
73927
73927
|
}> | null;
|
|
73928
|
-
seller
|
|
73928
|
+
seller?: {
|
|
73929
73929
|
__typename?: "Seller";
|
|
73930
73930
|
id: string;
|
|
73931
73931
|
assistant: string;
|
|
@@ -74012,7 +74012,7 @@ export type BaseOfferFieldsFragment = {
|
|
|
74012
74012
|
}> | null;
|
|
74013
74013
|
}> | null;
|
|
74014
74014
|
} | null;
|
|
74015
|
-
};
|
|
74015
|
+
} | null;
|
|
74016
74016
|
};
|
|
74017
74017
|
items: Array<{
|
|
74018
74018
|
__typename?: "NftItemMetadataEntity";
|
|
@@ -74158,7 +74158,7 @@ export type BaseOfferFieldsFragment = {
|
|
|
74158
74158
|
url: string;
|
|
74159
74159
|
tag: string;
|
|
74160
74160
|
}> | null;
|
|
74161
|
-
seller
|
|
74161
|
+
seller?: {
|
|
74162
74162
|
__typename?: "Seller";
|
|
74163
74163
|
id: string;
|
|
74164
74164
|
assistant: string;
|
|
@@ -74245,7 +74245,7 @@ export type BaseOfferFieldsFragment = {
|
|
|
74245
74245
|
}> | null;
|
|
74246
74246
|
}> | null;
|
|
74247
74247
|
} | null;
|
|
74248
|
-
};
|
|
74248
|
+
} | null;
|
|
74249
74249
|
} | null;
|
|
74250
74250
|
salesChannels?: Array<{
|
|
74251
74251
|
__typename?: "SalesChannel";
|
|
@@ -74533,7 +74533,7 @@ export type BaseOfferFieldsFragment = {
|
|
|
74533
74533
|
url: string;
|
|
74534
74534
|
tag: string;
|
|
74535
74535
|
}> | null;
|
|
74536
|
-
seller
|
|
74536
|
+
seller?: {
|
|
74537
74537
|
__typename?: "Seller";
|
|
74538
74538
|
id: string;
|
|
74539
74539
|
assistant: string;
|
|
@@ -74620,7 +74620,7 @@ export type BaseOfferFieldsFragment = {
|
|
|
74620
74620
|
}> | null;
|
|
74621
74621
|
}> | null;
|
|
74622
74622
|
} | null;
|
|
74623
|
-
};
|
|
74623
|
+
} | null;
|
|
74624
74624
|
} | null;
|
|
74625
74625
|
salesChannels?: Array<{
|
|
74626
74626
|
__typename?: "SalesChannel";
|
|
@@ -74676,7 +74676,7 @@ export type BaseOfferFieldsFragment = {
|
|
|
74676
74676
|
url: string;
|
|
74677
74677
|
tag: string;
|
|
74678
74678
|
}> | null;
|
|
74679
|
-
seller
|
|
74679
|
+
seller?: {
|
|
74680
74680
|
__typename?: "Seller";
|
|
74681
74681
|
id: string;
|
|
74682
74682
|
assistant: string;
|
|
@@ -74763,7 +74763,7 @@ export type BaseOfferFieldsFragment = {
|
|
|
74763
74763
|
}> | null;
|
|
74764
74764
|
}> | null;
|
|
74765
74765
|
} | null;
|
|
74766
|
-
};
|
|
74766
|
+
} | null;
|
|
74767
74767
|
};
|
|
74768
74768
|
exchangePolicy: {
|
|
74769
74769
|
__typename?: "ProductV1ExchangePolicy";
|