UserSettingsInput: {
    detailedAlertHistoryEnabled?: InputMaybe<Scalars["Boolean"]["input"]>;
    ftuStage?: InputMaybe<Scalars["Int"]["input"]>;
    pointsState?: InputMaybe<PointsEligibilityState>;
    userHasChatEnabled?: InputMaybe<Scalars["Boolean"]["input"]>;
}

Object used to update user settings. Only specified fields will be updated

Type declaration