Alokai

AttributeValue

type AttributeValue = AttributeValueInterface & {
  __typename?: 'AttributeValue'; /** The attribute code. */
  code: Scalars['ID']['output']; /** The attribute value. */
  value: Scalars['String']['output'];
};

Referenced Types

On this page