getVacationRequest()

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


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