UpgradeIntegrationMappingInput
InputAutogenerated input type of UpgradeIntegrationMapping
mutation { organization(id: $organizationId) { upgradeIntegrationMapping } }
Example
mutation UpgradeIntegrationMapping(
$organizationId: ID!
$input: UpgradeIntegrationMappingInput!
) {
organization(id: $organizationId) {
upgradeIntegrationMapping(input: $input) {
errors
}
}
}Fields
| Field | Type | Description |
|---|---|---|
| analysisId | ID! | — |
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| expectedImpactDigest | String! | — |
| mutationMetadata | JSON | — |
| now | ISO8601DateTime! | — |