CustomAttributeMetadata
Defines an array of custom attributes.
type CustomAttributeMetadata = {
__typename?: 'CustomAttributeMetadata'; /** An array of attributes. */
items?: Maybe<Array<Maybe<Attribute>>>;
};Defines an array of custom attributes.
type CustomAttributeMetadata = {
__typename?: 'CustomAttributeMetadata'; /** An array of attributes. */
items?: Maybe<Array<Maybe<Attribute>>>;
};