Skip to main content

UpdateUserProfileInput

No description

input UpdateUserProfileInput {
aiAssistantOptedIn: Boolean
birthday: Date
collaboratesOnFinances: Boolean
collaboratesOnFinancesDetailed: String
completedYearlyReview: Boolean
dismissedFinancialProfileBannerForMemberIds: [ID]
dismissedFlexBudgetingWalkthroughAt: DateTime
dismissedOwnershipWalkthroughAt: DateTime
dismissedRecurringWalkthroughAt: DateTime
dismissedReportsSavedViewsWalkthroughAt: DateTime
dismissedRetailSyncBanner: Boolean
dismissedRetailSyncTargetBannerAt: DateTime
dismissedSpendingInsightsBanner: Boolean
dismissedTransactionsListUpdatesTourAt: DateTime
dismissedTransferAccountDataWalkthroughAt: DateTime
dismissedYearlyReview: Boolean
displayOwnershipOnTransactionsList: Boolean
finishedOwnershipSetupAt: DateTime
hasDismissedWhatsNewAt: DateTime
hasHiddenReferralProgramPrompts: Boolean
hasSeenCategoriesManagementTour: Boolean
hasSeenGoalsFeatureTour: Boolean
hasSeenWeeklyReviewTour: Boolean
shouldPromptTransactionRuleCreation: Boolean
skippedPremiumUpsell: Boolean
userReportedAttributionChannels: [String]
viewedMarkAsReviewedUpdatesCalloutAt: DateTime
}

Fields

UpdateUserProfileInput.aiAssistantOptedIn ● Boolean scalar

UpdateUserProfileInput.birthday ● Date scalar

UpdateUserProfileInput.collaboratesOnFinances ● Boolean scalar

UpdateUserProfileInput.collaboratesOnFinancesDetailed ● String scalar

UpdateUserProfileInput.completedYearlyReview ● Boolean scalar

UpdateUserProfileInput.dismissedFinancialProfileBannerForMemberIds ● [ID] list scalar

UpdateUserProfileInput.dismissedFlexBudgetingWalkthroughAt ● DateTime scalar

UpdateUserProfileInput.dismissedOwnershipWalkthroughAt ● DateTime scalar

UpdateUserProfileInput.dismissedRecurringWalkthroughAt ● DateTime scalar

UpdateUserProfileInput.dismissedReportsSavedViewsWalkthroughAt ● DateTime scalar

UpdateUserProfileInput.dismissedRetailSyncBanner ● Boolean scalar

UpdateUserProfileInput.dismissedRetailSyncTargetBannerAt ● DateTime scalar

UpdateUserProfileInput.dismissedSpendingInsightsBanner ● Boolean scalar

UpdateUserProfileInput.dismissedTransactionsListUpdatesTourAt ● DateTime scalar

UpdateUserProfileInput.dismissedTransferAccountDataWalkthroughAt ● DateTime scalar

UpdateUserProfileInput.dismissedYearlyReview ● Boolean scalar

UpdateUserProfileInput.displayOwnershipOnTransactionsList ● Boolean scalar

UpdateUserProfileInput.finishedOwnershipSetupAt ● DateTime scalar

UpdateUserProfileInput.hasDismissedWhatsNewAt ● DateTime scalar

UpdateUserProfileInput.hasHiddenReferralProgramPrompts ● Boolean scalar

UpdateUserProfileInput.hasSeenCategoriesManagementTour ● Boolean scalar

UpdateUserProfileInput.hasSeenGoalsFeatureTour ● Boolean scalar

UpdateUserProfileInput.hasSeenWeeklyReviewTour ● Boolean scalar

UpdateUserProfileInput.shouldPromptTransactionRuleCreation ● Boolean scalar

UpdateUserProfileInput.skippedPremiumUpsell ● Boolean scalar

UpdateUserProfileInput.userReportedAttributionChannels ● [String] list scalar

UpdateUserProfileInput.viewedMarkAsReviewedUpdatesCalloutAt ● DateTime scalar

Member Of

updateUserProfile mutation