PutDailyLogInspectionLogInput
InputAutogenerated input type of PutDailyLogInspectionLog
mutation { organization(id: $organizationId) { project(id: $projectId) { putDailyLogInspectionLog } } }
Example
mutation PutDailyLogInspectionLog(
$organizationId: ID!
$projectId: ID!
$input: PutDailyLogInspectionLogInput!
) {
organization(id: $organizationId) {
project(id: $projectId) {
putDailyLogInspectionLog(input: $input) {
dailyLogInspectionLog
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! | — |
| inspectionResult | String | — |
| mutationMetadata | JSON | — |
| notes | String! | — |
| updatedAt | ISO8601DateTime! | — |
| vendorId | ID | — |
| vendorName | String | — |