AssignCompareListToCustomerOutput
Contains the results of the request to assign a compare list.
type AssignCompareListToCustomerOutput = {
__typename?: 'AssignCompareListToCustomerOutput'; /** The contents of the customer's compare list. */
compare_list?: Maybe<CompareList>; /** Indicates whether the compare list was successfully assigned to the customer. */
result: Scalars['Boolean']['output'];
};