|
|
@@ -1,5 +1,5 @@
|
|
|
// tslint:disable
|
|
|
-// Generated in 2019-03-06T21:22:26+01:00
|
|
|
+// Generated in 2019-03-07T10:54:03+01:00
|
|
|
export type Maybe<T> = T | null;
|
|
|
|
|
|
|
|
|
@@ -186,6 +186,8 @@ export interface ProductVariantSortParameter {
|
|
|
|
|
|
id?: Maybe<SortOrder>;
|
|
|
|
|
|
+ productId?: Maybe<SortOrder>;
|
|
|
+
|
|
|
createdAt?: Maybe<SortOrder>;
|
|
|
|
|
|
updatedAt?: Maybe<SortOrder>;
|
|
|
@@ -2640,119 +2642,6 @@ export namespace CreateAssets {
|
|
|
export type CreateAssets = Asset.Fragment
|
|
|
}
|
|
|
|
|
|
-export namespace GetCollectionFilters {
|
|
|
- export type Variables = {
|
|
|
- }
|
|
|
-
|
|
|
- export type Query = {
|
|
|
- __typename?: "Query";
|
|
|
-
|
|
|
- collectionFilters: CollectionFilters[];
|
|
|
- }
|
|
|
-
|
|
|
- export type CollectionFilters = ConfigurableOperation.Fragment
|
|
|
-}
|
|
|
-
|
|
|
-export namespace GetCollectionList {
|
|
|
- export type Variables = {
|
|
|
- options?: Maybe<CollectionListOptions>;
|
|
|
- languageCode?: Maybe<LanguageCode>;
|
|
|
- }
|
|
|
-
|
|
|
- export type Query = {
|
|
|
- __typename?: "Query";
|
|
|
-
|
|
|
- collections: Collections;
|
|
|
- }
|
|
|
-
|
|
|
- export type Collections = {
|
|
|
- __typename?: "CollectionList";
|
|
|
-
|
|
|
- items: Items[];
|
|
|
-
|
|
|
- totalItems: number;
|
|
|
- }
|
|
|
-
|
|
|
- export type Items = {
|
|
|
- __typename?: "Collection";
|
|
|
-
|
|
|
- id: string;
|
|
|
-
|
|
|
- name: string;
|
|
|
-
|
|
|
- description: string;
|
|
|
-
|
|
|
- featuredAsset: Maybe<FeaturedAsset>;
|
|
|
-
|
|
|
- parent: Parent;
|
|
|
- }
|
|
|
-
|
|
|
- export type FeaturedAsset = Asset.Fragment
|
|
|
-
|
|
|
- export type Parent = {
|
|
|
- __typename?: "Collection";
|
|
|
-
|
|
|
- id: string;
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
-export namespace GetCollection {
|
|
|
- export type Variables = {
|
|
|
- id: string;
|
|
|
- languageCode?: Maybe<LanguageCode>;
|
|
|
- }
|
|
|
-
|
|
|
- export type Query = {
|
|
|
- __typename?: "Query";
|
|
|
-
|
|
|
- collection: Maybe<Collection>;
|
|
|
- }
|
|
|
-
|
|
|
- export type Collection = Collection.Fragment
|
|
|
-}
|
|
|
-
|
|
|
-export namespace CreateCollection {
|
|
|
- export type Variables = {
|
|
|
- input: CreateCollectionInput;
|
|
|
- }
|
|
|
-
|
|
|
- export type Mutation = {
|
|
|
- __typename?: "Mutation";
|
|
|
-
|
|
|
- createCollection: CreateCollection;
|
|
|
- }
|
|
|
-
|
|
|
- export type CreateCollection = Collection.Fragment
|
|
|
-}
|
|
|
-
|
|
|
-export namespace UpdateCollection {
|
|
|
- export type Variables = {
|
|
|
- input: UpdateCollectionInput;
|
|
|
- }
|
|
|
-
|
|
|
- export type Mutation = {
|
|
|
- __typename?: "Mutation";
|
|
|
-
|
|
|
- updateCollection: UpdateCollection;
|
|
|
- }
|
|
|
-
|
|
|
- export type UpdateCollection = Collection.Fragment
|
|
|
-}
|
|
|
-
|
|
|
-export namespace MoveCollection {
|
|
|
- export type Variables = {
|
|
|
- input: MoveCollectionInput;
|
|
|
- }
|
|
|
-
|
|
|
- export type Mutation = {
|
|
|
- __typename?: "Mutation";
|
|
|
-
|
|
|
- moveCollection: MoveCollection;
|
|
|
- }
|
|
|
-
|
|
|
- export type MoveCollection = Collection.Fragment
|
|
|
-}
|
|
|
-
|
|
|
export namespace SearchProducts {
|
|
|
export type Variables = {
|
|
|
input: SearchInput;
|
|
|
@@ -4136,66 +4025,6 @@ export namespace ProductOptionGroup {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-export namespace Collection {
|
|
|
- export type Fragment = {
|
|
|
- __typename?: "Collection";
|
|
|
-
|
|
|
- id: string;
|
|
|
-
|
|
|
- name: string;
|
|
|
-
|
|
|
- description: string;
|
|
|
-
|
|
|
- languageCode: Maybe<LanguageCode>;
|
|
|
-
|
|
|
- featuredAsset: Maybe<FeaturedAsset>;
|
|
|
-
|
|
|
- assets: Assets[];
|
|
|
-
|
|
|
- filters: Filters[];
|
|
|
-
|
|
|
- translations: Translations[];
|
|
|
-
|
|
|
- parent: Parent;
|
|
|
-
|
|
|
- children: Maybe<Children[]>;
|
|
|
- }
|
|
|
-
|
|
|
- export type FeaturedAsset =Asset.Fragment
|
|
|
-
|
|
|
- export type Assets =Asset.Fragment
|
|
|
-
|
|
|
- export type Filters =ConfigurableOperation.Fragment
|
|
|
-
|
|
|
- export type Translations = {
|
|
|
- __typename?: "CollectionTranslation";
|
|
|
-
|
|
|
- id: string;
|
|
|
-
|
|
|
- languageCode: LanguageCode;
|
|
|
-
|
|
|
- name: string;
|
|
|
-
|
|
|
- description: string;
|
|
|
- }
|
|
|
-
|
|
|
- export type Parent = {
|
|
|
- __typename?: "Collection";
|
|
|
-
|
|
|
- id: string;
|
|
|
-
|
|
|
- name: string;
|
|
|
- }
|
|
|
-
|
|
|
- export type Children = {
|
|
|
- __typename?: "Collection";
|
|
|
-
|
|
|
- id: string;
|
|
|
-
|
|
|
- name: string;
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
export namespace ConfigurableOperation {
|
|
|
export type Fragment = {
|
|
|
__typename?: "ConfigurableOperation";
|
|
|
@@ -4829,6 +4658,8 @@ export interface ProductVariant extends Node {
|
|
|
|
|
|
id: string;
|
|
|
|
|
|
+ productId: string;
|
|
|
+
|
|
|
createdAt: DateTime;
|
|
|
|
|
|
updatedAt: DateTime;
|