CreateCommitmentPayload
ObjectAutogenerated return type of CreateCommitment.
mutation { organization(id: $organizationId) { project(id: $projectId) { createCommitment } } }
Example
mutation CreateCommitment(
$organizationId: ID!
$projectId: ID!
$input: CreateCommitmentInput!
) {
organization(id: $organizationId) {
project(id: $projectId) {
createCommitment(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!]! | — |