Alokai

CustomAttributeMetadata

Defines an array of custom attributes.

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

Referenced Types

On this page