CreateExecutiveSummaryPlaceholderInput
No description
input CreateExecutiveSummaryPlaceholderInput {
accordId: String!
summaryV2: Boolean
}
Fields
CreateExecutiveSummaryPlaceholderInput.accordId ● String! non-null scalar
The accord to create the placeholder executive summary for.
CreateExecutiveSummaryPlaceholderInput.summaryV2 ● Boolean scalar
Must be true. When false (the default) no summary is generated and the mutation throws, having nothing to return.
Member Of
createExecutiveSummaryPlaceholder mutation