Make IID string instead of ID in mr popover query

This commit is contained in:
Sam Bigelow 2019-06-14 16:38:31 -04:00
parent ad722a4e1f
commit 1cc03a0b99
2 changed files with 7 additions and 1 deletions

View File

@ -1,4 +1,4 @@
query mergeRequest($projectPath: ID!, $mergeRequestIID: ID!) {
query mergeRequest($projectPath: ID!, $mergeRequestIID: String!) {
project(fullPath: $projectPath) {
mergeRequest(iid: $mergeRequestIID) {
createdAt

View File

@ -0,0 +1,6 @@
---
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