DeleteDailyLogInspectionLogPayload
ObjectAutogenerated return type of DeleteDailyLogInspectionLog.
mutation { organization(id: $organizationId) { project(id: $projectId) { deleteDailyLogInspectionLog } } }
Example
mutation DeleteDailyLogInspectionLog(
$organizationId: ID!
$projectId: ID!
$input: DeleteDailyLogInspectionLogInput!
) {
organization(id: $organizationId) {
project(id: $projectId) {
deleteDailyLogInspectionLog(input: $input) {
dailyLogInspectionLog
errors
}
}
}
}Fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| constructableUrl | String | — |
| dailyLogInspectionLog | DailyLogInspectionLog | — |
| errors | [String!]! | — |