onVacationRequestNotification()

in event-driven-developers-tale/src/graphql/subscriptions.js [6:18]


    onVacationRequestNotification(owner: $owner) {
      id
      category
      description
      approvalStatus
      startDate
      endDate
      approvedBy
      owner
      rejectionReason
      createdAt
      updatedAt
    }