subscription currentUserUpdates($userId: ID!) {
userUpdates(userId: $userId) {
user {
...currentUserAttributes
}