DeleteDailyLogPersonnelEntryPayload
ObjectAutogenerated return type of DeleteDailyLogPersonnelEntry.
mutation { organization(id: $organizationId) { project(id: $projectId) { deleteDailyLogPersonnelEntry } } }
Example
mutation DeleteDailyLogPersonnelEntry(
$organizationId: ID!
$projectId: ID!
$input: DeleteDailyLogPersonnelEntryInput!
) {
organization(id: $organizationId) {
project(id: $projectId) {
deleteDailyLogPersonnelEntry(input: $input) {
dailyLogPersonnelEntry
errors
}
}
}
}Fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| constructableUrl | String | — |
| dailyLogPersonnelEntry | DailyLogCompanyEntry | — |
| errors | [String!]! | — |