PutDailyLogDumpsterLogPayload
ObjectAutogenerated return 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. |
| constructableUrl | String | — |
| dailyLogDumpsterLog | DailyLogDumpsterLog | — |
| errors | [String!]! | — |