You are reading the documentation for SDK v2, which is no longer the latest version. Switch to current
ProductAssignment
BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#beta-features
export type ProductAssignment = {
__typename?: 'ProductAssignment';
productRef: Reference;
product?: Maybe<Product>;
productSelectionRef: Reference;
productSelection?: Maybe<ProductSelection>;
};