CurrentUser
Updateable by the User Themself
type CurrentUser {
auth_token: String
authentication_source: AuthenticationSource
autosave_forms: Boolean
banner_notifications: [Notification!]
campaign_approver: Boolean
contact_selected_field_preferences: JSON
date_format: String
default_domain_group_id: ID
default_segment_id: ID
email: String
email_verified_at: DateTime
export_field_preferences: JSON
first_name: String
id: ID!
last_name: String
mfa_enabled: Boolean
mobile_phone: String
mobile_phone_verified_at: DateTime
number_format: String
pagination_size: Int!
permissions: [Permission!]
prefer_simple_segment_participants: Boolean
primary_segment_id: ID
product: Product!
roles: [Role!]
show_abandoned_cart_intro: Boolean
show_drip_campaign_intro: Boolean
show_product_recommendations_intro: Boolean
show_workflow_intro: Boolean
sidebar_collapsed_state: Boolean
teams: [Team!]
theme: String
time_format: String
time_zone: String
title: String
work_phone: String
}
Fields
CurrentUser.auth_token ● String scalar
CurrentUser.authentication_source ● AuthenticationSource enum
CurrentUser.autosave_forms ● Boolean scalar
CurrentUser.banner_notifications ● [Notification!] list object
CurrentUser.campaign_approver ● Boolean scalar
CurrentUser.contact_selected_field_preferences ● JSON scalar
CurrentUser.date_format ● String scalar
Must adhere to moment.js docs (https://momentjs.com/docs/#/displaying/)
CurrentUser.default_domain_group_id ● ID scalar
CurrentUser.default_segment_id ● ID scalar
CurrentUser.email ● String scalar
CurrentUser.email_verified_at ● DateTime scalar
CurrentUser.export_field_preferences ● JSON scalar
CurrentUser.first_name ● String scalar
CurrentUser.id ● ID! non-null scalar
CurrentUser.last_name ● String scalar
CurrentUser.mfa_enabled ● Boolean scalar
CurrentUser.mobile_phone ● String scalar
CurrentUser.mobile_phone_verified_at ● DateTime scalar
CurrentUser.number_format ● String scalar
CurrentUser.pagination_size ● Int! non-null scalar
CurrentUser.permissions ● [Permission!] list object
CurrentUser.prefer_simple_segment_participants ● Boolean scalar
CurrentUser.primary_segment_id ● ID scalar
CurrentUser.product ● Product! non-null object
CurrentUser.roles ● [Role!] list object
CurrentUser.show_abandoned_cart_intro ● Boolean scalar
CurrentUser.show_drip_campaign_intro ● Boolean scalar
CurrentUser.show_product_recommendations_intro ● Boolean scalar
CurrentUser.show_workflow_intro ● Boolean scalar
CurrentUser.sidebar_collapsed_state ● Boolean scalar
true = collapsed, false = expanded
CurrentUser.teams ● [Team!] list object
CurrentUser.theme ● String scalar
the name of the theme the user prefers
CurrentUser.time_format ● String scalar
Must adhere to moment.js docs (https://momentjs.com/docs/#/displaying/)
CurrentUser.time_zone ● String scalar
CurrentUser.title ● String scalar
CurrentUser.work_phone ● String scalar
Returned By
getPlaygroundUser mutation ● loginUser mutation ● me query ● resetPassword mutation ● updateCurrentUser mutation ● updateUserPassword mutation
Member Of
SubProduct object


