You are reading the documentation for SDK v2, which is no longer the latest version. Switch to current
CustomerPasswordToken
export type CustomerPasswordToken = Versioned & {
__typename?: 'CustomerPasswordToken';
customerId: Scalars['String'];
expiresAt: Scalars['DateTime'];
value: Scalars['String'];
id: Scalars['String'];
version: Scalars['Long'];
createdAt: Scalars['DateTime'];
lastModifiedAt: Scalars['DateTime'];
createdBy?: Maybe<Initiator>;
lastModifiedBy?: Maybe<Initiator>;
};