ProductAssignment
BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#beta-features
type ProductAssignment = {
__typename?: 'ProductAssignment';
productRef: Reference;
product?: Maybe<Product>;
productSelectionRef: Reference;
productSelection?: Maybe<ProductSelection>;
};