mirror of
https://github.com/zammad/zammad
synced 2026-05-24 09:48:36 +00:00
7 lines
135 B
GraphQL
7 lines
135 B
GraphQL
subscription currentUserUpdates($userId: ID!) {
|
|
userUpdates(userId: $userId) {
|
|
user {
|
|
...currentUserAttributes
|
|
}
|
|
}
|
|
}
|