@@ -12928,7 +12928,7 @@ export type ProductListQueryVariables = Exact<{
1292812928}>;
1292912929
1293012930
12931- export type ProductListQuery = { __typename: 'Query', products: { __typename: 'ProductCountableConnection', totalCount: number | null, edges: Array<{ __typename: 'ProductCountableEdge', node: { __typename: 'Product', updatedAt: any, created: any, description: any | null, id: string, name: string, assignedAttributes: Array<{ __typename: 'AssignedBooleanAttribute', booleanValue: boolean | null, attribute: { __typename: 'Attribute', id: string } } | { __typename: 'AssignedDateAttribute', dateValue: string | null, attribute: { __typename: 'Attribute', id: string } } | { __typename: 'AssignedDateTimeAttribute', dateTimeValue: any | null, attribute: { __typename: 'Attribute', id: string } } | { __typename: 'AssignedFileAttribute', attribute: { __typename: 'Attribute', id: string } } | { __typename: 'AssignedMultiCategoryReferenceAttribute', multiCategoryReferenceValue: Array<{ __typename: 'Category', name: string }>, attribute: { __typename: 'Attribute', id: string } } | { __typename: 'AssignedMultiChoiceAttribute', multiChoiceValue: Array<{ __typename: 'AssignedChoiceAttributeValue', name: string | null }>, attribute: { __typename: 'Attribute', id: string } } | { __typename: 'AssignedMultiCollectionReferenceAttribute', multiCollectionReferenceValue: Array<{ __typename: 'Collection', name: string }>, attribute: { __typename: 'Attribute', id: string } } | { __typename: 'AssignedMultiPageReferenceAttribute', multiPageReferenceValue: Array<{ __typename: 'Page', title: string }>, attribute: { __typename: 'Attribute', id: string } } | { __typename: 'AssignedMultiProductReferenceAttribute', multiProductReferenceValue: Array<{ __typename: 'Product', name: string }>, attribute: { __typename: 'Attribute', id: string } } | { __typename: 'AssignedMultiProductVariantReferenceAttribute', multiVariantReferenceValue: Array<{ __typename: 'ProductVariant', name: string }>, attribute: { __typename: 'Attribute', id: string } } | { __typename: 'AssignedNumericAttribute', numericValue: number | null, attribute: { __typename: 'Attribute', id: string } } | { __typename: 'AssignedPlainTextAttribute', plainTextValue: string | null, attribute: { __typename: 'Attribute', id: string } } | { __typename: 'AssignedSingleCategoryReferenceAttribute', categoryReferenceValue: { __typename: 'Category', name: string } | null, attribute: { __typename: 'Attribute', id: string } } | { __typename: 'AssignedSingleChoiceAttribute', singleChoiceValue: { __typename: 'AssignedChoiceAttributeValue', name: string | null } | null, attribute: { __typename: 'Attribute', id: string } } | { __typename: 'AssignedSingleCollectionReferenceAttribute', collectionReferenceValue: { __typename: 'Collection', name: string } | null, attribute: { __typename: 'Attribute', id: string } } | { __typename: 'AssignedSinglePageReferenceAttribute', pageReferenceValue: { __typename: 'Page', title: string } | null, attribute: { __typename: 'Attribute', id: string } } | { __typename: 'AssignedSingleProductReferenceAttribute', productReferenceValue: { __typename: 'Product', name: string } | null, attribute: { __typename: 'Attribute', id: string } } | { __typename: 'AssignedSingleProductVariantReferenceAttribute', variantReferenceValue: { __typename: 'ProductVariant', name: string } | null, attribute: { __typename: 'Attribute', id: string } } | { __typename: 'AssignedSwatchAttribute', swatchValue: { __typename: 'AssignedSwatchAttributeValue', name: string | null } | null, attribute: { __typename: 'Attribute', id: string } } | { __typename: 'AssignedTextAttribute', attribute: { __typename: 'Attribute', id: string } }>, thumbnail: { __typename: 'Image', url: string } | null, productType: { __typename: 'ProductType', id: string, name: string }, category?: { __typename: 'Category', id: string, name: string } | null, collections?: Array<{ __typename: 'Collection', id: string, name: string }> | null, channelListings: Array<{ __typename: 'ProductChannelListing', id: string, isPublished: boolean, publishedAt: any | null, pricing?: { __typename: 'ProductPricingInfo', priceRange: { __typename: 'TaxedMoneyRange', start: { __typename: 'TaxedMoney', net: { __typename: 'Money', amount: number, currency: string } } | null, stop: { __typename: 'TaxedMoney', net: { __typename: 'Money', amount: number, currency: string } } | null } | null } | null, channel: { __typename: 'Channel', id: string, name: string } }> | null } }>, pageInfo: { __typename: 'PageInfo', hasPreviousPage: boolean, hasNextPage: boolean, startCursor: string | null, endCursor: string | null } } | null };
12931+ export type ProductListQuery = { __typename: 'Query', products: { __typename: 'ProductCountableConnection', totalCount: number | null, edges: Array<{ __typename: 'ProductCountableEdge', node: { __typename: 'Product', updatedAt: any, created: any, description: any | null, id: string, name: string, thumbnail: { __typename: 'Image', url: string } | null, productType: { __typename: 'ProductType', id: string, name: string }, category?: { __typename: 'Category', id: string, name: string } | null, collections?: Array<{ __typename: 'Collection', id: string, name: string }> | null, channelListings: Array<{ __typename: 'ProductChannelListing', id: string, isPublished: boolean, publishedAt: any | null, pricing?: { __typename: 'ProductPricingInfo', priceRange: { __typename: 'TaxedMoneyRange', start: { __typename: 'TaxedMoney', net: { __typename: 'Money', amount: number, currency: string } } | null, stop: { __typename: 'TaxedMoney', net: { __typename: 'Money', amount: number, currency: string } } | null } | null } | null, channel: { __typename: 'Channel', id: string, name: string } }> | null } }>, pageInfo: { __typename: 'PageInfo', hasPreviousPage: boolean, hasNextPage: boolean, startCursor: string | null, endCursor: string | null } } | null };
1293212932
1293312933export type ProductCountQueryVariables = Exact<{
1293412934 filter?: InputMaybe<ProductFilterInput>;
@@ -13000,7 +13000,7 @@ export type GridAttributesQueryVariables = Exact<{
1300013000}>;
1300113001
1300213002
13003- export type GridAttributesQuery = { __typename: 'Query', availableAttributes: { __typename: 'AttributeCountableConnection', edges: Array<{ __typename: 'AttributeCountableEdge', node: { __typename: 'Attribute', id: string, name: string | null } }>, pageInfo: { __typename: 'PageInfo', endCursor: string | null, hasNextPage: boolean, hasPreviousPage: boolean, startCursor: string | null } } | null, selectedAttributes: { __typename: 'AttributeCountableConnection', edges: Array<{ __typename: 'AttributeCountableEdge', node: { __typename: 'Attribute', id: string, name: string | null } }> } | null };
13003+ export type GridAttributesQuery = { __typename: 'Query', availableAttributes: { __typename: 'AttributeCountableConnection', edges: Array<{ __typename: 'AttributeCountableEdge', node: { __typename: 'Attribute', id: string, name: string | null } }>, pageInfo: { __typename: 'PageInfo', endCursor: string | null, hasNextPage: boolean, hasPreviousPage: boolean, startCursor: string | null } } | null, selectedAttributes: { __typename: 'AttributeCountableConnection', edges: Array<{ __typename: 'AttributeCountableEdge', node: { __typename: 'Attribute', id: string, name: string | null, slug: string | null } }> } | null };
1300413004
1300513005export type AvailableColumnAttributesQueryVariables = Exact<{
1300613006 search: Scalars['String'];
@@ -13022,6 +13022,14 @@ export type GridWarehousesQueryVariables = Exact<{
1302213022
1302313023export type GridWarehousesQuery = { __typename: 'Query', availableWarehouses: { __typename: 'WarehouseCountableConnection', edges: Array<{ __typename: 'WarehouseCountableEdge', node: { __typename: 'Warehouse', id: string, name: string } }>, pageInfo: { __typename: 'PageInfo', endCursor: string | null, hasNextPage: boolean, hasPreviousPage: boolean, startCursor: string | null } } | null, selectedWarehouses: { __typename: 'WarehouseCountableConnection', edges: Array<{ __typename: 'WarehouseCountableEdge', node: { __typename: 'Warehouse', id: string, name: string } }> } | null };
1302413024
13025+ export type ProductListAttributeQueryVariables = Exact<{
13026+ ids: Array<Scalars['ID']> | Scalars['ID'];
13027+ slug: Scalars['String'];
13028+ }>;
13029+
13030+
13031+ export type ProductListAttributeQuery = { __typename: 'Query', products: { __typename: 'ProductCountableConnection', edges: Array<{ __typename: 'ProductCountableEdge', node: { __typename: 'Product', id: string, assignedAttribute: { __typename: 'AssignedBooleanAttribute', booleanValue: boolean | null, attribute: { __typename: 'Attribute', id: string } } | { __typename: 'AssignedDateAttribute', dateValue: string | null, attribute: { __typename: 'Attribute', id: string } } | { __typename: 'AssignedDateTimeAttribute', dateTimeValue: any | null, attribute: { __typename: 'Attribute', id: string } } | { __typename: 'AssignedFileAttribute', attribute: { __typename: 'Attribute', id: string } } | { __typename: 'AssignedMultiCategoryReferenceAttribute', multiCategoryReferenceValue: Array<{ __typename: 'Category', name: string }>, attribute: { __typename: 'Attribute', id: string } } | { __typename: 'AssignedMultiChoiceAttribute', multiChoiceValue: Array<{ __typename: 'AssignedChoiceAttributeValue', name: string | null }>, attribute: { __typename: 'Attribute', id: string } } | { __typename: 'AssignedMultiCollectionReferenceAttribute', multiCollectionReferenceValue: Array<{ __typename: 'Collection', name: string }>, attribute: { __typename: 'Attribute', id: string } } | { __typename: 'AssignedMultiPageReferenceAttribute', multiPageReferenceValue: Array<{ __typename: 'Page', title: string }>, attribute: { __typename: 'Attribute', id: string } } | { __typename: 'AssignedMultiProductReferenceAttribute', multiProductReferenceValue: Array<{ __typename: 'Product', name: string }>, attribute: { __typename: 'Attribute', id: string } } | { __typename: 'AssignedMultiProductVariantReferenceAttribute', multiVariantReferenceValue: Array<{ __typename: 'ProductVariant', name: string }>, attribute: { __typename: 'Attribute', id: string } } | { __typename: 'AssignedNumericAttribute', numericValue: number | null, attribute: { __typename: 'Attribute', id: string } } | { __typename: 'AssignedPlainTextAttribute', plainTextValue: string | null, attribute: { __typename: 'Attribute', id: string } } | { __typename: 'AssignedSingleCategoryReferenceAttribute', categoryReferenceValue: { __typename: 'Category', name: string } | null, attribute: { __typename: 'Attribute', id: string } } | { __typename: 'AssignedSingleChoiceAttribute', singleChoiceValue: { __typename: 'AssignedChoiceAttributeValue', name: string | null } | null, attribute: { __typename: 'Attribute', id: string } } | { __typename: 'AssignedSingleCollectionReferenceAttribute', collectionReferenceValue: { __typename: 'Collection', name: string } | null, attribute: { __typename: 'Attribute', id: string } } | { __typename: 'AssignedSinglePageReferenceAttribute', pageReferenceValue: { __typename: 'Page', title: string } | null, attribute: { __typename: 'Attribute', id: string } } | { __typename: 'AssignedSingleProductReferenceAttribute', productReferenceValue: { __typename: 'Product', name: string } | null, attribute: { __typename: 'Attribute', id: string } } | { __typename: 'AssignedSingleProductVariantReferenceAttribute', variantReferenceValue: { __typename: 'ProductVariant', name: string } | null, attribute: { __typename: 'Attribute', id: string } } | { __typename: 'AssignedSwatchAttribute', swatchValue: { __typename: 'AssignedSwatchAttributeValue', name: string | null } | null, attribute: { __typename: 'Attribute', id: string } } | { __typename: 'AssignedTextAttribute', attribute: { __typename: 'Attribute', id: string } } | null } }> } | null };
13032+
1302513033export type ChannelDiagnosticsQueryVariables = Exact<{ [key: string]: never; }>;
1302613034
1302713035
0 commit comments