@@ -593,6 +593,15 @@ Represents a ComplianceFramework associated with a Project.
...
@@ -593,6 +593,15 @@ Represents a ComplianceFramework associated with a Project.
| `name` | String! | Name of the compliance framework |
| `name` | String! | Name of the compliance framework |
| `pipelineConfigurationFullPath` | String | Full path of the compliance pipeline configuration stored in a project repository, such as `.gitlab/compliance/soc2/.gitlab-ci.yml`. |
| `pipelineConfigurationFullPath` | String | Full path of the compliance pipeline configuration stored in a project repository, such as `.gitlab/compliance/soc2/.gitlab-ci.yml`. |
### ComposerMetadata
Composer metadata.
| Field | Type | Description |
| ----- | ---- | ----------- |
| `composerJson` | PackageComposerJsonType! | Data of the Composer JSON file. |
| `targetSha` | String! | Target SHA of the package. |
### ConfigureSastPayload
### ConfigureSastPayload
Autogenerated return type of ConfigureSast.
Autogenerated return type of ConfigureSast.
...
@@ -2541,34 +2550,17 @@ Represents a package in the Package Registry.
...
@@ -2541,34 +2550,17 @@ Represents a package in the Package Registry.
| Field | Type | Description |
| Field | Type | Description |
| ----- | ---- | ----------- |
| ----- | ---- | ----------- |
| `createdAt` | Time! | The created date. |
| `createdAt` | Time! | Date of creation. |
| `id` | ID! | The ID of the package. |
| `id` | PackagesPackageID! | ID of the package. |