CurrentUser
Updateable by the User Themself
type CurrentUser {
auth_token: String
authentication_source: AuthenticationSource
autosave_forms: Boolean
banner_notifications: [Notification!]
campaign_approver: Boolean
contact_download_field_preferences: JSON
contact_selected_field_preferences: JSON
date_format: String
default_domain_group_id: ID
email: String
email_verified_at: DateTime
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!
prefer_simple_segment_participants: Boolean
primary_segment_id: Int
product: Product!
show_drip_campaign_intro: Boolean
sidebar_collapsed_state: Boolean
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_download_field_preferences
● JSON
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.email
● String
scalar
CurrentUser.email_verified_at
● DateTime
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.prefer_simple_segment_participants
● Boolean
scalar
CurrentUser.primary_segment_id
● Int
scalar
CurrentUser.product
● Product!
non-null object
CurrentUser.show_drip_campaign_intro
● Boolean
scalar
CurrentUser.sidebar_collapsed_state
● Boolean
scalar
true = collapsed, false = expanded
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
loginUser
mutation ● me
query ● resetPassword
mutation ● updateCurrentUser
mutation ● updateUserPassword
mutation
Member Of
SubProduct
object