UpdateUserBasicInfosInput
The data required to update the basic infos of an user
input UpdateUserBasicInfosInput {
firstName: String
lastName: String
}
Fields
UpdateUserBasicInfosInput.firstName ● String scalar
The first name of the user
UpdateUserBasicInfosInput.lastName ● String scalar
The last name of the user
Member Of
updateUserInfos mutation