Skip to main content

createTemplateRole

Create a new role in a template — such as a signer, witness, or approver.

Input

templateRoleCreateInput

Return Type

ID

Example

mutation AddRole {
createTemplateRole(input: {
templateId: "dHBsMTIzNDU2"
name: "Witness"
signerIndex: 2
ordinal: 2
roleType: WITNESS
signerParent: "cm9sMTIzNDU2"
})
}

Export This Article

Save a copy of this page as PDF or plain text.