PutDailyLogPersonnelEntryInput
InputAutogenerated input type of PutDailyLogPersonnelEntry
mutation { organization(id: $organizationId) { project(id: $projectId) { putDailyLogPersonnelEntry } } }
Example
mutation PutDailyLogPersonnelEntry(
$organizationId: ID!
$projectId: ID!
$input: PutDailyLogPersonnelEntryInput!
) {
organization(id: $organizationId) {
project(id: $projectId) {
putDailyLogPersonnelEntry(input: $input) {
dailyLogPersonnelEntry
errors
}
}
}
}Fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| companyId | ID | — |
| createAttachments | [CreateAttachment!] | — |
| createdAt | ISO8601DateTime! | — |
| dailyLogId | ID! | — |
| deleteAttachments | [DeleteAttachment!] | — |
| discussionId | ID | — |
| hoursWorked | Float | — |
| id | ID! | — |
| isOrganization | Boolean | — |
| mutationMetadata | JSON | — |
| notes | String! | — |
| now | ISO8601DateTime | — |
| updatedAt | ISO8601DateTime! | — |
| workerCount | Int | — |