SetHourlyCostRatePayload
ObjectAutogenerated return type of SetHourlyCostRate.
mutation { organization(id: $organizationId) { setHourlyCostRate } }
Example
mutation SetHourlyCostRate(
$organizationId: ID!
$input: SetHourlyCostRateInput!
) {
organization(id: $organizationId) {
setHourlyCostRate(input: $input) {
hourlyCostRate
errors
}
}
}Fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| constructableUrl | String | — |
| errors | [String!]! | — |
| hourlyCostRate | HourlyCostRate | — |