GraphQL reference

DeleteDailyLogInspectionLogInput

Input

Autogenerated input type of DeleteDailyLogInspectionLog

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

Example

mutation DeleteDailyLogInspectionLog(
  $organizationId: ID!
  $projectId: ID!
  $input: DeleteDailyLogInspectionLogInput!
) {
  organization(id: $organizationId) {
    project(id: $projectId) {
      deleteDailyLogInspectionLog(input: $input) {
        dailyLogInspectionLog
        errors
      }
    }
  }
}

Fields

FieldTypeDescription
clientMutationIdStringA unique identifier for the client performing the mutation.
idID!
mutationMetadataJSON
nowISO8601DateTime!