query epicStartDate($fullPath: ID!, $iid: ID) {
workspace: group(fullPath: $fullPath) {
__typename
id
issuable: epic(iid: $iid) {
startDate
startDateIsFixed
startDateFixed
startDateFromMilestones
}