Alokai

AttributesFormOutput

Metadata of EAV attributes associated to form

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

Referenced Types

On this page