UpdateChangeEventOverviewPayload
ObjectAutogenerated return type of UpdateChangeEventOverview.
mutation { organization(id: $organizationId) { project(id: $projectId) { updateChangeEventOverview } } }
Example
mutation UpdateChangeEventOverview(
$organizationId: ID!
$projectId: ID!
$input: UpdateChangeEventOverviewInput!
) {
organization(id: $organizationId) {
project(id: $projectId) {
updateChangeEventOverview(input: $input) {
changeEvent
errors
}
}
}
}Fields
| Field | Type | Description |
|---|---|---|
| changeEvent | ChangeEvent | — |
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| constructableUrl | String | — |
| errors | [String!]! | — |