diff --git a/packages/core/@generated/graphql.ts b/packages/core/@generated/graphql.ts index ff078f9864..df337bd3fe 100644 --- a/packages/core/@generated/graphql.ts +++ b/packages/core/@generated/graphql.ts @@ -629,18 +629,6 @@ export type StoreAggregateRating = { reviewCount: Scalars['Int']['output'] } -/** Attribute of a given product. */ -export type StoreAttribute = { - /** Attribute id. */ - id: Scalars['String']['output'] - /** Attribute name. */ - name: Scalars['String']['output'] - /** Attribute value. */ - value: Scalars['String']['output'] - /** Attribute visibility. */ - visible: Scalars['Boolean']['output'] -} - /** information about the author of a product review or rating. */ export type StoreAuthor = { /** Author name. */