Commit 890570d6 authored by Aleksei Lipniagov's avatar Aleksei Lipniagov

Merge branch 'master' into 'master'

update documentation for graphql api regarding unsetting Mutation.projectSetComplianceFramework

See merge request gitlab-org/gitlab!76271
parents d9554171 519e16f6
......@@ -3758,7 +3758,7 @@ Input type: `ProjectSetComplianceFrameworkInput`
| Name | Type | Description |
| ---- | ---- | ----------- |
| <a id="mutationprojectsetcomplianceframeworkclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
| <a id="mutationprojectsetcomplianceframeworkcomplianceframeworkid"></a>`complianceFrameworkId` | [`ComplianceManagementFrameworkID`](#compliancemanagementframeworkid) | ID of the compliance framework to assign to the project. |
| <a id="mutationprojectsetcomplianceframeworkcomplianceframeworkid"></a>`complianceFrameworkId` | [`ComplianceManagementFrameworkID`](#compliancemanagementframeworkid) | ID of the compliance framework to assign to the project. Set to `null` to unset. |
| <a id="mutationprojectsetcomplianceframeworkprojectid"></a>`projectId` | [`ProjectID!`](#projectid) | ID of the project to change the compliance framework of. |
#### Fields
......@@ -14,7 +14,7 @@ module Mutations
argument :compliance_framework_id, Types::GlobalIDType[::ComplianceManagement::Framework],
required: false,
description: 'ID of the compliance framework to assign to the project.'
description: 'ID of the compliance framework to assign to the project. Set to `null` to unset.'
field :project,
Types::ProjectType,
......
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