in event-driven-developers-tale/src/graphql/subscriptions.js [5:19]
subscription OnVacationRequestNotification($owner: String) {
onVacationRequestNotification(owner: $owner) {
id
category
description
approvalStatus
startDate
endDate
approvedBy
owner
rejectionReason
createdAt
updatedAt
}
}