Skip to main content

archiveCase

Archives a case based on the id

archiveCase(
id: ID!
timeEffectiveArchivalDate: Int!
): ArchiveCaseResult

Arguments

archiveCase.id ● ID! non-null scalar

id of the case

archiveCase.timeEffectiveArchivalDate ● Int! non-null scalar

Timestamp in seconds when the case should be archived

Type

ArchiveCaseResult object

Returned when using a mutation that archives a case.