|
|
@@ -5287,19 +5287,6 @@ export type GetFacetValuesQuery = {
|
|
|
};
|
|
|
};
|
|
|
|
|
|
-export type GetCollectionsQueryVariables = Exact<{ [key: string]: never }>;
|
|
|
-
|
|
|
-export type GetCollectionsQuery = {
|
|
|
- collections: {
|
|
|
- items: Array<{
|
|
|
- id: string;
|
|
|
- name: string;
|
|
|
- position: number;
|
|
|
- parent?: { id: string; name: string } | null;
|
|
|
- }>;
|
|
|
- };
|
|
|
-};
|
|
|
-
|
|
|
export type GetCollectionProductsQueryVariables = Exact<{
|
|
|
id: Scalars['ID'];
|
|
|
}>;
|
|
|
@@ -8066,6 +8053,19 @@ export type GetShippingMethodListQuery = {
|
|
|
};
|
|
|
};
|
|
|
|
|
|
+export type GetCollectionsQueryVariables = Exact<{ [key: string]: never }>;
|
|
|
+
|
|
|
+export type GetCollectionsQuery = {
|
|
|
+ collections: {
|
|
|
+ items: Array<{
|
|
|
+ id: string;
|
|
|
+ name: string;
|
|
|
+ position: number;
|
|
|
+ parent?: { id: string; name: string } | null;
|
|
|
+ }>;
|
|
|
+ };
|
|
|
+};
|
|
|
+
|
|
|
export type CancelJobMutationVariables = Exact<{
|
|
|
id: Scalars['ID'];
|
|
|
}>;
|