UpdateAppliedChecklistInput
Defines the input for updating a checklist item detail on a presentation.
input UpdateAppliedChecklistInput {
checklistItemId: ID!
dateDue: LocalDate
dateReceived: LocalDate
notes: String
received: Boolean
required: Boolean
}
Fields
UpdateAppliedChecklistInput.checklistItemId ● ID! non-null scalar
The identifier of the checklist item.
UpdateAppliedChecklistInput.dateDue ● LocalDate scalar
The date the checklist item is due. Optional.
UpdateAppliedChecklistInput.dateReceived ● LocalDate scalar
The date the checklist item was received. Optional.
UpdateAppliedChecklistInput.notes ● String scalar
A UTF-8 string representing any notes captured for the checklist item detail. Optional.
UpdateAppliedChecklistInput.received ● Boolean scalar
A flag indicating whether the checklist item has been received. Optional.
The default value is false.
UpdateAppliedChecklistInput.required ● Boolean scalar
A flag indicating whether the checklist item is required. Optional.
The default value is false.
Member Of
UpdateExhibitionBookingInput input ● UpdatePresentationInput input ● UpdateSponsorshipInput input