CopySectionToSummaryPayload
Result of copying a section into a summary.
type CopySectionToSummaryPayload {
section: Section
query: Query
}
Fields
CopySectionToSummaryPayload.section ● Section object
The section created in the target summary.
CopySectionToSummaryPayload.query ● Query object
Re-exposes the root query so the client can refetch after the mutation.
Returned By
copySectionToSummary mutation