SelectionOfProduct
type SelectionOfProduct = {
__typename?: 'SelectionOfProduct';
productSelectionRef: Reference;
productSelection?: Maybe<ProductSelection>;
createdAt: Scalars['DateTime'];
};type SelectionOfProduct = {
__typename?: 'SelectionOfProduct';
productSelectionRef: Reference;
productSelection?: Maybe<ProductSelection>;
createdAt: Scalars['DateTime'];
};