updateUserFullName
updates the current users full name
updateUserFullName(
firstName: String
lastName: String
): UserType
updates the current users full name
updateUserFullName(
firstName: String
lastName: String
): UserType
updateUserFullName.firstName
● String
scalarupdateUserFullName.lastName
● String
scalarUserType
object