From 06bd645177db608e451ff78d3c97b6ae91455a26 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Wed, 29 Jun 2022 06:09:45 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- doc/api/graphql/reference/index.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc') diff --git a/doc/api/graphql/reference/index.md b/doc/api/graphql/reference/index.md index 181dcc8f00b..9de564449ef 100644 --- a/doc/api/graphql/reference/index.md +++ b/doc/api/graphql/reference/index.md @@ -16719,8 +16719,10 @@ Represents the scan result policy. | ---- | ---- | ----------- | | `description` | [`String!`](#string) | Description of the policy. | | `enabled` | [`Boolean!`](#boolean) | Indicates whether this policy is enabled. | +| `groupApprovers` | [`[Group!]`](#group) | Approvers of the group type. | | `name` | [`String!`](#string) | Name of the policy. | | `updatedAt` | [`Time!`](#time) | Timestamp of when the policy YAML was last updated. | +| `userApprovers` | [`[UserCore!]`](#usercore) | Approvers of the user type. | | `yaml` | [`String!`](#string) | YAML definition of the policy. | ### `ScannedResource` -- cgit v1.2.3