UpdateFinancialSettingsInput
InputAutogenerated input type of UpdateFinancialSettings
mutation { organization(id: $organizationId) { updateFinancialSettings } }
Example
mutation UpdateFinancialSettings(
$organizationId: ID!
$input: UpdateFinancialSettingsInput!
) {
organization(id: $organizationId) {
updateFinancialSettings(input: $input) {
organization
errors
}
}
}Fields
| Field | Type | Description |
|---|---|---|
| automaticallySyncTimeCardsToNonCommittedCosts | Boolean | — |
| billingPeriodDueDateDay | Int | — |
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| defaultBudgetType | String | — |
| defaultRetentionRate | Float | — |
| hideBudgetCodesOnOwnerPayApplications | Boolean | — |
| hideFirstLevelCostCodes | Boolean | — |
| lienWaiversEnabled | Boolean | — |
| mutationMetadata | JSON | — |
| requireCostType | Boolean | — |
| trackMaterialsStored | Boolean | — |