AttributeInput
Defines the attribute characteristics to search for the attribute_code and entity_type to search.
type AttributeInput = {
attribute_code?: InputMaybe<Scalars['String']['input']>; /** The type of entity that defines the attribute. */
entity_type?: InputMaybe<Scalars['String']['input']>;
};