@restorecommerce/facade 2.1.8 → 2.2.1
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/CHANGELOG.md +26 -0
- package/cfg/config.json +95 -0
- package/codegen/tsconfig.codegen.tsbuildinfo +1 -1
- package/debug-run.ts +1 -4
- package/dist/gql/protos/federation.d.ts +1 -3
- package/dist/gql/protos/federation.d.ts.map +1 -1
- package/dist/gql/protos/federation.js +7 -9
- package/dist/gql/protos/federation.js.map +1 -1
- package/dist/gql/protos/graphql.d.ts +1 -2
- package/dist/gql/protos/graphql.d.ts.map +1 -1
- package/dist/gql/protos/graphql.js +1 -2
- package/dist/gql/protos/graphql.js.map +1 -1
- package/dist/gql/protos/registry.d.ts +1 -2
- package/dist/gql/protos/registry.d.ts.map +1 -1
- package/dist/gql/protos/registry.js +1 -2
- package/dist/gql/protos/registry.js.map +1 -1
- package/dist/gql/protos/resolvers.d.ts.map +1 -1
- package/dist/gql/protos/resolvers.js +12 -3
- package/dist/gql/protos/resolvers.js.map +1 -1
- package/dist/gql/protos/schema.d.ts +1 -2
- package/dist/gql/protos/schema.d.ts.map +1 -1
- package/dist/gql/protos/schema.js +12 -3
- package/dist/gql/protos/schema.js.map +1 -1
- package/dist/gql/types/DateType.d.ts.map +1 -1
- package/dist/gql/types/DateType.js +1 -2
- package/dist/gql/types/DateType.js.map +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +6 -4
- package/dist/index.js.map +1 -1
- package/dist/modules/access-control/gql/schema.generated.d.ts +0 -55
- package/dist/modules/access-control/gql/schema.generated.d.ts.map +1 -1
- package/dist/modules/access-control/gql/schema.generated.js +0 -6
- package/dist/modules/access-control/gql/schema.generated.js.map +1 -1
- package/dist/modules/catalog/gql/schema.generated.d.ts +0 -5
- package/dist/modules/catalog/gql/schema.generated.d.ts.map +1 -1
- package/dist/modules/catalog/gql/schema.generated.js.map +1 -1
- package/dist/modules/facade-status/gql/index.d.ts.map +1 -1
- package/dist/modules/facade-status/gql/index.js +6 -6
- package/dist/modules/facade-status/gql/index.js.map +1 -1
- package/dist/modules/fulfillment/gql/schema.generated.d.ts +48 -56
- package/dist/modules/fulfillment/gql/schema.generated.d.ts.map +1 -1
- package/dist/modules/fulfillment/gql/schema.generated.js.map +1 -1
- package/dist/modules/identity/gql/schema.generated.d.ts +92 -32
- package/dist/modules/identity/gql/schema.generated.d.ts.map +1 -1
- package/dist/modules/identity/gql/schema.generated.js.map +1 -1
- package/dist/modules/indexing/gql/schema.generated.d.ts +0 -55
- package/dist/modules/indexing/gql/schema.generated.d.ts.map +1 -1
- package/dist/modules/indexing/gql/schema.generated.js +1 -6
- package/dist/modules/indexing/gql/schema.generated.js.map +1 -1
- package/dist/modules/invoicing/gql/schema.generated.d.ts +6 -10
- package/dist/modules/invoicing/gql/schema.generated.d.ts.map +1 -1
- package/dist/modules/invoicing/gql/schema.generated.js.map +1 -1
- package/dist/modules/master_data/gql/schema.generated.d.ts +6 -30
- package/dist/modules/master_data/gql/schema.generated.d.ts.map +1 -1
- package/dist/modules/master_data/gql/schema.generated.js +0 -6
- package/dist/modules/master_data/gql/schema.generated.js.map +1 -1
- package/dist/modules/notification/gql/schema.generated.d.ts +0 -55
- package/dist/modules/notification/gql/schema.generated.d.ts.map +1 -1
- package/dist/modules/notification/gql/schema.generated.js +0 -6
- package/dist/modules/notification/gql/schema.generated.js.map +1 -1
- package/dist/modules/ordering/gql/schema.generated.d.ts +45 -36
- package/dist/modules/ordering/gql/schema.generated.d.ts.map +1 -1
- package/dist/modules/ordering/gql/schema.generated.js.map +1 -1
- package/dist/modules/ostorage/gql/schema.generated.d.ts +0 -55
- package/dist/modules/ostorage/gql/schema.generated.d.ts.map +1 -1
- package/dist/modules/ostorage/gql/schema.generated.js +0 -6
- package/dist/modules/ostorage/gql/schema.generated.js.map +1 -1
- package/dist/modules/ostorage/index.d.ts.map +1 -1
- package/dist/modules/ostorage/index.js +3 -1
- package/dist/modules/ostorage/index.js.map +1 -1
- package/dist/modules/ostorage/interfaces.d.ts +1 -0
- package/dist/modules/ostorage/interfaces.d.ts.map +1 -1
- package/dist/modules/ostorage/interfaces.js.map +1 -1
- package/dist/modules/payment/gql/schema.generated.d.ts +0 -30
- package/dist/modules/payment/gql/schema.generated.d.ts.map +1 -1
- package/dist/modules/payment/gql/schema.generated.js +0 -6
- package/dist/modules/payment/gql/schema.generated.js.map +1 -1
- package/dist/modules/scheduling/gql/schema.generated.d.ts +0 -55
- package/dist/modules/scheduling/gql/schema.generated.d.ts.map +1 -1
- package/dist/modules/scheduling/gql/schema.generated.js +0 -6
- package/dist/modules/scheduling/gql/schema.generated.js.map +1 -1
- package/dist/tsconfig.lib.tsbuildinfo +1 -1
- package/generate.ts +1 -2
- package/package.json +30 -41
- package/tsconfig.test.json +1 -1
- package/vitest.config.ts +2 -0
@@ -153,6 +153,9 @@ export type IoRestorecommerceUserUser = {
|
|
153
153
|
lastAccess?: Maybe<Scalars['DateTime']['output']>;
|
154
154
|
properties?: Maybe<Array<IoRestorecommerceAttributeAttribute>>;
|
155
155
|
data?: Maybe<GoogleProtobufAny>;
|
156
|
+
totpSecret?: Maybe<Scalars['String']['output']>;
|
157
|
+
totpSecretProcessing?: Maybe<Scalars['String']['output']>;
|
158
|
+
totpSessionTokens?: Maybe<Array<Scalars['String']['output']>>;
|
156
159
|
};
|
157
160
|
export type IoRestorecommerceAuthRoleAssociation = {
|
158
161
|
__typename?: 'IoRestorecommerceAuthRoleAssociation';
|
@@ -700,13 +703,13 @@ export type IoRestorecommerceFulfillmentCourierFulfillmentCourierResponse = {
|
|
700
703
|
export type FulfillmentFulfillmentProductQuery = {
|
701
704
|
__typename?: 'FulfillmentFulfillmentProductQuery';
|
702
705
|
Read?: Maybe<ProtoIoRestorecommerceFulfillmentProductFulfillmentProductListResponse>;
|
703
|
-
Find?: Maybe<
|
706
|
+
Find?: Maybe<ProtoIoRestorecommerceFulfillmentProductFulfillmentSolutionListResponse>;
|
704
707
|
};
|
705
708
|
export type FulfillmentFulfillmentProductQueryReadArgs = {
|
706
709
|
input: IIoRestorecommerceResourcebaseReadRequest;
|
707
710
|
};
|
708
711
|
export type FulfillmentFulfillmentProductQueryFindArgs = {
|
709
|
-
input:
|
712
|
+
input: IIoRestorecommerceFulfillmentProductFulfillmentSolutionQueryList;
|
710
713
|
};
|
711
714
|
export type ProtoIoRestorecommerceFulfillmentProductFulfillmentProductListResponse = {
|
712
715
|
__typename?: 'ProtoIoRestorecommerceFulfillmentProductFulfillmentProductListResponse';
|
@@ -723,35 +726,35 @@ export type IoRestorecommerceFulfillmentProductFulfillmentProductResponse = {
|
|
723
726
|
payload?: Maybe<IoRestorecommerceFulfillmentProductFulfillmentProduct>;
|
724
727
|
status?: Maybe<IoRestorecommerceStatusStatus>;
|
725
728
|
};
|
726
|
-
export type
|
727
|
-
__typename?: '
|
728
|
-
details?: Maybe<
|
729
|
+
export type ProtoIoRestorecommerceFulfillmentProductFulfillmentSolutionListResponse = {
|
730
|
+
__typename?: 'ProtoIoRestorecommerceFulfillmentProductFulfillmentSolutionListResponse';
|
731
|
+
details?: Maybe<IoRestorecommerceFulfillmentProductFulfillmentSolutionListResponse>;
|
729
732
|
};
|
730
|
-
export type
|
731
|
-
__typename?: '
|
732
|
-
items?: Maybe<Array<
|
733
|
+
export type IoRestorecommerceFulfillmentProductFulfillmentSolutionListResponse = {
|
734
|
+
__typename?: 'IoRestorecommerceFulfillmentProductFulfillmentSolutionListResponse';
|
735
|
+
items?: Maybe<Array<IoRestorecommerceFulfillmentProductFulfillmentSolutionResponse>>;
|
733
736
|
totalCount?: Maybe<Scalars['Int']['output']>;
|
734
737
|
operationStatus?: Maybe<IoRestorecommerceStatusOperationStatus>;
|
735
738
|
};
|
736
|
-
export type
|
737
|
-
__typename?: '
|
739
|
+
export type IoRestorecommerceFulfillmentProductFulfillmentSolutionResponse = {
|
740
|
+
__typename?: 'IoRestorecommerceFulfillmentProductFulfillmentSolutionResponse';
|
738
741
|
reference?: Maybe<IoRestorecommerceReferenceReference>;
|
739
|
-
solutions?: Maybe<Array<
|
742
|
+
solutions?: Maybe<Array<IoRestorecommerceFulfillmentProductFulfillmentSolution>>;
|
740
743
|
status?: Maybe<IoRestorecommerceStatusStatus>;
|
741
744
|
};
|
742
|
-
export type
|
743
|
-
__typename?: '
|
745
|
+
export type IoRestorecommerceFulfillmentProductFulfillmentSolution = {
|
746
|
+
__typename?: 'IoRestorecommerceFulfillmentProductFulfillmentSolution';
|
744
747
|
amounts?: Maybe<Array<IoRestorecommerceAmountAmount>>;
|
745
748
|
compactness?: Maybe<Scalars['Float']['output']>;
|
746
749
|
homogeneity?: Maybe<Scalars['Float']['output']>;
|
747
750
|
score?: Maybe<Scalars['Float']['output']>;
|
748
751
|
parcels?: Maybe<Array<IoRestorecommerceFulfillmentParcel>>;
|
749
752
|
};
|
750
|
-
export type
|
751
|
-
items?: InputMaybe<Array<
|
753
|
+
export type IIoRestorecommerceFulfillmentProductFulfillmentSolutionQueryList = {
|
754
|
+
items?: InputMaybe<Array<IIoRestorecommerceFulfillmentProductFulfillmentSolutionQuery>>;
|
752
755
|
totalCount?: InputMaybe<Scalars['Int']['input']>;
|
753
756
|
};
|
754
|
-
export type
|
757
|
+
export type IIoRestorecommerceFulfillmentProductFulfillmentSolutionQuery = {
|
755
758
|
customerId?: InputMaybe<Scalars['String']['input']>;
|
756
759
|
shopId?: InputMaybe<Scalars['String']['input']>;
|
757
760
|
sender?: InputMaybe<IIoRestorecommerceAddressShippingAddress>;
|
@@ -838,7 +841,8 @@ export type IIoRestorecommerceGeometryBoundingBox3D = {
|
|
838
841
|
length?: InputMaybe<Scalars['Float']['input']>;
|
839
842
|
};
|
840
843
|
export type IIoRestorecommerceFulfillmentProductPreferences = {
|
841
|
-
|
844
|
+
partialFilfillmentAllowed?: InputMaybe<Scalars['Boolean']['input']>;
|
845
|
+
couriers?: InputMaybe<Array<Scalars['String']['input']>>;
|
842
846
|
options?: InputMaybe<Array<IIoRestorecommerceAttributeAttribute>>;
|
843
847
|
};
|
844
848
|
export type IIoRestorecommerceReferenceReference = {
|
@@ -1361,22 +1365,10 @@ export type IIoRestorecommerceFulfillmentProductVariant = {
|
|
1361
1365
|
};
|
1362
1366
|
export type Subscription = {
|
1363
1367
|
__typename?: 'Subscription';
|
1364
|
-
orderingOrders?: Maybe<SubscriptionOutput>;
|
1365
|
-
catalogProducts?: Maybe<SubscriptionOutput>;
|
1366
|
-
invoicingInvoices?: Maybe<SubscriptionOutput>;
|
1367
1368
|
fulfillmentFulfillments?: Maybe<SubscriptionOutput>;
|
1368
1369
|
fulfillmentFulfillmentCouriers?: Maybe<SubscriptionOutput>;
|
1369
1370
|
fulfillmentFulfillment_products?: Maybe<SubscriptionOutput>;
|
1370
1371
|
};
|
1371
|
-
export type SubscriptionOrderingOrdersArgs = {
|
1372
|
-
action?: InputMaybe<SubscriptionAction>;
|
1373
|
-
};
|
1374
|
-
export type SubscriptionCatalogProductsArgs = {
|
1375
|
-
action?: InputMaybe<SubscriptionAction>;
|
1376
|
-
};
|
1377
|
-
export type SubscriptionInvoicingInvoicesArgs = {
|
1378
|
-
action?: InputMaybe<SubscriptionAction>;
|
1379
|
-
};
|
1380
1372
|
export type SubscriptionFulfillmentFulfillmentsArgs = {
|
1381
1373
|
action?: InputMaybe<SubscriptionAction>;
|
1382
1374
|
};
|
@@ -1515,12 +1507,12 @@ export type ResolversTypes = ResolversObject<{
|
|
1515
1507
|
ProtoIoRestorecommerceFulfillmentProductFulfillmentProductListResponse: ResolverTypeWrapper<ProtoIoRestorecommerceFulfillmentProductFulfillmentProductListResponse>;
|
1516
1508
|
IoRestorecommerceFulfillmentProductFulfillmentProductListResponse: ResolverTypeWrapper<IoRestorecommerceFulfillmentProductFulfillmentProductListResponse>;
|
1517
1509
|
IoRestorecommerceFulfillmentProductFulfillmentProductResponse: ResolverTypeWrapper<IoRestorecommerceFulfillmentProductFulfillmentProductResponse>;
|
1518
|
-
|
1519
|
-
|
1520
|
-
|
1521
|
-
|
1522
|
-
|
1523
|
-
|
1510
|
+
ProtoIoRestorecommerceFulfillmentProductFulfillmentSolutionListResponse: ResolverTypeWrapper<ProtoIoRestorecommerceFulfillmentProductFulfillmentSolutionListResponse>;
|
1511
|
+
IoRestorecommerceFulfillmentProductFulfillmentSolutionListResponse: ResolverTypeWrapper<IoRestorecommerceFulfillmentProductFulfillmentSolutionListResponse>;
|
1512
|
+
IoRestorecommerceFulfillmentProductFulfillmentSolutionResponse: ResolverTypeWrapper<IoRestorecommerceFulfillmentProductFulfillmentSolutionResponse>;
|
1513
|
+
IoRestorecommerceFulfillmentProductFulfillmentSolution: ResolverTypeWrapper<IoRestorecommerceFulfillmentProductFulfillmentSolution>;
|
1514
|
+
IIoRestorecommerceFulfillmentProductFulfillmentSolutionQueryList: IIoRestorecommerceFulfillmentProductFulfillmentSolutionQueryList;
|
1515
|
+
IIoRestorecommerceFulfillmentProductFulfillmentSolutionQuery: IIoRestorecommerceFulfillmentProductFulfillmentSolutionQuery;
|
1524
1516
|
IIoRestorecommerceAddressShippingAddress: IIoRestorecommerceAddressShippingAddress;
|
1525
1517
|
IIoRestorecommerceAddressAddress: IIoRestorecommerceAddressAddress;
|
1526
1518
|
IIoRestorecommerceMetaMeta: IIoRestorecommerceMetaMeta;
|
@@ -1684,12 +1676,12 @@ export type ResolversParentTypes = ResolversObject<{
|
|
1684
1676
|
ProtoIoRestorecommerceFulfillmentProductFulfillmentProductListResponse: ProtoIoRestorecommerceFulfillmentProductFulfillmentProductListResponse;
|
1685
1677
|
IoRestorecommerceFulfillmentProductFulfillmentProductListResponse: IoRestorecommerceFulfillmentProductFulfillmentProductListResponse;
|
1686
1678
|
IoRestorecommerceFulfillmentProductFulfillmentProductResponse: IoRestorecommerceFulfillmentProductFulfillmentProductResponse;
|
1687
|
-
|
1688
|
-
|
1689
|
-
|
1690
|
-
|
1691
|
-
|
1692
|
-
|
1679
|
+
ProtoIoRestorecommerceFulfillmentProductFulfillmentSolutionListResponse: ProtoIoRestorecommerceFulfillmentProductFulfillmentSolutionListResponse;
|
1680
|
+
IoRestorecommerceFulfillmentProductFulfillmentSolutionListResponse: IoRestorecommerceFulfillmentProductFulfillmentSolutionListResponse;
|
1681
|
+
IoRestorecommerceFulfillmentProductFulfillmentSolutionResponse: IoRestorecommerceFulfillmentProductFulfillmentSolutionResponse;
|
1682
|
+
IoRestorecommerceFulfillmentProductFulfillmentSolution: IoRestorecommerceFulfillmentProductFulfillmentSolution;
|
1683
|
+
IIoRestorecommerceFulfillmentProductFulfillmentSolutionQueryList: IIoRestorecommerceFulfillmentProductFulfillmentSolutionQueryList;
|
1684
|
+
IIoRestorecommerceFulfillmentProductFulfillmentSolutionQuery: IIoRestorecommerceFulfillmentProductFulfillmentSolutionQuery;
|
1693
1685
|
IIoRestorecommerceAddressShippingAddress: IIoRestorecommerceAddressShippingAddress;
|
1694
1686
|
IIoRestorecommerceAddressAddress: IIoRestorecommerceAddressAddress;
|
1695
1687
|
IIoRestorecommerceMetaMeta: IIoRestorecommerceMetaMeta;
|
@@ -1860,6 +1852,9 @@ export type IoRestorecommerceUserUserResolvers<ContextType = FulfillmentContext,
|
|
1860
1852
|
lastAccess?: Resolver<Maybe<ResolversTypes['DateTime']>, ParentType, ContextType>;
|
1861
1853
|
properties?: Resolver<Maybe<Array<ResolversTypes['IoRestorecommerceAttributeAttribute']>>, ParentType, ContextType>;
|
1862
1854
|
data?: Resolver<Maybe<ResolversTypes['GoogleProtobufAny']>, ParentType, ContextType>;
|
1855
|
+
totpSecret?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
|
1856
|
+
totpSecretProcessing?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
|
1857
|
+
totpSessionTokens?: Resolver<Maybe<Array<ResolversTypes['String']>>, ParentType, ContextType>;
|
1863
1858
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
1864
1859
|
}>;
|
1865
1860
|
export type IoRestorecommerceAuthRoleAssociationResolvers<ContextType = FulfillmentContext, ParentType extends ResolversParentTypes['IoRestorecommerceAuthRoleAssociation'] = ResolversParentTypes['IoRestorecommerceAuthRoleAssociation']> = ResolversObject<{
|
@@ -2355,7 +2350,7 @@ export type IoRestorecommerceFulfillmentCourierFulfillmentCourierResponseResolve
|
|
2355
2350
|
}>;
|
2356
2351
|
export type FulfillmentFulfillmentProductQueryResolvers<ContextType = FulfillmentContext, ParentType extends ResolversParentTypes['FulfillmentFulfillmentProductQuery'] = ResolversParentTypes['FulfillmentFulfillmentProductQuery']> = ResolversObject<{
|
2357
2352
|
Read?: Resolver<Maybe<ResolversTypes['ProtoIoRestorecommerceFulfillmentProductFulfillmentProductListResponse']>, ParentType, ContextType, RequireFields<FulfillmentFulfillmentProductQueryReadArgs, 'input'>>;
|
2358
|
-
Find?: Resolver<Maybe<ResolversTypes['
|
2353
|
+
Find?: Resolver<Maybe<ResolversTypes['ProtoIoRestorecommerceFulfillmentProductFulfillmentSolutionListResponse']>, ParentType, ContextType, RequireFields<FulfillmentFulfillmentProductQueryFindArgs, 'input'>>;
|
2359
2354
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
2360
2355
|
}>;
|
2361
2356
|
export type ProtoIoRestorecommerceFulfillmentProductFulfillmentProductListResponseResolvers<ContextType = FulfillmentContext, ParentType extends ResolversParentTypes['ProtoIoRestorecommerceFulfillmentProductFulfillmentProductListResponse'] = ResolversParentTypes['ProtoIoRestorecommerceFulfillmentProductFulfillmentProductListResponse']> = ResolversObject<{
|
@@ -2373,23 +2368,23 @@ export type IoRestorecommerceFulfillmentProductFulfillmentProductResponseResolve
|
|
2373
2368
|
status?: Resolver<Maybe<ResolversTypes['IoRestorecommerceStatusStatus']>, ParentType, ContextType>;
|
2374
2369
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
2375
2370
|
}>;
|
2376
|
-
export type
|
2377
|
-
details?: Resolver<Maybe<ResolversTypes['
|
2371
|
+
export type ProtoIoRestorecommerceFulfillmentProductFulfillmentSolutionListResponseResolvers<ContextType = FulfillmentContext, ParentType extends ResolversParentTypes['ProtoIoRestorecommerceFulfillmentProductFulfillmentSolutionListResponse'] = ResolversParentTypes['ProtoIoRestorecommerceFulfillmentProductFulfillmentSolutionListResponse']> = ResolversObject<{
|
2372
|
+
details?: Resolver<Maybe<ResolversTypes['IoRestorecommerceFulfillmentProductFulfillmentSolutionListResponse']>, ParentType, ContextType>;
|
2378
2373
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
2379
2374
|
}>;
|
2380
|
-
export type
|
2381
|
-
items?: Resolver<Maybe<Array<ResolversTypes['
|
2375
|
+
export type IoRestorecommerceFulfillmentProductFulfillmentSolutionListResponseResolvers<ContextType = FulfillmentContext, ParentType extends ResolversParentTypes['IoRestorecommerceFulfillmentProductFulfillmentSolutionListResponse'] = ResolversParentTypes['IoRestorecommerceFulfillmentProductFulfillmentSolutionListResponse']> = ResolversObject<{
|
2376
|
+
items?: Resolver<Maybe<Array<ResolversTypes['IoRestorecommerceFulfillmentProductFulfillmentSolutionResponse']>>, ParentType, ContextType>;
|
2382
2377
|
totalCount?: Resolver<Maybe<ResolversTypes['Int']>, ParentType, ContextType>;
|
2383
2378
|
operationStatus?: Resolver<Maybe<ResolversTypes['IoRestorecommerceStatusOperationStatus']>, ParentType, ContextType>;
|
2384
2379
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
2385
2380
|
}>;
|
2386
|
-
export type
|
2381
|
+
export type IoRestorecommerceFulfillmentProductFulfillmentSolutionResponseResolvers<ContextType = FulfillmentContext, ParentType extends ResolversParentTypes['IoRestorecommerceFulfillmentProductFulfillmentSolutionResponse'] = ResolversParentTypes['IoRestorecommerceFulfillmentProductFulfillmentSolutionResponse']> = ResolversObject<{
|
2387
2382
|
reference?: Resolver<Maybe<ResolversTypes['IoRestorecommerceReferenceReference']>, ParentType, ContextType>;
|
2388
|
-
solutions?: Resolver<Maybe<Array<ResolversTypes['
|
2383
|
+
solutions?: Resolver<Maybe<Array<ResolversTypes['IoRestorecommerceFulfillmentProductFulfillmentSolution']>>, ParentType, ContextType>;
|
2389
2384
|
status?: Resolver<Maybe<ResolversTypes['IoRestorecommerceStatusStatus']>, ParentType, ContextType>;
|
2390
2385
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
2391
2386
|
}>;
|
2392
|
-
export type
|
2387
|
+
export type IoRestorecommerceFulfillmentProductFulfillmentSolutionResolvers<ContextType = FulfillmentContext, ParentType extends ResolversParentTypes['IoRestorecommerceFulfillmentProductFulfillmentSolution'] = ResolversParentTypes['IoRestorecommerceFulfillmentProductFulfillmentSolution']> = ResolversObject<{
|
2393
2388
|
amounts?: Resolver<Maybe<Array<ResolversTypes['IoRestorecommerceAmountAmount']>>, ParentType, ContextType>;
|
2394
2389
|
compactness?: Resolver<Maybe<ResolversTypes['Float']>, ParentType, ContextType>;
|
2395
2390
|
homogeneity?: Resolver<Maybe<ResolversTypes['Float']>, ParentType, ContextType>;
|
@@ -2713,9 +2708,6 @@ export type FulfillmentFulfillmentProductMutationResolvers<ContextType = Fulfill
|
|
2713
2708
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
2714
2709
|
}>;
|
2715
2710
|
export type SubscriptionResolvers<ContextType = FulfillmentContext, ParentType extends ResolversParentTypes['Subscription'] = ResolversParentTypes['Subscription']> = ResolversObject<{
|
2716
|
-
orderingOrders?: SubscriptionResolver<Maybe<ResolversTypes['SubscriptionOutput']>, "orderingOrders", ParentType, ContextType, Partial<SubscriptionOrderingOrdersArgs>>;
|
2717
|
-
catalogProducts?: SubscriptionResolver<Maybe<ResolversTypes['SubscriptionOutput']>, "catalogProducts", ParentType, ContextType, Partial<SubscriptionCatalogProductsArgs>>;
|
2718
|
-
invoicingInvoices?: SubscriptionResolver<Maybe<ResolversTypes['SubscriptionOutput']>, "invoicingInvoices", ParentType, ContextType, Partial<SubscriptionInvoicingInvoicesArgs>>;
|
2719
2711
|
fulfillmentFulfillments?: SubscriptionResolver<Maybe<ResolversTypes['SubscriptionOutput']>, "fulfillmentFulfillments", ParentType, ContextType, Partial<SubscriptionFulfillmentFulfillmentsArgs>>;
|
2720
2712
|
fulfillmentFulfillmentCouriers?: SubscriptionResolver<Maybe<ResolversTypes['SubscriptionOutput']>, "fulfillmentFulfillmentCouriers", ParentType, ContextType, Partial<SubscriptionFulfillmentFulfillmentCouriersArgs>>;
|
2721
2713
|
fulfillmentFulfillment_products?: SubscriptionResolver<Maybe<ResolversTypes['SubscriptionOutput']>, "fulfillmentFulfillment_products", ParentType, ContextType, Partial<SubscriptionFulfillmentFulfillment_ProductsArgs>>;
|
@@ -2802,10 +2794,10 @@ export type Resolvers<ContextType = FulfillmentContext> = ResolversObject<{
|
|
2802
2794
|
ProtoIoRestorecommerceFulfillmentProductFulfillmentProductListResponse?: ProtoIoRestorecommerceFulfillmentProductFulfillmentProductListResponseResolvers<ContextType>;
|
2803
2795
|
IoRestorecommerceFulfillmentProductFulfillmentProductListResponse?: IoRestorecommerceFulfillmentProductFulfillmentProductListResponseResolvers<ContextType>;
|
2804
2796
|
IoRestorecommerceFulfillmentProductFulfillmentProductResponse?: IoRestorecommerceFulfillmentProductFulfillmentProductResponseResolvers<ContextType>;
|
2805
|
-
|
2806
|
-
|
2807
|
-
|
2808
|
-
|
2797
|
+
ProtoIoRestorecommerceFulfillmentProductFulfillmentSolutionListResponse?: ProtoIoRestorecommerceFulfillmentProductFulfillmentSolutionListResponseResolvers<ContextType>;
|
2798
|
+
IoRestorecommerceFulfillmentProductFulfillmentSolutionListResponse?: IoRestorecommerceFulfillmentProductFulfillmentSolutionListResponseResolvers<ContextType>;
|
2799
|
+
IoRestorecommerceFulfillmentProductFulfillmentSolutionResponse?: IoRestorecommerceFulfillmentProductFulfillmentSolutionResponseResolvers<ContextType>;
|
2800
|
+
IoRestorecommerceFulfillmentProductFulfillmentSolution?: IoRestorecommerceFulfillmentProductFulfillmentSolutionResolvers<ContextType>;
|
2809
2801
|
IDateTime?: GraphQLScalarType;
|
2810
2802
|
Mutation?: MutationResolvers<ContextType>;
|
2811
2803
|
FulfillmentMutation?: FulfillmentMutationResolvers<ContextType>;
|