You are reading the documentation for SDK v2, which is no longer the latest version. Switch to current
ProductReferenceIdentifier
export type ProductReferenceIdentifier = {
__typename?: 'ProductReferenceIdentifier';
typeId: Scalars['String'];
id?: Maybe<Scalars['String']>;
key?: Maybe<Scalars['String']>;
};