GraphQL reference

PutDailyLogPersonnelEntryPayload

Object

Autogenerated return 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.
constructableUrlString
dailyLogPersonnelEntryDailyLogCompanyEntry
errors[String!]!