DeleteCommitmentPayload
ObjectAutogenerated return type of DeleteCommitment.
mutation { organization(id: $organizationId) { project(id: $projectId) { deleteCommitment } } }
Example
mutation DeleteCommitment(
$organizationId: ID!
$projectId: ID!
$input: DeleteCommitmentInput!
) {
organization(id: $organizationId) {
project(id: $projectId) {
deleteCommitment(input: $input) {
commitment
errors
}
}
}
}Fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| commitment | Commitment | — |
| constructableUrl | String | — |
| errors | [String!]! | — |