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