Commit b6a895cc authored by Phil Hughes's avatar Phil Hughes

Merge branch '63261-the-graphql-query-for-the-mr-popover-failes-on-the-frontend' into 'master'

Resolve "The GraphQL query for the MR popover failes on the frontend"

Closes #63261

See merge request gitlab-org/gitlab-ce!29712
parents 077bb1b2 1cc03a0b
query mergeRequest($projectPath: ID!, $mergeRequestIID: ID!) {
query mergeRequest($projectPath: ID!, $mergeRequestIID: String!) {
project(fullPath: $projectPath) {
mergeRequest(iid: $mergeRequestIID) {
createdAt
......
---
title: Make sure we are receiving the proper information on the MR Popover by updating
the IID in the graphql query
merge_request:
author:
type: fixed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment