zammad/app/frontend/shared/graphql/subscriptions/currentUserUpdates.graphql

8 lines
135 B
GraphQL
Raw Permalink Normal View History

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