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
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!
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_selected_field_preferences
● JSON
scalar
CurrentUser.date_format
● String
scalar
Must adhere to moment.js docs (https://momentjs.com/docs/#/displaying/)