Alokai
You are reading the documentation for SDK v2, which is no longer the latest version. Switch to current

RawProductAttribute

export type RawProductAttribute = {
    __typename?: 'RawProductAttribute';
    name: Scalars['String'];
    value: Scalars['Json'];
    attributeDefinition?: Maybe<AttributeDefinition>;
};

Referenced Types

On this page