CopySectionToSummaryInput
No description
input CopySectionToSummaryInput {
accordId: String
sectionId: String
summaryId: String
order: Int
}
Fields
CopySectionToSummaryInput.accordId ● String scalar
The destination accord that owns the target summary.
CopySectionToSummaryInput.sectionId ● String scalar
The source section to copy.
CopySectionToSummaryInput.summaryId ● String scalar
The target summary to copy the section into.
CopySectionToSummaryInput.order ● Int scalar
Optional position for the copied section within the summary.
Member Of
copySectionToSummary mutation