UpdateDailyLogSettingsInput
InputAutogenerated input type of UpdateDailyLogSettings
mutation { organization(id: $organizationId) { updateDailyLogSettings } }
Example
mutation UpdateDailyLogSettings(
$organizationId: ID!
$input: UpdateDailyLogSettingsInput!
) {
organization(id: $organizationId) {
updateDailyLogSettings(input: $input) {
organization
errors
}
}
}Fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| dailyLogDeliverySectionEnabled | Boolean! | — |
| dailyLogDumpsterSectionEnabled | Boolean! | — |
| dailyLogEquipmentSectionEnabled | Boolean! | — |
| dailyLogInspectionSectionEnabled | Boolean! | — |
| dailyLogMaterialSectionEnabled | Boolean! | — |
| dailyLogOrganizationHoursSectionEnabled | Boolean! | — |
| dailyLogPersonnelSectionEnabled | Boolean! | — |
| dailyLogSafetySectionEnabled | Boolean! | — |
| mutationMetadata | JSON | — |