GraphQL reference

PutDailyLogPersonnelEntryInput

Input

Autogenerated 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

FieldTypeDescription
clientMutationIdStringA unique identifier for the client performing the mutation.
companyIdID
createAttachments[CreateAttachment!]
createdAtISO8601DateTime!
dailyLogIdID!
deleteAttachments[DeleteAttachment!]
discussionIdID
hoursWorkedFloat
idID!
isOrganizationBoolean
mutationMetadataJSON
notesString!
nowISO8601DateTime
updatedAtISO8601DateTime!
workerCountInt