Alokai

SelectionOfProduct

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

Referenced Types

On this page