query ApprovalRequest {
  approvalRequest(where: {approvalStatus: {_eq: "APPROVED"}}) {
    approvalStatus
    createdAt
    extensionId
    justification
    requestedBy
    type
  }
}