CreateOrUpdateOtherCostGroupPayload
ObjectAutogenerated return type of CreateOrUpdateOtherCostGroup.
mutation { organization(id: $organizationId) { project(id: $projectId) { createOrUpdateOtherCostGroup } } }
Example
mutation CreateOrUpdateOtherCostGroup(
$organizationId: ID!
$projectId: ID!
$input: CreateOrUpdateOtherCostGroupInput!
) {
organization(id: $organizationId) {
project(id: $projectId) {
createOrUpdateOtherCostGroup(input: $input) {
otherCostGroup
errors
}
}
}
}Fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| constructableUrl | String | — |
| errors | [String!]! | — |
| otherCostGroup | OtherCostGroup | — |