UserProfile
No description
type UserProfile {
age: Int
aiAssistantOptedInAt: DateTime
birthday: String
collaboratesOnFinances: Boolean
collaboratesOnFinancesDetailed: String
dismissedFinancialProfileBannerForMemberIds: [ID]
dismissedFlexBudgetingWalkthroughAt: DateTime
dismissedOwnershipWalkthroughAt: DateTime
dismissedRecurringWalkthroughAt: DateTime
dismissedReportsSavedViewsWalkthroughAt: DateTime
dismissedRetailSyncBanner: Boolean
dismissedRetailSyncTargetBannerAt: DateTime
dismissedSpendingInsightsBanner: Boolean
dismissedTransactionsListUpdatesTourAt: DateTime
dismissedTransferAccountDataWalkthroughAt: DateTime
dismissedYearlyReviewAt: DateTime
displayOwnershipOnTransactionsList: Boolean
finishedOwnershipSetupAt: DateTime
hasDismissedWhatsNewAt: DateTime
hasHiddenReferralProgramPrompts: Boolean
hasSeenCategoriesManagementTour: Boolean!
hasSeenGoalsFeatureTour: Boolean!
hasSeenWeeklyReviewTour: Boolean!
id: ID!
lastRequestedAppStoreReviewAt: DateTime
shouldPromptTransactionRuleCreation: Boolean!
skippedPremiumUpsellAt: DateTime
userReportedAttributionChannels: [String]!
viewedMarkAsReviewedUpdatesCalloutAt: DateTime
}
Fields
UserProfile.age ● Int scalar
UserProfile.aiAssistantOptedInAt ● DateTime scalar
UserProfile.birthday ● String scalar
UserProfile.collaboratesOnFinances ● Boolean scalar
UserProfile.collaboratesOnFinancesDetailed ● String scalar
UserProfile.dismissedFinancialProfileBannerForMemberIds ● [ID] list scalar
UserProfile.dismissedFlexBudgetingWalkthroughAt ● DateTime scalar
UserProfile.dismissedOwnershipWalkthroughAt ● DateTime scalar
UserProfile.dismissedRecurringWalkthroughAt ● DateTime scalar
UserProfile.dismissedReportsSavedViewsWalkthroughAt ● DateTime scalar
UserProfile.dismissedRetailSyncBanner ● Boolean scalar
UserProfile.dismissedRetailSyncTargetBannerAt ● DateTime scalar
UserProfile.dismissedSpendingInsightsBanner ● Boolean scalar
UserProfile.dismissedTransactionsListUpdatesTourAt ● DateTime scalar
UserProfile.dismissedTransferAccountDataWalkthroughAt ● DateTime scalar
UserProfile.dismissedYearlyReviewAt ● DateTime scalar
UserProfile.displayOwnershipOnTransactionsList ● Boolean scalar
UserProfile.finishedOwnershipSetupAt ● DateTime scalar
UserProfile.hasDismissedWhatsNewAt ● DateTime scalar
UserProfile.hasHiddenReferralProgramPrompts ● Boolean scalar
UserProfile.hasSeenCategoriesManagementTour ● Boolean! non-null scalar
UserProfile.hasSeenGoalsFeatureTour ● Boolean! non-null scalar
UserProfile.hasSeenWeeklyReviewTour ● Boolean! non-null scalar
UserProfile.id ● ID! non-null scalar
UserProfile.lastRequestedAppStoreReviewAt ● DateTime scalar
UserProfile.shouldPromptTransactionRuleCreation ● Boolean! non-null scalar
UserProfile.skippedPremiumUpsellAt ● DateTime scalar
UserProfile.userReportedAttributionChannels ● [String]! non-null scalar
UserProfile.viewedMarkAsReviewedUpdatesCalloutAt ● DateTime scalar
Returned By
userProfile query
Member Of
ResetAiAssistantOptInMutation object ● UpdateUserProfile object ● User object