Skip to main content

CreateAppliedChecklistItemInput

Defines the input for creating a checklist item detail while creating a presentation.

input CreateAppliedChecklistItemInput {
checklistItemId: ID!
dateDue: LocalDate
dateReceived: LocalDate
notes: String
received: Boolean
required: Boolean
}

Fields

CreateAppliedChecklistItemInput.checklistItemId ● ID! non-null scalar

The identifier of the checklist item.

CreateAppliedChecklistItemInput.dateDue ● LocalDate scalar

The date the checklist item is due. Optional.

CreateAppliedChecklistItemInput.dateReceived ● LocalDate scalar

The date the checklist item was received. Optional.

CreateAppliedChecklistItemInput.notes ● String scalar

A UTF-8 string representing any notes captured for the checklist item detail. Optional.

CreateAppliedChecklistItemInput.received ● Boolean scalar

A flag indicating whether the checklist item has been received. Optional.

The default value is false.

CreateAppliedChecklistItemInput.required ● Boolean scalar

A flag indicating whether the checklist item is required. Optional.

The default value is false.

Member Of

CreateExhibitionBookingInput input ● CreatePresentationInput input ● CreateSponsorshipInput input