query mergeRequest($projectPath: ID!, $iid: String!) { project(fullPath: $projectPath) { id mergeRequest(iid: $iid) { id title createdAt state headPipeline { id detailedStatus { id icon group } } } } }