mutation ChangeProfileInfo($data: ChangeProfileInfoInput!) { changeProfileInfo(data: $data) { name id displayName } }