PutDailyLogInput
InputAutogenerated input type of PutDailyLog
mutation { organization(id: $organizationId) { project(id: $projectId) { putDailyLog } } }
Example
mutation PutDailyLog(
$organizationId: ID!
$projectId: ID!
$input: PutDailyLogInput!
) {
organization(id: $organizationId) {
project(id: $projectId) {
putDailyLog(input: $input) {
dailyLog
errors
}
}
}
}Fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| createdAt | ISO8601DateTime! | — |
| date | ISO8601Date! | — |
| id | ID! | — |
| mutationMetadata | JSON | — |
| notes | String! | — |
| safetyNotes | String! | — |
| updatedAt | ISO8601DateTime! | — |
| weatherNotes | String! | — |