Skip to main content

DuplicateAccordInput

No description

input DuplicateAccordInput {
accordId: String!
workspaceId: String
ownerEmail: String
style: String
isDemo: Boolean
conditionSelections: [String!]
}

Fields

DuplicateAccordInput.accordId ● String! non-null scalar

The source accord to duplicate.

DuplicateAccordInput.workspaceId ● String scalar

Target workspace for the copy; defaults to the source accord's workspace.

DuplicateAccordInput.ownerEmail ● String scalar

Email of the account to set as owner of the duplicate.

DuplicateAccordInput.style ● String scalar

Duplication style (e.g. from-template).

DuplicateAccordInput.isDemo ● Boolean scalar

Whether the duplicate is demo data.

DuplicateAccordInput.conditionSelections ● [String!] list scalar

Condition-type selections to apply when the source has conditions.

Member Of

duplicateAccord mutation