createTemplateRole
Create a new role in a template — such as a signer, witness, or approver.
Input
Return Type
ID
Example
mutation AddRole {
createTemplateRole(input: {
templateId: "dHBsMTIzNDU2"
name: "Witness"
signerIndex: 2
ordinal: 2
roleType: WITNESS
signerParent: "cm9sMTIzNDU2"
})
}