OBJECT
SignatureSigner
Signer involved in the signature process
link GraphQL Schema definition
1 type SignatureSigner { 2 3 # User associated with the signer 4 : User 5 6 # Current status of the signer in the signature process 7 : SignatureSignerStatus 8 9 # Email address of the signer 10 : String 11 12 # Full name of the signer 13 : String 14 15 }