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