Commit 1cc03a0b authored by Sam Bigelow's avatar Sam Bigelow

Make IID string instead of ID in mr popover query

parent ad722a4e
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