AttributesMetadataOutput
Metadata of EAV attributes.
type AttributesMetadataOutput = {
__typename?: 'AttributesMetadataOutput'; /** Errors of retrieving certain attributes metadata. */
errors: Array<Maybe<AttributeMetadataError>>; /** Requested attributes metadata. */
items: Array<Maybe<CustomAttributeMetadataInterface>>;
};