mutation UpdateUserDisplayNameByAdmin($userUID: ID!, $name: String!) { updateUserDisplayNameByAdmin(userUID: $userUID, displayName: $name) }