#import "~/graphql_shared/fragments/merge_request_time_tracking.fragment.graphql" query mergeRequestTimeTracking($fullPath: ID!, $iid: String!) { workspace: project(fullPath: $fullPath) { id issuable: mergeRequest(iid: $iid) { ...MergeRequestTimeTrackingFragment humanTimeEstimate timeEstimate } } }