From 468b5ccaf7a622e55549599ceb5b18220b5bf0aa Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Thu, 3 Feb 2022 11:37:53 +0000 Subject: Add latest changes from gitlab-org/security/gitlab@14-7-stable-ee --- doc/api/graphql/reference/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/api/graphql/reference/index.md b/doc/api/graphql/reference/index.md index d7bf89c67ce..4ca40d1fa11 100644 --- a/doc/api/graphql/reference/index.md +++ b/doc/api/graphql/reference/index.md @@ -16022,7 +16022,7 @@ Represents an issue link of a vulnerability. | Name | Type | Description | | ---- | ---- | ----------- | | `id` | [`ID!`](#id) | GraphQL ID of the vulnerability. | -| `issue` | [`Issue!`](#issue) | Issue attached to issue link. | +| `issue` | [`Issue`](#issue) | Issue attached to issue link. | | `linkType` | [`VulnerabilityIssueLinkType!`](#vulnerabilityissuelinktype) | Type of the issue link. | ### `VulnerabilityLink` -- cgit v1.2.3