PutDailyLogDumpsterLogInput
InputAutogenerated input type of PutDailyLogDumpsterLog
mutation { organization(id: $organizationId) { project(id: $projectId) { putDailyLogDumpsterLog } } }
Example
mutation PutDailyLogDumpsterLog(
$organizationId: ID!
$projectId: ID!
$input: PutDailyLogDumpsterLogInput!
) {
organization(id: $organizationId) {
project(id: $projectId) {
putDailyLogDumpsterLog(input: $input) {
dailyLogDumpsterLog
errors
}
}
}
}Fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| companyId | ID | — |
| companyName | String | — |
| createAttachments | [CreateAttachment!] | — |
| createdAt | ISO8601DateTime! | — |
| dailyLogId | ID! | — |
| deleteAttachments | [DeleteAttachment!] | — |
| id | ID! | — |
| mutationMetadata | JSON | — |
| notes | String! | — |
| quantityReceived | Int | — |
| quantityRemoved | Int | — |
| updatedAt | ISO8601DateTime! | — |
| vendorId | ID | — |
| vendorName | String | — |