GraphQL reference

PutDailyLogDumpsterLogInput

Input

Autogenerated input type of PutDailyLogDumpsterLog

mutation { organization(id: $organizationId) { project(id: $projectId) { putDailyLogDumpsterLog } } }

Example

mutation PutDailyLogDumpsterLog(
  $organizationId: ID!
  $projectId: ID!
  $input: PutDailyLogDumpsterLogInput!
) {
  organization(id: $organizationId) {
    project(id: $projectId) {
      putDailyLogDumpsterLog(input: $input) {
        dailyLogDumpsterLog
        errors
      }
    }
  }
}

Fields

FieldTypeDescription
clientMutationIdStringA unique identifier for the client performing the mutation.
companyIdID
companyNameString
createAttachments[CreateAttachment!]
createdAtISO8601DateTime!
dailyLogIdID!
deleteAttachments[DeleteAttachment!]
idID!
mutationMetadataJSON
notesString!
quantityReceivedInt
quantityRemovedInt
updatedAtISO8601DateTime!
vendorIdID
vendorNameString