@restorecommerce/facade 1.2.0 → 1.3.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/.eslintignore +3 -0
- package/.eslintrc.cjs +13 -0
- package/CHANGELOG.md +22 -0
- package/codegen/index.d.ts +1 -1
- package/codegen/index.js +18 -44
- package/debug-run.ts +7 -6
- package/dist/gql/index.d.ts +1 -1
- package/dist/gql/index.js +1 -17
- package/dist/gql/protos/federation.d.ts +3 -3
- package/dist/gql/protos/federation.js +16 -24
- package/dist/gql/protos/graphql.d.ts +4 -4
- package/dist/gql/protos/graphql.js +64 -42
- package/dist/gql/protos/index.d.ts +6 -6
- package/dist/gql/protos/index.js +6 -22
- package/dist/gql/protos/registry.d.ts +6 -6
- package/dist/gql/protos/registry.js +157 -176
- package/dist/gql/protos/resolvers.d.ts +3 -3
- package/dist/gql/protos/resolvers.js +78 -104
- package/dist/gql/protos/schema.d.ts +4 -4
- package/dist/gql/protos/schema.js +40 -53
- package/dist/gql/protos/types.d.ts +3 -3
- package/dist/gql/protos/types.js +1 -4
- package/dist/gql/protos/utils.d.ts +3 -3
- package/dist/gql/protos/utils.js +23 -62
- package/dist/gql/types/AccessControlTypes.js +13 -16
- package/dist/gql/types/DateType.js +4 -7
- package/dist/gql/types/FilterType.js +7 -10
- package/dist/gql/types/MetaType.js +8 -11
- package/dist/gql/types/ScopeType.js +4 -7
- package/dist/gql/types/SortType.js +5 -8
- package/dist/gql/types/StatusType.js +4 -7
- package/dist/gql/types/index.d.ts +7 -7
- package/dist/gql/types/index.js +7 -23
- package/dist/index.d.ts +14 -14
- package/dist/index.js +195 -207
- package/dist/interfaces.d.ts +8 -8
- package/dist/interfaces.js +1 -2
- package/dist/middlewares/index.d.ts +1 -1
- package/dist/middlewares/index.js +1 -17
- package/dist/middlewares/req-res-logger/index.d.ts +2 -2
- package/dist/middlewares/req-res-logger/index.js +33 -31
- package/dist/modules/access-control/gql/federation.d.ts +1 -1
- package/dist/modules/access-control/gql/federation.js +10 -17
- package/dist/modules/access-control/gql/schema.d.ts +1 -1
- package/dist/modules/access-control/gql/schema.generated.d.ts +136 -110
- package/dist/modules/access-control/gql/schema.generated.js +22 -25
- package/dist/modules/access-control/gql/schema.js +5 -9
- package/dist/modules/access-control/gql/types.d.ts +2 -2
- package/dist/modules/access-control/gql/types.js +13 -17
- package/dist/modules/access-control/grpc/index.d.ts +5 -5
- package/dist/modules/access-control/grpc/index.js +10 -14
- package/dist/modules/access-control/index.d.ts +2 -2
- package/dist/modules/access-control/index.js +20 -17
- package/dist/modules/access-control/interfaces.d.ts +3 -3
- package/dist/modules/access-control/interfaces.js +1 -4
- package/dist/modules/catalog/gql/federation.d.ts +1 -1
- package/dist/modules/catalog/gql/federation.js +10 -17
- package/dist/modules/catalog/gql/schema.d.ts +1 -1
- package/dist/modules/catalog/gql/schema.generated.d.ts +252 -226
- package/dist/modules/catalog/gql/schema.generated.js +20 -23
- package/dist/modules/catalog/gql/schema.js +5 -9
- package/dist/modules/catalog/gql/types.d.ts +2 -2
- package/dist/modules/catalog/gql/types.js +15 -19
- package/dist/modules/catalog/grpc/index.d.ts +6 -6
- package/dist/modules/catalog/grpc/index.js +12 -16
- package/dist/modules/catalog/index.d.ts +2 -2
- package/dist/modules/catalog/index.js +20 -17
- package/dist/modules/catalog/interfaces.d.ts +3 -3
- package/dist/modules/catalog/interfaces.js +1 -4
- package/dist/modules/facade-status/gql/index.js +8 -14
- package/dist/modules/facade-status/gql/resolvers.d.ts +1 -1
- package/dist/modules/facade-status/gql/resolvers.js +14 -8
- package/dist/modules/facade-status/gql/schema.d.ts +1 -1
- package/dist/modules/facade-status/gql/schema.generated.d.ts +34 -11
- package/dist/modules/facade-status/gql/schema.generated.js +1 -2
- package/dist/modules/facade-status/gql/schema.js +6 -9
- package/dist/modules/facade-status/gql/types.js +3 -6
- package/dist/modules/facade-status/index.d.ts +1 -1
- package/dist/modules/facade-status/index.js +4 -7
- package/dist/modules/facade-status/interfaces.d.ts +1 -1
- package/dist/modules/facade-status/interfaces.js +1 -2
- package/dist/modules/fulfillment/gql/federation.d.ts +1 -1
- package/dist/modules/fulfillment/gql/federation.js +10 -17
- package/dist/modules/fulfillment/gql/schema.d.ts +1 -1
- package/dist/modules/fulfillment/gql/schema.generated.d.ts +249 -223
- package/dist/modules/fulfillment/gql/schema.generated.js +20 -23
- package/dist/modules/fulfillment/gql/schema.js +5 -9
- package/dist/modules/fulfillment/gql/types.d.ts +2 -2
- package/dist/modules/fulfillment/gql/types.js +11 -15
- package/dist/modules/fulfillment/grpc/index.d.ts +3 -3
- package/dist/modules/fulfillment/grpc/index.js +6 -10
- package/dist/modules/fulfillment/index.d.ts +2 -2
- package/dist/modules/fulfillment/index.js +20 -17
- package/dist/modules/fulfillment/interfaces.d.ts +3 -3
- package/dist/modules/fulfillment/interfaces.js +1 -4
- package/dist/modules/identity/api-key/api-key.d.ts +2 -2
- package/dist/modules/identity/api-key/api-key.js +45 -65
- package/dist/modules/identity/gql/federation.d.ts +2 -2
- package/dist/modules/identity/gql/federation.js +5 -9
- package/dist/modules/identity/gql/schema.d.ts +1 -1
- package/dist/modules/identity/gql/schema.generated.d.ts +284 -255
- package/dist/modules/identity/gql/schema.generated.js +20 -23
- package/dist/modules/identity/gql/schema.js +5 -9
- package/dist/modules/identity/gql/types.d.ts +2 -2
- package/dist/modules/identity/gql/types.js +17 -21
- package/dist/modules/identity/grpc/index.d.ts +6 -6
- package/dist/modules/identity/grpc/index.js +12 -16
- package/dist/modules/identity/index.d.ts +4 -4
- package/dist/modules/identity/index.js +24 -21
- package/dist/modules/identity/interfaces.d.ts +5 -5
- package/dist/modules/identity/interfaces.js +1 -4
- package/dist/modules/identity/oauth/oauth.d.ts +4 -4
- package/dist/modules/identity/oauth/oauth.js +109 -135
- package/dist/modules/identity/oidc/adapter.d.ts +3 -3
- package/dist/modules/identity/oidc/adapter.js +111 -92
- package/dist/modules/identity/oidc/in-memory-adapter.d.ts +1 -1
- package/dist/modules/identity/oidc/in-memory-adapter.js +64 -50
- package/dist/modules/identity/oidc/index.d.ts +6 -6
- package/dist/modules/identity/oidc/index.js +29 -30
- package/dist/modules/identity/oidc/interfaces.d.ts +6 -6
- package/dist/modules/identity/oidc/interfaces.js +2 -6
- package/dist/modules/identity/oidc/password-grant.d.ts +1 -1
- package/dist/modules/identity/oidc/password-grant.js +43 -66
- package/dist/modules/identity/oidc/router.d.ts +6 -6
- package/dist/modules/identity/oidc/router.js +31 -26
- package/dist/modules/identity/oidc/templates.d.ts +1 -1
- package/dist/modules/identity/oidc/templates.js +45 -41
- package/dist/modules/identity/oidc/user.d.ts +4 -4
- package/dist/modules/identity/oidc/user.js +31 -29
- package/dist/modules/identity/oidc/utils.d.ts +2 -2
- package/dist/modules/identity/oidc/utils.js +6 -13
- package/dist/modules/index.d.ts +13 -13
- package/dist/modules/index.js +13 -29
- package/dist/modules/indexing/gql/federation.d.ts +1 -1
- package/dist/modules/indexing/gql/federation.js +10 -17
- package/dist/modules/indexing/gql/schema.d.ts +1 -1
- package/dist/modules/indexing/gql/schema.generated.d.ts +45 -19
- package/dist/modules/indexing/gql/schema.generated.js +2 -5
- package/dist/modules/indexing/gql/schema.js +5 -9
- package/dist/modules/indexing/gql/types.d.ts +2 -2
- package/dist/modules/indexing/gql/types.js +7 -11
- package/dist/modules/indexing/grpc/index.d.ts +2 -2
- package/dist/modules/indexing/grpc/index.js +4 -8
- package/dist/modules/indexing/index.d.ts +2 -2
- package/dist/modules/indexing/index.js +20 -17
- package/dist/modules/indexing/interfaces.d.ts +3 -3
- package/dist/modules/indexing/interfaces.js +1 -4
- package/dist/modules/invoicing/gql/federation.d.ts +1 -1
- package/dist/modules/invoicing/gql/federation.js +10 -17
- package/dist/modules/invoicing/gql/schema.d.ts +1 -1
- package/dist/modules/invoicing/gql/schema.generated.d.ts +209 -183
- package/dist/modules/invoicing/gql/schema.generated.js +20 -23
- package/dist/modules/invoicing/gql/schema.js +5 -9
- package/dist/modules/invoicing/gql/types.d.ts +2 -2
- package/dist/modules/invoicing/gql/types.js +7 -11
- package/dist/modules/invoicing/grpc/index.d.ts +2 -2
- package/dist/modules/invoicing/grpc/index.js +4 -8
- package/dist/modules/invoicing/index.d.ts +2 -2
- package/dist/modules/invoicing/index.js +20 -17
- package/dist/modules/invoicing/interfaces.d.ts +3 -3
- package/dist/modules/invoicing/interfaces.js +1 -4
- package/dist/modules/notification/gql/federation.d.ts +1 -1
- package/dist/modules/notification/gql/federation.js +10 -17
- package/dist/modules/notification/gql/schema.d.ts +1 -1
- package/dist/modules/notification/gql/schema.generated.d.ts +100 -74
- package/dist/modules/notification/gql/schema.generated.js +18 -21
- package/dist/modules/notification/gql/schema.js +5 -9
- package/dist/modules/notification/gql/types.d.ts +2 -2
- package/dist/modules/notification/gql/types.js +7 -11
- package/dist/modules/notification/grpc/index.d.ts +2 -2
- package/dist/modules/notification/grpc/index.js +4 -8
- package/dist/modules/notification/index.d.ts +2 -2
- package/dist/modules/notification/index.js +20 -17
- package/dist/modules/notification/interfaces.d.ts +3 -3
- package/dist/modules/notification/interfaces.js +1 -4
- package/dist/modules/ordering/gql/federation.d.ts +1 -1
- package/dist/modules/ordering/gql/federation.js +10 -17
- package/dist/modules/ordering/gql/schema.d.ts +1 -1
- package/dist/modules/ordering/gql/schema.generated.d.ts +221 -195
- package/dist/modules/ordering/gql/schema.generated.js +22 -25
- package/dist/modules/ordering/gql/schema.js +5 -9
- package/dist/modules/ordering/gql/types.d.ts +2 -2
- package/dist/modules/ordering/gql/types.js +7 -11
- package/dist/modules/ordering/grpc/index.d.ts +2 -2
- package/dist/modules/ordering/grpc/index.js +4 -8
- package/dist/modules/ordering/index.d.ts +2 -2
- package/dist/modules/ordering/index.js +20 -17
- package/dist/modules/ordering/interfaces.d.ts +3 -3
- package/dist/modules/ordering/interfaces.js +1 -4
- package/dist/modules/ostorage/gql/federation.d.ts +1 -1
- package/dist/modules/ostorage/gql/federation.js +10 -17
- package/dist/modules/ostorage/gql/schema.d.ts +1 -1
- package/dist/modules/ostorage/gql/schema.generated.d.ts +126 -94
- package/dist/modules/ostorage/gql/schema.generated.js +8 -11
- package/dist/modules/ostorage/gql/schema.js +5 -9
- package/dist/modules/ostorage/gql/types.d.ts +2 -2
- package/dist/modules/ostorage/gql/types.js +7 -11
- package/dist/modules/ostorage/grpc/index.d.ts +2 -2
- package/dist/modules/ostorage/grpc/index.js +4 -8
- package/dist/modules/ostorage/index.d.ts +2 -2
- package/dist/modules/ostorage/index.js +20 -17
- package/dist/modules/ostorage/interfaces.d.ts +3 -3
- package/dist/modules/ostorage/interfaces.js +1 -4
- package/dist/modules/payment/gql/federation.d.ts +1 -1
- package/dist/modules/payment/gql/federation.js +10 -17
- package/dist/modules/payment/gql/schema.d.ts +1 -1
- package/dist/modules/payment/gql/schema.generated.d.ts +67 -44
- package/dist/modules/payment/gql/schema.generated.js +4 -7
- package/dist/modules/payment/gql/schema.js +5 -9
- package/dist/modules/payment/gql/types.d.ts +2 -2
- package/dist/modules/payment/gql/types.js +7 -11
- package/dist/modules/payment/grpc/index.d.ts +2 -2
- package/dist/modules/payment/grpc/index.js +4 -8
- package/dist/modules/payment/index.d.ts +2 -2
- package/dist/modules/payment/index.js +20 -17
- package/dist/modules/payment/interfaces.d.ts +3 -3
- package/dist/modules/payment/interfaces.js +1 -4
- package/dist/modules/resource/gql/federation.d.ts +1 -1
- package/dist/modules/resource/gql/federation.js +10 -17
- package/dist/modules/resource/gql/schema.d.ts +1 -1
- package/dist/modules/resource/gql/schema.generated.d.ts +348 -322
- package/dist/modules/resource/gql/schema.generated.js +28 -31
- package/dist/modules/resource/gql/schema.js +5 -9
- package/dist/modules/resource/gql/types.d.ts +2 -2
- package/dist/modules/resource/gql/types.js +31 -35
- package/dist/modules/resource/grpc/index.d.ts +13 -13
- package/dist/modules/resource/grpc/index.js +28 -32
- package/dist/modules/resource/index.d.ts +2 -2
- package/dist/modules/resource/index.js +20 -17
- package/dist/modules/resource/interfaces.d.ts +3 -3
- package/dist/modules/resource/interfaces.js +1 -4
- package/dist/modules/scheduling/gql/federation.d.ts +1 -1
- package/dist/modules/scheduling/gql/federation.js +10 -17
- package/dist/modules/scheduling/gql/schema.d.ts +1 -1
- package/dist/modules/scheduling/gql/schema.generated.d.ts +109 -83
- package/dist/modules/scheduling/gql/schema.generated.js +10 -13
- package/dist/modules/scheduling/gql/schema.js +5 -9
- package/dist/modules/scheduling/gql/types.d.ts +2 -2
- package/dist/modules/scheduling/gql/types.js +7 -11
- package/dist/modules/scheduling/grpc/index.d.ts +2 -2
- package/dist/modules/scheduling/grpc/index.js +4 -8
- package/dist/modules/scheduling/index.d.ts +2 -2
- package/dist/modules/scheduling/index.js +20 -17
- package/dist/modules/scheduling/interfaces.d.ts +3 -3
- package/dist/modules/scheduling/interfaces.js +1 -4
- package/dist/utils.d.ts +3 -3
- package/dist/utils.js +4 -9
- package/generate.ts +42 -42
- package/jest.config.cjs +23 -0
- package/package.json +18 -13
- package/tsconfig-base.json +8 -0
- package/tsconfig.debug.json +5 -1
- package/tsconfig.test.json +17 -2
- package/jest.config.js +0 -14
@@ -1,5 +1,5 @@
|
|
1
1
|
import { GraphQLResolveInfo, GraphQLScalarType, GraphQLScalarTypeConfig } from 'graphql';
|
2
|
-
import { CatalogContext } from '../interfaces';
|
2
|
+
import { CatalogContext } from '../interfaces.js';
|
3
3
|
export type Maybe<T> = T | null | undefined;
|
4
4
|
export type InputMaybe<T> = T | null | undefined;
|
5
5
|
export type Exact<T extends {
|
@@ -13,17 +13,43 @@ export type MakeOptional<T, K extends keyof T> = Omit<T, K> & {
|
|
13
13
|
export type MakeMaybe<T, K extends keyof T> = Omit<T, K> & {
|
14
14
|
[SubKey in K]: Maybe<T[SubKey]>;
|
15
15
|
};
|
16
|
+
export type MakeEmpty<T extends {
|
17
|
+
[key: string]: unknown;
|
18
|
+
}, K extends keyof T> = {
|
19
|
+
[_ in K]?: never;
|
20
|
+
};
|
21
|
+
export type Incremental<T> = T | {
|
22
|
+
[P in keyof T]?: P extends ' $fragmentName' | '__typename' ? T[P] : never;
|
23
|
+
};
|
16
24
|
export type RequireFields<T, K extends keyof T> = Omit<T, K> & {
|
17
25
|
[P in K]-?: NonNullable<T[P]>;
|
18
26
|
};
|
19
27
|
/** All built-in and custom scalars, mapped to their actual values */
|
20
28
|
export type Scalars = {
|
21
|
-
ID:
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
29
|
+
ID: {
|
30
|
+
input: string | number;
|
31
|
+
output: string;
|
32
|
+
};
|
33
|
+
String: {
|
34
|
+
input: string;
|
35
|
+
output: string;
|
36
|
+
};
|
37
|
+
Boolean: {
|
38
|
+
input: boolean;
|
39
|
+
output: boolean;
|
40
|
+
};
|
41
|
+
Int: {
|
42
|
+
input: number;
|
43
|
+
output: number;
|
44
|
+
};
|
45
|
+
Float: {
|
46
|
+
input: number;
|
47
|
+
output: number;
|
48
|
+
};
|
49
|
+
GoogleProtobufAnyValue: {
|
50
|
+
input: any;
|
51
|
+
output: any;
|
52
|
+
};
|
27
53
|
};
|
28
54
|
export type Query = {
|
29
55
|
__typename?: 'Query';
|
@@ -51,7 +77,7 @@ export type ProtoIoRestorecommerceProductProductListResponse = {
|
|
51
77
|
export type IoRestorecommerceProductProductListResponse = {
|
52
78
|
__typename?: 'IoRestorecommerceProductProductListResponse';
|
53
79
|
items?: Maybe<Array<IoRestorecommerceProductProductResponse>>;
|
54
|
-
totalCount?: Maybe<Scalars['Int']>;
|
80
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
55
81
|
operationStatus?: Maybe<IoRestorecommerceStatusOperationStatus>;
|
56
82
|
};
|
57
83
|
export type IoRestorecommerceProductProductResponse = {
|
@@ -61,27 +87,27 @@ export type IoRestorecommerceProductProductResponse = {
|
|
61
87
|
};
|
62
88
|
export type IoRestorecommerceProductProduct = {
|
63
89
|
__typename?: 'IoRestorecommerceProductProduct';
|
64
|
-
id?: Maybe<Scalars['String']>;
|
90
|
+
id?: Maybe<Scalars['String']['output']>;
|
65
91
|
meta?: Maybe<IoRestorecommerceMetaMeta>;
|
66
92
|
product?: Maybe<IoRestorecommerceProductIndividualProduct>;
|
67
93
|
bundle?: Maybe<IoRestorecommerceProductBundle>;
|
68
|
-
active?: Maybe<Scalars['Boolean']>;
|
69
|
-
tags?: Maybe<Array<Scalars['String']>>;
|
94
|
+
active?: Maybe<Scalars['Boolean']['output']>;
|
95
|
+
tags?: Maybe<Array<Scalars['String']['output']>>;
|
70
96
|
associations?: Maybe<Array<IoRestorecommerceProductAssociation>>;
|
71
97
|
data?: Maybe<GoogleProtobufAny>;
|
72
98
|
};
|
73
99
|
export type IoRestorecommerceMetaMeta = {
|
74
100
|
__typename?: 'IoRestorecommerceMetaMeta';
|
75
|
-
created?: Maybe<Scalars['Float']>;
|
76
|
-
modified?: Maybe<Scalars['Float']>;
|
77
|
-
modifiedBy?: Maybe<Scalars['String']>;
|
101
|
+
created?: Maybe<Scalars['Float']['output']>;
|
102
|
+
modified?: Maybe<Scalars['Float']['output']>;
|
103
|
+
modifiedBy?: Maybe<Scalars['String']['output']>;
|
78
104
|
owners?: Maybe<Array<IoRestorecommerceAttributeAttribute>>;
|
79
105
|
acls?: Maybe<Array<IoRestorecommerceAttributeAttributeObj>>;
|
80
106
|
};
|
81
107
|
export type IoRestorecommerceAttributeAttribute = {
|
82
108
|
__typename?: 'IoRestorecommerceAttributeAttribute';
|
83
|
-
id?: Maybe<Scalars['String']>;
|
84
|
-
value?: Maybe<Scalars['String']>;
|
109
|
+
id?: Maybe<Scalars['String']['output']>;
|
110
|
+
value?: Maybe<Scalars['String']['output']>;
|
85
111
|
attributes?: Maybe<Array<IoRestorecommerceAttributeAttribute>>;
|
86
112
|
};
|
87
113
|
export type IoRestorecommerceAttributeAttributeObj = {
|
@@ -90,70 +116,70 @@ export type IoRestorecommerceAttributeAttributeObj = {
|
|
90
116
|
};
|
91
117
|
export type IoRestorecommerceProductIndividualProduct = {
|
92
118
|
__typename?: 'IoRestorecommerceProductIndividualProduct';
|
93
|
-
name?: Maybe<Scalars['String']>;
|
94
|
-
description?: Maybe<Scalars['String']>;
|
95
|
-
manufacturerId?: Maybe<Scalars['String']>;
|
119
|
+
name?: Maybe<Scalars['String']['output']>;
|
120
|
+
description?: Maybe<Scalars['String']['output']>;
|
121
|
+
manufacturerId?: Maybe<Scalars['String']['output']>;
|
96
122
|
manufacturer?: Maybe<IoRestorecommerceManufacturerManufacturer>;
|
97
|
-
taricCode?: Maybe<Scalars['String']>;
|
98
|
-
prototypeId?: Maybe<Scalars['String']>;
|
123
|
+
taricCode?: Maybe<Scalars['String']['output']>;
|
124
|
+
prototypeId?: Maybe<Scalars['String']['output']>;
|
99
125
|
prototype?: Maybe<IoRestorecommerceProductPrototypeProductPrototype>;
|
100
|
-
categoryId?: Maybe<Scalars['String']>;
|
126
|
+
categoryId?: Maybe<Scalars['String']['output']>;
|
101
127
|
category?: Maybe<IoRestorecommerceProductCategoryProductCategory>;
|
102
|
-
taxIds?: Maybe<Array<Scalars['String']>>;
|
103
|
-
gtin?: Maybe<Scalars['String']>;
|
128
|
+
taxIds?: Maybe<Array<Scalars['String']['output']>>;
|
129
|
+
gtin?: Maybe<Scalars['String']['output']>;
|
104
130
|
physical?: Maybe<IoRestorecommerceProductPhysicalProduct>;
|
105
131
|
virtual?: Maybe<IoRestorecommerceProductVirtualProduct>;
|
106
132
|
};
|
107
133
|
export type IoRestorecommerceManufacturerManufacturer = {
|
108
134
|
__typename?: 'IoRestorecommerceManufacturerManufacturer';
|
109
|
-
id?: Maybe<Scalars['String']>;
|
135
|
+
id?: Maybe<Scalars['String']['output']>;
|
110
136
|
meta?: Maybe<IoRestorecommerceMetaMeta>;
|
111
|
-
name?: Maybe<Scalars['String']>;
|
112
|
-
description?: Maybe<Scalars['String']>;
|
137
|
+
name?: Maybe<Scalars['String']['output']>;
|
138
|
+
description?: Maybe<Scalars['String']['output']>;
|
113
139
|
};
|
114
140
|
export type IoRestorecommerceProductPrototypeProductPrototype = {
|
115
141
|
__typename?: 'IoRestorecommerceProductPrototypeProductPrototype';
|
116
|
-
id?: Maybe<Scalars['String']>;
|
142
|
+
id?: Maybe<Scalars['String']['output']>;
|
117
143
|
meta?: Maybe<IoRestorecommerceMetaMeta>;
|
118
|
-
name?: Maybe<Scalars['String']>;
|
119
|
-
version?: Maybe<Scalars['String']>;
|
120
|
-
description?: Maybe<Scalars['String']>;
|
121
|
-
categoryId?: Maybe<Scalars['String']>;
|
144
|
+
name?: Maybe<Scalars['String']['output']>;
|
145
|
+
version?: Maybe<Scalars['String']['output']>;
|
146
|
+
description?: Maybe<Scalars['String']['output']>;
|
147
|
+
categoryId?: Maybe<Scalars['String']['output']>;
|
122
148
|
};
|
123
149
|
export type IoRestorecommerceProductCategoryProductCategory = {
|
124
150
|
__typename?: 'IoRestorecommerceProductCategoryProductCategory';
|
125
|
-
id?: Maybe<Scalars['String']>;
|
151
|
+
id?: Maybe<Scalars['String']['output']>;
|
126
152
|
meta?: Maybe<IoRestorecommerceMetaMeta>;
|
127
|
-
name?: Maybe<Scalars['String']>;
|
128
|
-
description?: Maybe<Scalars['String']>;
|
129
|
-
priceGroupId?: Maybe<Scalars['String']>;
|
153
|
+
name?: Maybe<Scalars['String']['output']>;
|
154
|
+
description?: Maybe<Scalars['String']['output']>;
|
155
|
+
priceGroupId?: Maybe<Scalars['String']['output']>;
|
130
156
|
priceGroup?: Maybe<IoRestorecommercePriceGroupPriceGroup>;
|
131
157
|
image?: Maybe<IoRestorecommerceImageImage>;
|
132
158
|
parent?: Maybe<IoRestorecommerceProductCategoryParent>;
|
133
159
|
};
|
134
160
|
export type IoRestorecommercePriceGroupPriceGroup = {
|
135
161
|
__typename?: 'IoRestorecommercePriceGroupPriceGroup';
|
136
|
-
id?: Maybe<Scalars['String']>;
|
162
|
+
id?: Maybe<Scalars['String']['output']>;
|
137
163
|
meta?: Maybe<IoRestorecommerceMetaMeta>;
|
138
|
-
name?: Maybe<Scalars['String']>;
|
139
|
-
description?: Maybe<Scalars['String']>;
|
164
|
+
name?: Maybe<Scalars['String']['output']>;
|
165
|
+
description?: Maybe<Scalars['String']['output']>;
|
140
166
|
};
|
141
167
|
export type IoRestorecommerceImageImage = {
|
142
168
|
__typename?: 'IoRestorecommerceImageImage';
|
143
|
-
id?: Maybe<Scalars['String']>;
|
144
|
-
caption?: Maybe<Scalars['String']>;
|
145
|
-
filename?: Maybe<Scalars['String']>;
|
146
|
-
contentType?: Maybe<Scalars['String']>;
|
147
|
-
url?: Maybe<Scalars['String']>;
|
148
|
-
width?: Maybe<Scalars['Float']>;
|
149
|
-
height?: Maybe<Scalars['Float']>;
|
150
|
-
length?: Maybe<Scalars['Float']>;
|
151
|
-
tags?: Maybe<Array<Scalars['String']>>;
|
152
|
-
index?: Maybe<Scalars['Int']>;
|
169
|
+
id?: Maybe<Scalars['String']['output']>;
|
170
|
+
caption?: Maybe<Scalars['String']['output']>;
|
171
|
+
filename?: Maybe<Scalars['String']['output']>;
|
172
|
+
contentType?: Maybe<Scalars['String']['output']>;
|
173
|
+
url?: Maybe<Scalars['String']['output']>;
|
174
|
+
width?: Maybe<Scalars['Float']['output']>;
|
175
|
+
height?: Maybe<Scalars['Float']['output']>;
|
176
|
+
length?: Maybe<Scalars['Float']['output']>;
|
177
|
+
tags?: Maybe<Array<Scalars['String']['output']>>;
|
178
|
+
index?: Maybe<Scalars['Int']['output']>;
|
153
179
|
};
|
154
180
|
export type IoRestorecommerceProductCategoryParent = {
|
155
181
|
__typename?: 'IoRestorecommerceProductCategoryParent';
|
156
|
-
parentId?: Maybe<Scalars['String']>;
|
182
|
+
parentId?: Maybe<Scalars['String']['output']>;
|
157
183
|
};
|
158
184
|
export type IoRestorecommerceProductPhysicalProduct = {
|
159
185
|
__typename?: 'IoRestorecommerceProductPhysicalProduct';
|
@@ -161,42 +187,42 @@ export type IoRestorecommerceProductPhysicalProduct = {
|
|
161
187
|
};
|
162
188
|
export type IoRestorecommerceProductPhysicalVariant = {
|
163
189
|
__typename?: 'IoRestorecommerceProductPhysicalVariant';
|
164
|
-
id?: Maybe<Scalars['String']>;
|
165
|
-
name?: Maybe<Scalars['String']>;
|
166
|
-
description?: Maybe<Scalars['String']>;
|
167
|
-
stockLevel?: Maybe<Scalars['Int']>;
|
168
|
-
price?: Maybe<Scalars['Float']>;
|
169
|
-
sale?: Maybe<Scalars['Boolean']>;
|
170
|
-
salePrice?: Maybe<Scalars['Float']>;
|
190
|
+
id?: Maybe<Scalars['String']['output']>;
|
191
|
+
name?: Maybe<Scalars['String']['output']>;
|
192
|
+
description?: Maybe<Scalars['String']['output']>;
|
193
|
+
stockLevel?: Maybe<Scalars['Int']['output']>;
|
194
|
+
price?: Maybe<Scalars['Float']['output']>;
|
195
|
+
sale?: Maybe<Scalars['Boolean']['output']>;
|
196
|
+
salePrice?: Maybe<Scalars['Float']['output']>;
|
171
197
|
images?: Maybe<Array<IoRestorecommerceImageImage>>;
|
172
198
|
files?: Maybe<Array<IoRestorecommerceFileFile>>;
|
173
|
-
stockKeepingUnit?: Maybe<Scalars['String']>;
|
174
|
-
templateVariant?: Maybe<Scalars['String']>;
|
199
|
+
stockKeepingUnit?: Maybe<Scalars['String']['output']>;
|
200
|
+
templateVariant?: Maybe<Scalars['String']['output']>;
|
175
201
|
package?: Maybe<IoRestorecommerceProductPackage>;
|
176
202
|
attributes?: Maybe<Array<IoRestorecommerceAttributeAttribute>>;
|
177
203
|
};
|
178
204
|
export type IoRestorecommerceFileFile = {
|
179
205
|
__typename?: 'IoRestorecommerceFileFile';
|
180
|
-
id?: Maybe<Scalars['String']>;
|
181
|
-
index?: Maybe<Scalars['Int']>;
|
182
|
-
caption?: Maybe<Scalars['String']>;
|
183
|
-
filename?: Maybe<Scalars['String']>;
|
184
|
-
contentType?: Maybe<Scalars['String']>;
|
185
|
-
url?: Maybe<Scalars['String']>;
|
186
|
-
bytes?: Maybe<Scalars['Int']>;
|
187
|
-
tags?: Maybe<Array<Scalars['String']>>;
|
206
|
+
id?: Maybe<Scalars['String']['output']>;
|
207
|
+
index?: Maybe<Scalars['Int']['output']>;
|
208
|
+
caption?: Maybe<Scalars['String']['output']>;
|
209
|
+
filename?: Maybe<Scalars['String']['output']>;
|
210
|
+
contentType?: Maybe<Scalars['String']['output']>;
|
211
|
+
url?: Maybe<Scalars['String']['output']>;
|
212
|
+
bytes?: Maybe<Scalars['Int']['output']>;
|
213
|
+
tags?: Maybe<Array<Scalars['String']['output']>>;
|
188
214
|
};
|
189
215
|
export type IoRestorecommerceProductPackage = {
|
190
216
|
__typename?: 'IoRestorecommerceProductPackage';
|
191
217
|
sizeInCm?: Maybe<IoRestorecommerceGeometryBoundingBox3D>;
|
192
|
-
weightInKg?: Maybe<Scalars['Float']>;
|
193
|
-
rotatable?: Maybe<Scalars['Boolean']>;
|
218
|
+
weightInKg?: Maybe<Scalars['Float']['output']>;
|
219
|
+
rotatable?: Maybe<Scalars['Boolean']['output']>;
|
194
220
|
};
|
195
221
|
export type IoRestorecommerceGeometryBoundingBox3D = {
|
196
222
|
__typename?: 'IoRestorecommerceGeometryBoundingBox3D';
|
197
|
-
width?: Maybe<Scalars['Float']>;
|
198
|
-
height?: Maybe<Scalars['Float']>;
|
199
|
-
length?: Maybe<Scalars['Float']>;
|
223
|
+
width?: Maybe<Scalars['Float']['output']>;
|
224
|
+
height?: Maybe<Scalars['Float']['output']>;
|
225
|
+
length?: Maybe<Scalars['Float']['output']>;
|
200
226
|
};
|
201
227
|
export type IoRestorecommerceProductVirtualProduct = {
|
202
228
|
__typename?: 'IoRestorecommerceProductVirtualProduct';
|
@@ -204,42 +230,42 @@ export type IoRestorecommerceProductVirtualProduct = {
|
|
204
230
|
};
|
205
231
|
export type IoRestorecommerceProductVirtualVariant = {
|
206
232
|
__typename?: 'IoRestorecommerceProductVirtualVariant';
|
207
|
-
id?: Maybe<Scalars['String']>;
|
208
|
-
name?: Maybe<Scalars['String']>;
|
209
|
-
description?: Maybe<Scalars['String']>;
|
210
|
-
stockLevel?: Maybe<Scalars['Int']>;
|
211
|
-
price?: Maybe<Scalars['Float']>;
|
212
|
-
sale?: Maybe<Scalars['Boolean']>;
|
213
|
-
salePrice?: Maybe<Scalars['Float']>;
|
233
|
+
id?: Maybe<Scalars['String']['output']>;
|
234
|
+
name?: Maybe<Scalars['String']['output']>;
|
235
|
+
description?: Maybe<Scalars['String']['output']>;
|
236
|
+
stockLevel?: Maybe<Scalars['Int']['output']>;
|
237
|
+
price?: Maybe<Scalars['Float']['output']>;
|
238
|
+
sale?: Maybe<Scalars['Boolean']['output']>;
|
239
|
+
salePrice?: Maybe<Scalars['Float']['output']>;
|
214
240
|
images?: Maybe<Array<IoRestorecommerceImageImage>>;
|
215
241
|
files?: Maybe<Array<IoRestorecommerceFileFile>>;
|
216
|
-
stockKeepingUnit?: Maybe<Scalars['String']>;
|
217
|
-
templateVariant?: Maybe<Scalars['String']>;
|
242
|
+
stockKeepingUnit?: Maybe<Scalars['String']['output']>;
|
243
|
+
templateVariant?: Maybe<Scalars['String']['output']>;
|
218
244
|
attributes?: Maybe<Array<IoRestorecommerceAttributeAttribute>>;
|
219
245
|
};
|
220
246
|
export type IoRestorecommerceProductBundle = {
|
221
247
|
__typename?: 'IoRestorecommerceProductBundle';
|
222
|
-
name?: Maybe<Scalars['String']>;
|
223
|
-
description?: Maybe<Scalars['String']>;
|
248
|
+
name?: Maybe<Scalars['String']['output']>;
|
249
|
+
description?: Maybe<Scalars['String']['output']>;
|
224
250
|
images?: Maybe<Array<IoRestorecommerceImageImage>>;
|
225
251
|
products?: Maybe<Array<IoRestorecommerceProductBundleProduct>>;
|
226
|
-
price?: Maybe<Scalars['Float']>;
|
252
|
+
price?: Maybe<Scalars['Float']['output']>;
|
227
253
|
prePackaged?: Maybe<IoRestorecommerceProductPackage>;
|
228
254
|
};
|
229
255
|
export type IoRestorecommerceProductBundleProduct = {
|
230
256
|
__typename?: 'IoRestorecommerceProductBundleProduct';
|
231
|
-
productId?: Maybe<Scalars['String']>;
|
257
|
+
productId?: Maybe<Scalars['String']['output']>;
|
232
258
|
product?: Maybe<IoRestorecommerceProductProduct>;
|
233
|
-
variantId?: Maybe<Scalars['String']>;
|
234
|
-
quantity?: Maybe<Scalars['Int']>;
|
235
|
-
taxRatio?: Maybe<Scalars['Float']>;
|
259
|
+
variantId?: Maybe<Scalars['String']['output']>;
|
260
|
+
quantity?: Maybe<Scalars['Int']['output']>;
|
261
|
+
taxRatio?: Maybe<Scalars['Float']['output']>;
|
236
262
|
};
|
237
263
|
export type IoRestorecommerceProductAssociation = {
|
238
264
|
__typename?: 'IoRestorecommerceProductAssociation';
|
239
|
-
productId?: Maybe<Scalars['String']>;
|
265
|
+
productId?: Maybe<Scalars['String']['output']>;
|
240
266
|
product?: Maybe<IoRestorecommerceProductProduct>;
|
241
267
|
type?: Maybe<IoRestorecommerceProductAssociationType>;
|
242
|
-
tags?: Maybe<Array<Scalars['String']>>;
|
268
|
+
tags?: Maybe<Array<Scalars['String']['output']>>;
|
243
269
|
data?: Maybe<GoogleProtobufAny>;
|
244
270
|
};
|
245
271
|
export declare enum IoRestorecommerceProductAssociationType {
|
@@ -249,35 +275,35 @@ export declare enum IoRestorecommerceProductAssociationType {
|
|
249
275
|
}
|
250
276
|
export type GoogleProtobufAny = {
|
251
277
|
__typename?: 'GoogleProtobufAny';
|
252
|
-
typeUrl?: Maybe<Scalars['String']>;
|
253
|
-
value?: Maybe<Scalars['GoogleProtobufAnyValue']>;
|
278
|
+
typeUrl?: Maybe<Scalars['String']['output']>;
|
279
|
+
value?: Maybe<Scalars['GoogleProtobufAnyValue']['output']>;
|
254
280
|
};
|
255
281
|
export type IoRestorecommerceStatusStatus = {
|
256
282
|
__typename?: 'IoRestorecommerceStatusStatus';
|
257
|
-
id?: Maybe<Scalars['String']>;
|
258
|
-
code?: Maybe<Scalars['Int']>;
|
259
|
-
message?: Maybe<Scalars['String']>;
|
283
|
+
id?: Maybe<Scalars['String']['output']>;
|
284
|
+
code?: Maybe<Scalars['Int']['output']>;
|
285
|
+
message?: Maybe<Scalars['String']['output']>;
|
260
286
|
};
|
261
287
|
export type IoRestorecommerceStatusOperationStatus = {
|
262
288
|
__typename?: 'IoRestorecommerceStatusOperationStatus';
|
263
|
-
code?: Maybe<Scalars['Int']>;
|
264
|
-
message?: Maybe<Scalars['String']>;
|
289
|
+
code?: Maybe<Scalars['Int']['output']>;
|
290
|
+
message?: Maybe<Scalars['String']['output']>;
|
265
291
|
};
|
266
292
|
export type IIoRestorecommerceResourcebaseReadRequest = {
|
267
|
-
offset?: InputMaybe<Scalars['Int']>;
|
268
|
-
limit?: InputMaybe<Scalars['Int']>;
|
293
|
+
offset?: InputMaybe<Scalars['Int']['input']>;
|
294
|
+
limit?: InputMaybe<Scalars['Int']['input']>;
|
269
295
|
sorts?: InputMaybe<Array<IIoRestorecommerceResourcebaseSort>>;
|
270
296
|
filters?: InputMaybe<Array<IIoRestorecommerceResourcebaseFilterOp>>;
|
271
297
|
fields?: InputMaybe<Array<IIoRestorecommerceResourcebaseFieldFilter>>;
|
272
|
-
localesLimiter?: InputMaybe<Array<Scalars['String']>>;
|
273
|
-
customQueries?: InputMaybe<Array<Scalars['String']>>;
|
298
|
+
localesLimiter?: InputMaybe<Array<Scalars['String']['input']>>;
|
299
|
+
customQueries?: InputMaybe<Array<Scalars['String']['input']>>;
|
274
300
|
customArguments?: InputMaybe<IGoogleProtobufAny>;
|
275
301
|
search?: InputMaybe<IIoRestorecommerceResourcebaseSearch>;
|
276
302
|
/** target scope */
|
277
|
-
scope?: InputMaybe<Scalars['String']>;
|
303
|
+
scope?: InputMaybe<Scalars['String']['input']>;
|
278
304
|
};
|
279
305
|
export type IIoRestorecommerceResourcebaseSort = {
|
280
|
-
field?: InputMaybe<Scalars['String']>;
|
306
|
+
field?: InputMaybe<Scalars['String']['input']>;
|
281
307
|
order?: InputMaybe<IoRestorecommerceResourcebaseSortSortOrder>;
|
282
308
|
};
|
283
309
|
export declare enum IoRestorecommerceResourcebaseSortSortOrder {
|
@@ -290,9 +316,9 @@ export type IIoRestorecommerceResourcebaseFilterOp = {
|
|
290
316
|
operator?: InputMaybe<IoRestorecommerceResourcebaseFilterOpOperator>;
|
291
317
|
};
|
292
318
|
export type IIoRestorecommerceResourcebaseFilter = {
|
293
|
-
field?: InputMaybe<Scalars['String']>;
|
319
|
+
field?: InputMaybe<Scalars['String']['input']>;
|
294
320
|
operation?: InputMaybe<IoRestorecommerceResourcebaseFilterOperation>;
|
295
|
-
value?: InputMaybe<Scalars['String']>;
|
321
|
+
value?: InputMaybe<Scalars['String']['input']>;
|
296
322
|
type?: InputMaybe<IoRestorecommerceResourcebaseFilterValueType>;
|
297
323
|
filters?: InputMaybe<Array<IIoRestorecommerceFilterFilterOp>>;
|
298
324
|
};
|
@@ -319,9 +345,9 @@ export type IIoRestorecommerceFilterFilterOp = {
|
|
319
345
|
operator?: InputMaybe<IoRestorecommerceFilterFilterOpOperator>;
|
320
346
|
};
|
321
347
|
export type IIoRestorecommerceFilterFilter = {
|
322
|
-
field?: InputMaybe<Scalars['String']>;
|
348
|
+
field?: InputMaybe<Scalars['String']['input']>;
|
323
349
|
operation?: InputMaybe<IoRestorecommerceFilterFilterOperation>;
|
324
|
-
value?: InputMaybe<Scalars['String']>;
|
350
|
+
value?: InputMaybe<Scalars['String']['input']>;
|
325
351
|
type?: InputMaybe<IoRestorecommerceFilterFilterValueType>;
|
326
352
|
filters?: InputMaybe<Array<IIoRestorecommerceFilterFilterOp>>;
|
327
353
|
};
|
@@ -352,17 +378,17 @@ export declare enum IoRestorecommerceResourcebaseFilterOpOperator {
|
|
352
378
|
Or = 1
|
353
379
|
}
|
354
380
|
export type IIoRestorecommerceResourcebaseFieldFilter = {
|
355
|
-
name?: InputMaybe<Scalars['String']>;
|
356
|
-
include?: InputMaybe<Scalars['Boolean']>;
|
381
|
+
name?: InputMaybe<Scalars['String']['input']>;
|
382
|
+
include?: InputMaybe<Scalars['Boolean']['input']>;
|
357
383
|
};
|
358
384
|
export type IGoogleProtobufAny = {
|
359
|
-
typeUrl?: InputMaybe<Scalars['String']>;
|
360
|
-
value?: InputMaybe<Scalars['GoogleProtobufAnyValue']>;
|
385
|
+
typeUrl?: InputMaybe<Scalars['String']['input']>;
|
386
|
+
value?: InputMaybe<Scalars['GoogleProtobufAnyValue']['input']>;
|
361
387
|
};
|
362
388
|
export type IIoRestorecommerceResourcebaseSearch = {
|
363
|
-
search?: InputMaybe<Scalars['String']>;
|
364
|
-
fields?: InputMaybe<Array<Scalars['String']>>;
|
365
|
-
caseSensitive?: InputMaybe<Scalars['Boolean']>;
|
389
|
+
search?: InputMaybe<Scalars['String']['input']>;
|
390
|
+
fields?: InputMaybe<Array<Scalars['String']['input']>>;
|
391
|
+
caseSensitive?: InputMaybe<Scalars['Boolean']['input']>;
|
366
392
|
};
|
367
393
|
export type CatalogProductPrototypeQuery = {
|
368
394
|
__typename?: 'CatalogProductPrototypeQuery';
|
@@ -378,7 +404,7 @@ export type ProtoIoRestorecommerceProductPrototypeProductPrototypeListResponse =
|
|
378
404
|
export type IoRestorecommerceProductPrototypeProductPrototypeListResponse = {
|
379
405
|
__typename?: 'IoRestorecommerceProductPrototypeProductPrototypeListResponse';
|
380
406
|
items?: Maybe<Array<IoRestorecommerceProductPrototypeProductPrototypeResponse>>;
|
381
|
-
totalCount?: Maybe<Scalars['Int']>;
|
407
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
382
408
|
operationStatus?: Maybe<IoRestorecommerceStatusOperationStatus>;
|
383
409
|
};
|
384
410
|
export type IoRestorecommerceProductPrototypeProductPrototypeResponse = {
|
@@ -400,7 +426,7 @@ export type ProtoIoRestorecommerceProductCategoryProductCategoryListResponse = {
|
|
400
426
|
export type IoRestorecommerceProductCategoryProductCategoryListResponse = {
|
401
427
|
__typename?: 'IoRestorecommerceProductCategoryProductCategoryListResponse';
|
402
428
|
items?: Maybe<Array<IoRestorecommerceProductCategoryProductCategoryResponse>>;
|
403
|
-
totalCount?: Maybe<Scalars['Int']>;
|
429
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
404
430
|
operationStatus?: Maybe<IoRestorecommerceStatusOperationStatus>;
|
405
431
|
};
|
406
432
|
export type IoRestorecommerceProductCategoryProductCategoryResponse = {
|
@@ -422,7 +448,7 @@ export type ProtoIoRestorecommercePriceGroupPriceGroupListResponse = {
|
|
422
448
|
export type IoRestorecommercePriceGroupPriceGroupListResponse = {
|
423
449
|
__typename?: 'IoRestorecommercePriceGroupPriceGroupListResponse';
|
424
450
|
items?: Maybe<Array<IoRestorecommercePriceGroupPriceGroupResponse>>;
|
425
|
-
totalCount?: Maybe<Scalars['Int']>;
|
451
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
426
452
|
operationStatus?: Maybe<IoRestorecommerceStatusOperationStatus>;
|
427
453
|
};
|
428
454
|
export type IoRestorecommercePriceGroupPriceGroupResponse = {
|
@@ -444,7 +470,7 @@ export type ProtoIoRestorecommerceManufacturerManufacturerListResponse = {
|
|
444
470
|
export type IoRestorecommerceManufacturerManufacturerListResponse = {
|
445
471
|
__typename?: 'IoRestorecommerceManufacturerManufacturerListResponse';
|
446
472
|
items?: Maybe<Array<IoRestorecommerceManufacturerManufacturerResponse>>;
|
447
|
-
totalCount?: Maybe<Scalars['Int']>;
|
473
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
448
474
|
operationStatus?: Maybe<IoRestorecommerceStatusOperationStatus>;
|
449
475
|
};
|
450
476
|
export type IoRestorecommerceManufacturerManufacturerResponse = {
|
@@ -477,45 +503,45 @@ export type CatalogProductMutationDeleteArgs = {
|
|
477
503
|
};
|
478
504
|
export type IIoRestorecommerceProductProductList = {
|
479
505
|
items?: InputMaybe<Array<IIoRestorecommerceProductProduct>>;
|
480
|
-
totalCount?: InputMaybe<Scalars['Int']>;
|
506
|
+
totalCount?: InputMaybe<Scalars['Int']['input']>;
|
481
507
|
mode?: InputMaybe<ModeType>;
|
482
508
|
/** target scope */
|
483
|
-
scope?: InputMaybe<Scalars['String']>;
|
509
|
+
scope?: InputMaybe<Scalars['String']['input']>;
|
484
510
|
};
|
485
511
|
export type IIoRestorecommerceProductProduct = {
|
486
|
-
id?: InputMaybe<Scalars['String']>;
|
512
|
+
id?: InputMaybe<Scalars['String']['input']>;
|
487
513
|
meta?: InputMaybe<IIoRestorecommerceMetaMeta>;
|
488
514
|
product?: InputMaybe<IIoRestorecommerceProductIndividualProduct>;
|
489
515
|
bundle?: InputMaybe<IIoRestorecommerceProductBundle>;
|
490
|
-
active?: InputMaybe<Scalars['Boolean']>;
|
491
|
-
tags?: InputMaybe<Array<Scalars['String']>>;
|
516
|
+
active?: InputMaybe<Scalars['Boolean']['input']>;
|
517
|
+
tags?: InputMaybe<Array<Scalars['String']['input']>>;
|
492
518
|
associations?: InputMaybe<Array<IIoRestorecommerceProductAssociation>>;
|
493
519
|
data?: InputMaybe<IGoogleProtobufAny>;
|
494
520
|
};
|
495
521
|
export type IIoRestorecommerceMetaMeta = {
|
496
|
-
created?: InputMaybe<Scalars['Float']>;
|
497
|
-
modified?: InputMaybe<Scalars['Float']>;
|
498
|
-
modifiedBy?: InputMaybe<Scalars['String']>;
|
522
|
+
created?: InputMaybe<Scalars['Float']['input']>;
|
523
|
+
modified?: InputMaybe<Scalars['Float']['input']>;
|
524
|
+
modifiedBy?: InputMaybe<Scalars['String']['input']>;
|
499
525
|
owners?: InputMaybe<Array<IIoRestorecommerceAttributeAttribute>>;
|
500
526
|
acls?: InputMaybe<Array<IIoRestorecommerceAttributeAttributeObj>>;
|
501
527
|
};
|
502
528
|
export type IIoRestorecommerceAttributeAttribute = {
|
503
|
-
id?: InputMaybe<Scalars['String']>;
|
504
|
-
value?: InputMaybe<Scalars['String']>;
|
529
|
+
id?: InputMaybe<Scalars['String']['input']>;
|
530
|
+
value?: InputMaybe<Scalars['String']['input']>;
|
505
531
|
attributes?: InputMaybe<Array<IIoRestorecommerceAttributeAttribute>>;
|
506
532
|
};
|
507
533
|
export type IIoRestorecommerceAttributeAttributeObj = {
|
508
534
|
attributes?: InputMaybe<IIoRestorecommerceAttributeAttribute>;
|
509
535
|
};
|
510
536
|
export type IIoRestorecommerceProductIndividualProduct = {
|
511
|
-
name?: InputMaybe<Scalars['String']>;
|
512
|
-
description?: InputMaybe<Scalars['String']>;
|
513
|
-
manufacturerId?: InputMaybe<Scalars['String']>;
|
514
|
-
taricCode?: InputMaybe<Scalars['String']>;
|
515
|
-
prototypeId?: InputMaybe<Scalars['String']>;
|
516
|
-
categoryId?: InputMaybe<Scalars['String']>;
|
517
|
-
taxIds?: InputMaybe<Array<Scalars['String']>>;
|
518
|
-
gtin?: InputMaybe<Scalars['String']>;
|
537
|
+
name?: InputMaybe<Scalars['String']['input']>;
|
538
|
+
description?: InputMaybe<Scalars['String']['input']>;
|
539
|
+
manufacturerId?: InputMaybe<Scalars['String']['input']>;
|
540
|
+
taricCode?: InputMaybe<Scalars['String']['input']>;
|
541
|
+
prototypeId?: InputMaybe<Scalars['String']['input']>;
|
542
|
+
categoryId?: InputMaybe<Scalars['String']['input']>;
|
543
|
+
taxIds?: InputMaybe<Array<Scalars['String']['input']>>;
|
544
|
+
gtin?: InputMaybe<Scalars['String']['input']>;
|
519
545
|
physical?: InputMaybe<IIoRestorecommerceProductPhysicalProduct>;
|
520
546
|
virtual?: InputMaybe<IIoRestorecommerceProductVirtualProduct>;
|
521
547
|
};
|
@@ -523,87 +549,87 @@ export type IIoRestorecommerceProductPhysicalProduct = {
|
|
523
549
|
variants?: InputMaybe<Array<IIoRestorecommerceProductPhysicalVariant>>;
|
524
550
|
};
|
525
551
|
export type IIoRestorecommerceProductPhysicalVariant = {
|
526
|
-
id?: InputMaybe<Scalars['String']>;
|
527
|
-
name?: InputMaybe<Scalars['String']>;
|
528
|
-
description?: InputMaybe<Scalars['String']>;
|
529
|
-
stockLevel?: InputMaybe<Scalars['Int']>;
|
530
|
-
price?: InputMaybe<Scalars['Float']>;
|
531
|
-
sale?: InputMaybe<Scalars['Boolean']>;
|
532
|
-
salePrice?: InputMaybe<Scalars['Float']>;
|
552
|
+
id?: InputMaybe<Scalars['String']['input']>;
|
553
|
+
name?: InputMaybe<Scalars['String']['input']>;
|
554
|
+
description?: InputMaybe<Scalars['String']['input']>;
|
555
|
+
stockLevel?: InputMaybe<Scalars['Int']['input']>;
|
556
|
+
price?: InputMaybe<Scalars['Float']['input']>;
|
557
|
+
sale?: InputMaybe<Scalars['Boolean']['input']>;
|
558
|
+
salePrice?: InputMaybe<Scalars['Float']['input']>;
|
533
559
|
images?: InputMaybe<Array<IIoRestorecommerceImageImage>>;
|
534
560
|
files?: InputMaybe<Array<IIoRestorecommerceFileFile>>;
|
535
|
-
stockKeepingUnit?: InputMaybe<Scalars['String']>;
|
536
|
-
templateVariant?: InputMaybe<Scalars['String']>;
|
561
|
+
stockKeepingUnit?: InputMaybe<Scalars['String']['input']>;
|
562
|
+
templateVariant?: InputMaybe<Scalars['String']['input']>;
|
537
563
|
package?: InputMaybe<IIoRestorecommerceProductPackage>;
|
538
564
|
attributes?: InputMaybe<Array<IIoRestorecommerceAttributeAttribute>>;
|
539
565
|
};
|
540
566
|
export type IIoRestorecommerceImageImage = {
|
541
|
-
id?: InputMaybe<Scalars['String']>;
|
542
|
-
caption?: InputMaybe<Scalars['String']>;
|
543
|
-
filename?: InputMaybe<Scalars['String']>;
|
544
|
-
contentType?: InputMaybe<Scalars['String']>;
|
545
|
-
url?: InputMaybe<Scalars['String']>;
|
546
|
-
width?: InputMaybe<Scalars['Float']>;
|
547
|
-
height?: InputMaybe<Scalars['Float']>;
|
548
|
-
length?: InputMaybe<Scalars['Float']>;
|
549
|
-
tags?: InputMaybe<Array<Scalars['String']>>;
|
550
|
-
index?: InputMaybe<Scalars['Int']>;
|
567
|
+
id?: InputMaybe<Scalars['String']['input']>;
|
568
|
+
caption?: InputMaybe<Scalars['String']['input']>;
|
569
|
+
filename?: InputMaybe<Scalars['String']['input']>;
|
570
|
+
contentType?: InputMaybe<Scalars['String']['input']>;
|
571
|
+
url?: InputMaybe<Scalars['String']['input']>;
|
572
|
+
width?: InputMaybe<Scalars['Float']['input']>;
|
573
|
+
height?: InputMaybe<Scalars['Float']['input']>;
|
574
|
+
length?: InputMaybe<Scalars['Float']['input']>;
|
575
|
+
tags?: InputMaybe<Array<Scalars['String']['input']>>;
|
576
|
+
index?: InputMaybe<Scalars['Int']['input']>;
|
551
577
|
};
|
552
578
|
export type IIoRestorecommerceFileFile = {
|
553
|
-
id?: InputMaybe<Scalars['String']>;
|
554
|
-
index?: InputMaybe<Scalars['Int']>;
|
555
|
-
caption?: InputMaybe<Scalars['String']>;
|
556
|
-
filename?: InputMaybe<Scalars['String']>;
|
557
|
-
contentType?: InputMaybe<Scalars['String']>;
|
558
|
-
url?: InputMaybe<Scalars['String']>;
|
559
|
-
bytes?: InputMaybe<Scalars['Int']>;
|
560
|
-
tags?: InputMaybe<Array<Scalars['String']>>;
|
579
|
+
id?: InputMaybe<Scalars['String']['input']>;
|
580
|
+
index?: InputMaybe<Scalars['Int']['input']>;
|
581
|
+
caption?: InputMaybe<Scalars['String']['input']>;
|
582
|
+
filename?: InputMaybe<Scalars['String']['input']>;
|
583
|
+
contentType?: InputMaybe<Scalars['String']['input']>;
|
584
|
+
url?: InputMaybe<Scalars['String']['input']>;
|
585
|
+
bytes?: InputMaybe<Scalars['Int']['input']>;
|
586
|
+
tags?: InputMaybe<Array<Scalars['String']['input']>>;
|
561
587
|
};
|
562
588
|
export type IIoRestorecommerceProductPackage = {
|
563
589
|
sizeInCm?: InputMaybe<IIoRestorecommerceGeometryBoundingBox3D>;
|
564
|
-
weightInKg?: InputMaybe<Scalars['Float']>;
|
565
|
-
rotatable?: InputMaybe<Scalars['Boolean']>;
|
590
|
+
weightInKg?: InputMaybe<Scalars['Float']['input']>;
|
591
|
+
rotatable?: InputMaybe<Scalars['Boolean']['input']>;
|
566
592
|
};
|
567
593
|
export type IIoRestorecommerceGeometryBoundingBox3D = {
|
568
|
-
width?: InputMaybe<Scalars['Float']>;
|
569
|
-
height?: InputMaybe<Scalars['Float']>;
|
570
|
-
length?: InputMaybe<Scalars['Float']>;
|
594
|
+
width?: InputMaybe<Scalars['Float']['input']>;
|
595
|
+
height?: InputMaybe<Scalars['Float']['input']>;
|
596
|
+
length?: InputMaybe<Scalars['Float']['input']>;
|
571
597
|
};
|
572
598
|
export type IIoRestorecommerceProductVirtualProduct = {
|
573
599
|
variants?: InputMaybe<Array<IIoRestorecommerceProductVirtualVariant>>;
|
574
600
|
};
|
575
601
|
export type IIoRestorecommerceProductVirtualVariant = {
|
576
|
-
id?: InputMaybe<Scalars['String']>;
|
577
|
-
name?: InputMaybe<Scalars['String']>;
|
578
|
-
description?: InputMaybe<Scalars['String']>;
|
579
|
-
stockLevel?: InputMaybe<Scalars['Int']>;
|
580
|
-
price?: InputMaybe<Scalars['Float']>;
|
581
|
-
sale?: InputMaybe<Scalars['Boolean']>;
|
582
|
-
salePrice?: InputMaybe<Scalars['Float']>;
|
602
|
+
id?: InputMaybe<Scalars['String']['input']>;
|
603
|
+
name?: InputMaybe<Scalars['String']['input']>;
|
604
|
+
description?: InputMaybe<Scalars['String']['input']>;
|
605
|
+
stockLevel?: InputMaybe<Scalars['Int']['input']>;
|
606
|
+
price?: InputMaybe<Scalars['Float']['input']>;
|
607
|
+
sale?: InputMaybe<Scalars['Boolean']['input']>;
|
608
|
+
salePrice?: InputMaybe<Scalars['Float']['input']>;
|
583
609
|
images?: InputMaybe<Array<IIoRestorecommerceImageImage>>;
|
584
610
|
files?: InputMaybe<Array<IIoRestorecommerceFileFile>>;
|
585
|
-
stockKeepingUnit?: InputMaybe<Scalars['String']>;
|
586
|
-
templateVariant?: InputMaybe<Scalars['String']>;
|
611
|
+
stockKeepingUnit?: InputMaybe<Scalars['String']['input']>;
|
612
|
+
templateVariant?: InputMaybe<Scalars['String']['input']>;
|
587
613
|
attributes?: InputMaybe<Array<IIoRestorecommerceAttributeAttribute>>;
|
588
614
|
};
|
589
615
|
export type IIoRestorecommerceProductBundle = {
|
590
|
-
name?: InputMaybe<Scalars['String']>;
|
591
|
-
description?: InputMaybe<Scalars['String']>;
|
616
|
+
name?: InputMaybe<Scalars['String']['input']>;
|
617
|
+
description?: InputMaybe<Scalars['String']['input']>;
|
592
618
|
images?: InputMaybe<Array<IIoRestorecommerceImageImage>>;
|
593
619
|
products?: InputMaybe<Array<IIoRestorecommerceProductBundleProduct>>;
|
594
|
-
price?: InputMaybe<Scalars['Float']>;
|
620
|
+
price?: InputMaybe<Scalars['Float']['input']>;
|
595
621
|
prePackaged?: InputMaybe<IIoRestorecommerceProductPackage>;
|
596
622
|
};
|
597
623
|
export type IIoRestorecommerceProductBundleProduct = {
|
598
|
-
productId?: InputMaybe<Scalars['String']>;
|
599
|
-
variantId?: InputMaybe<Scalars['String']>;
|
600
|
-
quantity?: InputMaybe<Scalars['Int']>;
|
601
|
-
taxRatio?: InputMaybe<Scalars['Float']>;
|
624
|
+
productId?: InputMaybe<Scalars['String']['input']>;
|
625
|
+
variantId?: InputMaybe<Scalars['String']['input']>;
|
626
|
+
quantity?: InputMaybe<Scalars['Int']['input']>;
|
627
|
+
taxRatio?: InputMaybe<Scalars['Float']['input']>;
|
602
628
|
};
|
603
629
|
export type IIoRestorecommerceProductAssociation = {
|
604
|
-
productId?: InputMaybe<Scalars['String']>;
|
630
|
+
productId?: InputMaybe<Scalars['String']['input']>;
|
605
631
|
type?: InputMaybe<IoRestorecommerceProductAssociationType>;
|
606
|
-
tags?: InputMaybe<Array<Scalars['String']>>;
|
632
|
+
tags?: InputMaybe<Array<Scalars['String']['input']>>;
|
607
633
|
data?: InputMaybe<IGoogleProtobufAny>;
|
608
634
|
};
|
609
635
|
export declare enum ModeType {
|
@@ -621,12 +647,12 @@ export type IoRestorecommerceResourcebaseDeleteResponse = {
|
|
621
647
|
operationStatus?: Maybe<IoRestorecommerceStatusOperationStatus>;
|
622
648
|
};
|
623
649
|
export type IIoRestorecommerceResourcebaseDeleteRequest = {
|
624
|
-
collection?: InputMaybe<Scalars['Boolean']>;
|
625
|
-
ids?: InputMaybe<Array<Scalars['String']>>;
|
626
|
-
views?: InputMaybe<Array<Scalars['String']>>;
|
627
|
-
analyzers?: InputMaybe<Array<Scalars['String']>>;
|
650
|
+
collection?: InputMaybe<Scalars['Boolean']['input']>;
|
651
|
+
ids?: InputMaybe<Array<Scalars['String']['input']>>;
|
652
|
+
views?: InputMaybe<Array<Scalars['String']['input']>>;
|
653
|
+
analyzers?: InputMaybe<Array<Scalars['String']['input']>>;
|
628
654
|
/** target scope */
|
629
|
-
scope?: InputMaybe<Scalars['String']>;
|
655
|
+
scope?: InputMaybe<Scalars['String']['input']>;
|
630
656
|
};
|
631
657
|
export type CatalogProductPrototypeMutation = {
|
632
658
|
__typename?: 'CatalogProductPrototypeMutation';
|
@@ -641,18 +667,18 @@ export type CatalogProductPrototypeMutationDeleteArgs = {
|
|
641
667
|
};
|
642
668
|
export type IIoRestorecommerceProductPrototypeProductPrototypeList = {
|
643
669
|
items?: InputMaybe<Array<IIoRestorecommerceProductPrototypeProductPrototype>>;
|
644
|
-
totalCount?: InputMaybe<Scalars['Int']>;
|
670
|
+
totalCount?: InputMaybe<Scalars['Int']['input']>;
|
645
671
|
mode?: InputMaybe<ModeType>;
|
646
672
|
/** target scope */
|
647
|
-
scope?: InputMaybe<Scalars['String']>;
|
673
|
+
scope?: InputMaybe<Scalars['String']['input']>;
|
648
674
|
};
|
649
675
|
export type IIoRestorecommerceProductPrototypeProductPrototype = {
|
650
|
-
id?: InputMaybe<Scalars['String']>;
|
676
|
+
id?: InputMaybe<Scalars['String']['input']>;
|
651
677
|
meta?: InputMaybe<IIoRestorecommerceMetaMeta>;
|
652
|
-
name?: InputMaybe<Scalars['String']>;
|
653
|
-
version?: InputMaybe<Scalars['String']>;
|
654
|
-
description?: InputMaybe<Scalars['String']>;
|
655
|
-
categoryId?: InputMaybe<Scalars['String']>;
|
678
|
+
name?: InputMaybe<Scalars['String']['input']>;
|
679
|
+
version?: InputMaybe<Scalars['String']['input']>;
|
680
|
+
description?: InputMaybe<Scalars['String']['input']>;
|
681
|
+
categoryId?: InputMaybe<Scalars['String']['input']>;
|
656
682
|
};
|
657
683
|
export type CatalogProductCategoryMutation = {
|
658
684
|
__typename?: 'CatalogProductCategoryMutation';
|
@@ -667,22 +693,22 @@ export type CatalogProductCategoryMutationDeleteArgs = {
|
|
667
693
|
};
|
668
694
|
export type IIoRestorecommerceProductCategoryProductCategoryList = {
|
669
695
|
items?: InputMaybe<Array<IIoRestorecommerceProductCategoryProductCategory>>;
|
670
|
-
totalCount?: InputMaybe<Scalars['Int']>;
|
696
|
+
totalCount?: InputMaybe<Scalars['Int']['input']>;
|
671
697
|
mode?: InputMaybe<ModeType>;
|
672
698
|
/** target scope */
|
673
|
-
scope?: InputMaybe<Scalars['String']>;
|
699
|
+
scope?: InputMaybe<Scalars['String']['input']>;
|
674
700
|
};
|
675
701
|
export type IIoRestorecommerceProductCategoryProductCategory = {
|
676
|
-
id?: InputMaybe<Scalars['String']>;
|
702
|
+
id?: InputMaybe<Scalars['String']['input']>;
|
677
703
|
meta?: InputMaybe<IIoRestorecommerceMetaMeta>;
|
678
|
-
name?: InputMaybe<Scalars['String']>;
|
679
|
-
description?: InputMaybe<Scalars['String']>;
|
680
|
-
priceGroupId?: InputMaybe<Scalars['String']>;
|
704
|
+
name?: InputMaybe<Scalars['String']['input']>;
|
705
|
+
description?: InputMaybe<Scalars['String']['input']>;
|
706
|
+
priceGroupId?: InputMaybe<Scalars['String']['input']>;
|
681
707
|
image?: InputMaybe<IIoRestorecommerceImageImage>;
|
682
708
|
parent?: InputMaybe<IIoRestorecommerceProductCategoryParent>;
|
683
709
|
};
|
684
710
|
export type IIoRestorecommerceProductCategoryParent = {
|
685
|
-
parentId?: InputMaybe<Scalars['String']>;
|
711
|
+
parentId?: InputMaybe<Scalars['String']['input']>;
|
686
712
|
};
|
687
713
|
export type CatalogPriceGroupMutation = {
|
688
714
|
__typename?: 'CatalogPriceGroupMutation';
|
@@ -697,16 +723,16 @@ export type CatalogPriceGroupMutationDeleteArgs = {
|
|
697
723
|
};
|
698
724
|
export type IIoRestorecommercePriceGroupPriceGroupList = {
|
699
725
|
items?: InputMaybe<Array<IIoRestorecommercePriceGroupPriceGroup>>;
|
700
|
-
totalCount?: InputMaybe<Scalars['Int']>;
|
726
|
+
totalCount?: InputMaybe<Scalars['Int']['input']>;
|
701
727
|
mode?: InputMaybe<ModeType>;
|
702
728
|
/** target scope */
|
703
|
-
scope?: InputMaybe<Scalars['String']>;
|
729
|
+
scope?: InputMaybe<Scalars['String']['input']>;
|
704
730
|
};
|
705
731
|
export type IIoRestorecommercePriceGroupPriceGroup = {
|
706
|
-
id?: InputMaybe<Scalars['String']>;
|
732
|
+
id?: InputMaybe<Scalars['String']['input']>;
|
707
733
|
meta?: InputMaybe<IIoRestorecommerceMetaMeta>;
|
708
|
-
name?: InputMaybe<Scalars['String']>;
|
709
|
-
description?: InputMaybe<Scalars['String']>;
|
734
|
+
name?: InputMaybe<Scalars['String']['input']>;
|
735
|
+
description?: InputMaybe<Scalars['String']['input']>;
|
710
736
|
};
|
711
737
|
export type CatalogManufacturerMutation = {
|
712
738
|
__typename?: 'CatalogManufacturerMutation';
|
@@ -721,16 +747,16 @@ export type CatalogManufacturerMutationDeleteArgs = {
|
|
721
747
|
};
|
722
748
|
export type IIoRestorecommerceManufacturerManufacturerList = {
|
723
749
|
items?: InputMaybe<Array<IIoRestorecommerceManufacturerManufacturer>>;
|
724
|
-
totalCount?: InputMaybe<Scalars['Int']>;
|
750
|
+
totalCount?: InputMaybe<Scalars['Int']['input']>;
|
725
751
|
mode?: InputMaybe<ModeType>;
|
726
752
|
/** target scope */
|
727
|
-
scope?: InputMaybe<Scalars['String']>;
|
753
|
+
scope?: InputMaybe<Scalars['String']['input']>;
|
728
754
|
};
|
729
755
|
export type IIoRestorecommerceManufacturerManufacturer = {
|
730
|
-
id?: InputMaybe<Scalars['String']>;
|
756
|
+
id?: InputMaybe<Scalars['String']['input']>;
|
731
757
|
meta?: InputMaybe<IIoRestorecommerceMetaMeta>;
|
732
|
-
name?: InputMaybe<Scalars['String']>;
|
733
|
-
description?: InputMaybe<Scalars['String']>;
|
758
|
+
name?: InputMaybe<Scalars['String']['input']>;
|
759
|
+
description?: InputMaybe<Scalars['String']['input']>;
|
734
760
|
};
|
735
761
|
export type Subscription = {
|
736
762
|
__typename?: 'Subscription';
|
@@ -745,7 +771,7 @@ export type SubscriptionCatalogProductsArgs = {
|
|
745
771
|
};
|
746
772
|
export type SubscriptionOutput = {
|
747
773
|
__typename?: 'SubscriptionOutput';
|
748
|
-
id?: Maybe<Scalars['String']>;
|
774
|
+
id?: Maybe<Scalars['String']['output']>;
|
749
775
|
};
|
750
776
|
export declare enum SubscriptionAction {
|
751
777
|
Created = "CREATED",
|
@@ -789,9 +815,9 @@ export type ResolversTypes = ResolversObject<{
|
|
789
815
|
IoRestorecommerceProductProductListResponse: ResolverTypeWrapper<IoRestorecommerceProductProductListResponse>;
|
790
816
|
IoRestorecommerceProductProductResponse: ResolverTypeWrapper<IoRestorecommerceProductProductResponse>;
|
791
817
|
IoRestorecommerceProductProduct: ResolverTypeWrapper<IoRestorecommerceProductProduct>;
|
792
|
-
String: ResolverTypeWrapper<Scalars['String']>;
|
818
|
+
String: ResolverTypeWrapper<Scalars['String']['output']>;
|
793
819
|
IoRestorecommerceMetaMeta: ResolverTypeWrapper<IoRestorecommerceMetaMeta>;
|
794
|
-
Float: ResolverTypeWrapper<Scalars['Float']>;
|
820
|
+
Float: ResolverTypeWrapper<Scalars['Float']['output']>;
|
795
821
|
IoRestorecommerceAttributeAttribute: ResolverTypeWrapper<IoRestorecommerceAttributeAttribute>;
|
796
822
|
IoRestorecommerceAttributeAttributeObj: ResolverTypeWrapper<IoRestorecommerceAttributeAttributeObj>;
|
797
823
|
IoRestorecommerceProductIndividualProduct: ResolverTypeWrapper<IoRestorecommerceProductIndividualProduct>;
|
@@ -800,11 +826,11 @@ export type ResolversTypes = ResolversObject<{
|
|
800
826
|
IoRestorecommerceProductCategoryProductCategory: ResolverTypeWrapper<IoRestorecommerceProductCategoryProductCategory>;
|
801
827
|
IoRestorecommercePriceGroupPriceGroup: ResolverTypeWrapper<IoRestorecommercePriceGroupPriceGroup>;
|
802
828
|
IoRestorecommerceImageImage: ResolverTypeWrapper<IoRestorecommerceImageImage>;
|
803
|
-
Int: ResolverTypeWrapper<Scalars['Int']>;
|
829
|
+
Int: ResolverTypeWrapper<Scalars['Int']['output']>;
|
804
830
|
IoRestorecommerceProductCategoryParent: ResolverTypeWrapper<IoRestorecommerceProductCategoryParent>;
|
805
831
|
IoRestorecommerceProductPhysicalProduct: ResolverTypeWrapper<IoRestorecommerceProductPhysicalProduct>;
|
806
832
|
IoRestorecommerceProductPhysicalVariant: ResolverTypeWrapper<IoRestorecommerceProductPhysicalVariant>;
|
807
|
-
Boolean: ResolverTypeWrapper<Scalars['Boolean']>;
|
833
|
+
Boolean: ResolverTypeWrapper<Scalars['Boolean']['output']>;
|
808
834
|
IoRestorecommerceFileFile: ResolverTypeWrapper<IoRestorecommerceFileFile>;
|
809
835
|
IoRestorecommerceProductPackage: ResolverTypeWrapper<IoRestorecommerceProductPackage>;
|
810
836
|
IoRestorecommerceGeometryBoundingBox3D: ResolverTypeWrapper<IoRestorecommerceGeometryBoundingBox3D>;
|
@@ -815,7 +841,7 @@ export type ResolversTypes = ResolversObject<{
|
|
815
841
|
IoRestorecommerceProductAssociation: ResolverTypeWrapper<IoRestorecommerceProductAssociation>;
|
816
842
|
IoRestorecommerceProductAssociationType: IoRestorecommerceProductAssociationType;
|
817
843
|
GoogleProtobufAny: ResolverTypeWrapper<GoogleProtobufAny>;
|
818
|
-
GoogleProtobufAnyValue: ResolverTypeWrapper<Scalars['GoogleProtobufAnyValue']>;
|
844
|
+
GoogleProtobufAnyValue: ResolverTypeWrapper<Scalars['GoogleProtobufAnyValue']['output']>;
|
819
845
|
IoRestorecommerceStatusStatus: ResolverTypeWrapper<IoRestorecommerceStatusStatus>;
|
820
846
|
IoRestorecommerceStatusOperationStatus: ResolverTypeWrapper<IoRestorecommerceStatusOperationStatus>;
|
821
847
|
IIoRestorecommerceResourcebaseReadRequest: IIoRestorecommerceResourcebaseReadRequest;
|
@@ -900,9 +926,9 @@ export type ResolversParentTypes = ResolversObject<{
|
|
900
926
|
IoRestorecommerceProductProductListResponse: IoRestorecommerceProductProductListResponse;
|
901
927
|
IoRestorecommerceProductProductResponse: IoRestorecommerceProductProductResponse;
|
902
928
|
IoRestorecommerceProductProduct: IoRestorecommerceProductProduct;
|
903
|
-
String: Scalars['String'];
|
929
|
+
String: Scalars['String']['output'];
|
904
930
|
IoRestorecommerceMetaMeta: IoRestorecommerceMetaMeta;
|
905
|
-
Float: Scalars['Float'];
|
931
|
+
Float: Scalars['Float']['output'];
|
906
932
|
IoRestorecommerceAttributeAttribute: IoRestorecommerceAttributeAttribute;
|
907
933
|
IoRestorecommerceAttributeAttributeObj: IoRestorecommerceAttributeAttributeObj;
|
908
934
|
IoRestorecommerceProductIndividualProduct: IoRestorecommerceProductIndividualProduct;
|
@@ -911,11 +937,11 @@ export type ResolversParentTypes = ResolversObject<{
|
|
911
937
|
IoRestorecommerceProductCategoryProductCategory: IoRestorecommerceProductCategoryProductCategory;
|
912
938
|
IoRestorecommercePriceGroupPriceGroup: IoRestorecommercePriceGroupPriceGroup;
|
913
939
|
IoRestorecommerceImageImage: IoRestorecommerceImageImage;
|
914
|
-
Int: Scalars['Int'];
|
940
|
+
Int: Scalars['Int']['output'];
|
915
941
|
IoRestorecommerceProductCategoryParent: IoRestorecommerceProductCategoryParent;
|
916
942
|
IoRestorecommerceProductPhysicalProduct: IoRestorecommerceProductPhysicalProduct;
|
917
943
|
IoRestorecommerceProductPhysicalVariant: IoRestorecommerceProductPhysicalVariant;
|
918
|
-
Boolean: Scalars['Boolean'];
|
944
|
+
Boolean: Scalars['Boolean']['output'];
|
919
945
|
IoRestorecommerceFileFile: IoRestorecommerceFileFile;
|
920
946
|
IoRestorecommerceProductPackage: IoRestorecommerceProductPackage;
|
921
947
|
IoRestorecommerceGeometryBoundingBox3D: IoRestorecommerceGeometryBoundingBox3D;
|
@@ -925,7 +951,7 @@ export type ResolversParentTypes = ResolversObject<{
|
|
925
951
|
IoRestorecommerceProductBundleProduct: IoRestorecommerceProductBundleProduct;
|
926
952
|
IoRestorecommerceProductAssociation: IoRestorecommerceProductAssociation;
|
927
953
|
GoogleProtobufAny: GoogleProtobufAny;
|
928
|
-
GoogleProtobufAnyValue: Scalars['GoogleProtobufAnyValue'];
|
954
|
+
GoogleProtobufAnyValue: Scalars['GoogleProtobufAnyValue']['output'];
|
929
955
|
IoRestorecommerceStatusStatus: IoRestorecommerceStatusStatus;
|
930
956
|
IoRestorecommerceStatusOperationStatus: IoRestorecommerceStatusOperationStatus;
|
931
957
|
IIoRestorecommerceResourcebaseReadRequest: IIoRestorecommerceResourcebaseReadRequest;
|