PutDailyLogMaterialEntryInput
InputAutogenerated input type of PutDailyLogMaterialEntry
mutation { organization(id: $organizationId) { project(id: $projectId) { putDailyLogMaterialEntry } } }
Example
mutation PutDailyLogMaterialEntry(
$organizationId: ID!
$projectId: ID!
$input: PutDailyLogMaterialEntryInput!
) {
organization(id: $organizationId) {
project(id: $projectId) {
putDailyLogMaterialEntry(input: $input) {
dailyLogMaterialEntry
errors
}
}
}
}Fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| createdAt | ISO8601DateTime! | — |
| dailyLogId | ID! | — |
| id | ID! | — |
| materialType | String | — |
| mutationMetadata | JSON | — |
| notes | String! | — |
| quantity | Float | — |
| unit | String | — |
| updatedAt | ISO8601DateTime! | — |