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