INPUT_OBJECT

UpdateCurrentUser

link GraphQL Schema definition

1input UpdateCurrentUser {
4
2# Required if updating the MFA phone number
3passwordToken: String
7
5# New MFA info for the current user, optional
6mfaInfo: UpdateMFAInfo
10
8# New user settings for the current user, optional
9userSetting: UserSettingInfo
13
11# New first name for the current user, optional
12firstName: String
16
14# New last name for the current user, optional
15lastName: String
19
17# New title for current user, optional
18title: String
22
20# New developer_type for the current user, optional
21developerType: String
25
23# New image URL for the current user, optional
24imageUrl: String
26}