Skip to main content

GenerateShiftPlanDocumentInput

Input for the generation of a shift plan PDF document

input GenerateShiftPlanDocumentInput {
shiftPlanId: ShiftPlanID!
withCaptions: Boolean!
}

Fields

GenerateShiftPlanDocumentInput.shiftPlanId ● ShiftPlanID! non-null scalar

ID of the saved shift plan

GenerateShiftPlanDocumentInput.withCaptions ● Boolean! non-null scalar

Should the PDF contain a list of captions?

Member Of

generateShiftPlanDocument mutation