in event-driven-developers-tale/src/graphql/mutations.js [5:19]
mutation SubmitVacationRequest($input: CreateVacationRequestInput!) {
submitVacationRequest(input: $input) {
id
category
description
approvalStatus
startDate
endDate
approvedBy
owner
rejectionReason
createdAt
updatedAt
}
}